{
    "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 Workflows",
        "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": "aaa"
        },
        {
            "name": "apic"
        },
        {
            "name": "asset"
        },
        {
            "name": "catalystsdwan"
        },
        {
            "name": "connectorpack"
        },
        {
            "name": "convergedinfra"
        },
        {
            "name": "dnac"
        },
        {
            "name": "energy"
        },
        {
            "name": "feedback"
        },
        {
            "name": "fmc"
        },
        {
            "name": "iaas"
        },
        {
            "name": "iam"
        },
        {
            "name": "license"
        },
        {
            "name": "meraki"
        },
        {
            "name": "meta"
        },
        {
            "name": "notification"
        },
        {
            "name": "oauth"
        },
        {
            "name": "openapi"
        },
        {
            "name": "oprs"
        },
        {
            "name": "organization"
        },
        {
            "name": "resource"
        },
        {
            "name": "servicenow"
        },
        {
            "name": "task"
        },
        {
            "name": "ucsd"
        },
        {
            "name": "webhook"
        },
        {
            "name": "workflow"
        }
    ],
    "paths": {
        "/api/v1/aaa/AuditRecords": {
            "get": {
                "tags": [
                    "aaa"
                ],
                "summary": "Read a 'aaa.AuditRecord' resource.",
                "operationId": "GetAaaAuditRecordList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Monitor audit logs",
                            "PRIVSET.Read-only all audit logs",
                            "PRIVSET.View Audit Logs",
                            "READ.aaa.AuditRecord",
                            "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 'aaa.AuditRecord' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/aaa.AuditRecord.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/aaa/AuditRecords/{Moid}": {
            "get": {
                "tags": [
                    "aaa"
                ],
                "summary": "Read a 'aaa.AuditRecord' resource.",
                "operationId": "GetAaaAuditRecordByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Monitor audit logs",
                            "PRIVSET.Read-only all audit logs",
                            "PRIVSET.View Audit Logs",
                            "READ.aaa.AuditRecord",
                            "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 'aaa.AuditRecord' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/aaa.AuditRecord"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetAaaAuditRecordByMoid": {
                                "operationId": "GetAaaAuditRecordByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/aaa/AuditRecords/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/aaa/RetentionConfigs": {
            "get": {
                "tags": [
                    "aaa"
                ],
                "summary": "Read a 'aaa.RetentionConfig' resource.",
                "operationId": "GetAaaRetentionConfigList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure account details",
                            "PRIVSET.Monitor audit logs",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Audit Logs",
                            "READ.aaa.RetentionConfig",
                            "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 'aaa.RetentionConfig' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/aaa.RetentionConfig.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/aaa/RetentionConfigs/{Moid}": {
            "get": {
                "tags": [
                    "aaa"
                ],
                "summary": "Read a 'aaa.RetentionConfig' resource.",
                "operationId": "GetAaaRetentionConfigByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure account details",
                            "PRIVSET.Monitor audit logs",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Audit Logs",
                            "READ.aaa.RetentionConfig",
                            "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 'aaa.RetentionConfig' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/aaa.RetentionConfig"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetAaaRetentionConfigByMoid": {
                                "operationId": "GetAaaRetentionConfigByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/aaa/RetentionConfigs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/aaa/RetentionPolicies": {
            "get": {
                "tags": [
                    "aaa"
                ],
                "summary": "Read a 'aaa.RetentionPolicy' resource.",
                "operationId": "GetAaaRetentionPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure account details",
                            "PRIVSET.Monitor audit logs",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only all audit logs",
                            "PRIVSET.View Audit Logs",
                            "READ.aaa.RetentionPolicy",
                            "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 'aaa.RetentionPolicy' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/aaa.RetentionPolicy.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "aaa"
                ],
                "summary": "Create a 'aaa.RetentionPolicy' resource.",
                "operationId": "CreateAaaRetentionPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.aaa.RetentionPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure account details",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'aaa.RetentionPolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/aaa.RetentionPolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'aaa.RetentionPolicy' resource was created as requested. The 'aaa.RetentionPolicy' 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/aaa.RetentionPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetAaaRetentionPolicyByMoid": {
                                "operationId": "GetAaaRetentionPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/aaa/RetentionPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/aaa/RetentionPolicies/{Moid}": {
            "get": {
                "tags": [
                    "aaa"
                ],
                "summary": "Read a 'aaa.RetentionPolicy' resource.",
                "operationId": "GetAaaRetentionPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure account details",
                            "PRIVSET.Monitor audit logs",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only all audit logs",
                            "PRIVSET.View Audit Logs",
                            "READ.aaa.RetentionPolicy",
                            "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 'aaa.RetentionPolicy' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/aaa.RetentionPolicy"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetAaaRetentionPolicyByMoid": {
                                "operationId": "GetAaaRetentionPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/aaa/RetentionPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "aaa"
                ],
                "summary": "Update a 'aaa.RetentionPolicy' resource.",
                "operationId": "UpdateAaaRetentionPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure account details",
                            "ROLE.Account Administrator",
                            "UPDATE.aaa.RetentionPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'aaa.RetentionPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/aaa.RetentionPolicy"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'aaa.RetentionPolicy' resource was modified as requested. The 'aaa.RetentionPolicy' 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/aaa.RetentionPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetAaaRetentionPolicyByMoid": {
                                "operationId": "GetAaaRetentionPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/aaa/RetentionPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "aaa"
                ],
                "summary": "Update a 'aaa.RetentionPolicy' resource.",
                "operationId": "PatchAaaRetentionPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure account details",
                            "ROLE.Account Administrator",
                            "UPDATE.aaa.RetentionPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'aaa.RetentionPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/aaa.RetentionPolicy"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'aaa.RetentionPolicy' resource was patched as requested. The 'aaa.RetentionPolicy' 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/aaa.RetentionPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetAaaRetentionPolicyByMoid": {
                                "operationId": "GetAaaRetentionPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/aaa/RetentionPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/asset/ClaimTokens": {
            "get": {
                "tags": [
                    "asset"
                ],
                "summary": "Read a 'asset.ClaimToken' resource.",
                "operationId": "GetAssetClaimTokenList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Claim Devices",
                            "PRIVSET.Claim targets",
                            "READ.asset.ClaimToken",
                            "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 'asset.ClaimToken' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/asset.ClaimToken.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "asset"
                ],
                "summary": "Create a 'asset.ClaimToken' resource.",
                "operationId": "CreateAssetClaimToken",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.asset.ClaimToken",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Claim Devices",
                            "PRIVSET.Claim targets",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'asset.ClaimToken' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/asset.ClaimToken"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'asset.ClaimToken' resource was created as requested. The 'asset.ClaimToken' 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/asset.ClaimToken"
                                }
                            }
                        },
                        "links": {
                            "GetAssetClaimTokenByMoid": {
                                "operationId": "GetAssetClaimTokenByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/asset/ClaimTokens/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/asset/ClaimTokens/{Moid}": {
            "get": {
                "tags": [
                    "asset"
                ],
                "summary": "Read a 'asset.ClaimToken' resource.",
                "operationId": "GetAssetClaimTokenByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Claim Devices",
                            "PRIVSET.Claim targets",
                            "READ.asset.ClaimToken",
                            "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 'asset.ClaimToken' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/asset.ClaimToken"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetAssetClaimTokenByMoid": {
                                "operationId": "GetAssetClaimTokenByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/asset/ClaimTokens/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "asset"
                ],
                "summary": "Delete a 'asset.ClaimToken' resource.",
                "operationId": "DeleteAssetClaimToken",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.asset.ClaimToken",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Claim Devices",
                            "PRIVSET.Claim targets",
                            "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/asset/ClusterMembers": {
            "get": {
                "tags": [
                    "asset"
                ],
                "summary": "Read a 'asset.ClusterMember' resource.",
                "operationId": "GetAssetClusterMemberList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only UCS domain profiles",
                            "PRIVSET.Read-only targets",
                            "PRIVSET.View Devices",
                            "READ.asset.ClusterMember",
                            "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 'asset.ClusterMember' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/asset.ClusterMember.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/asset/ClusterMembers/{Moid}": {
            "get": {
                "tags": [
                    "asset"
                ],
                "summary": "Read a 'asset.ClusterMember' resource.",
                "operationId": "GetAssetClusterMemberByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only UCS domain profiles",
                            "PRIVSET.Read-only targets",
                            "PRIVSET.View Devices",
                            "READ.asset.ClusterMember",
                            "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 'asset.ClusterMember' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/asset.ClusterMember"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetAssetClusterMemberByMoid": {
                                "operationId": "GetAssetClusterMemberByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/asset/ClusterMembers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/asset/Deployments": {
            "get": {
                "tags": [
                    "asset"
                ],
                "summary": "Read a 'asset.Deployment' resource.",
                "operationId": "GetAssetDeploymentList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.asset.Deployment",
                            "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 'asset.Deployment' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/asset.Deployment.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/asset/Deployments/{Moid}": {
            "get": {
                "tags": [
                    "asset"
                ],
                "summary": "Read a 'asset.Deployment' resource.",
                "operationId": "GetAssetDeploymentByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.asset.Deployment",
                            "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 'asset.Deployment' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/asset.Deployment"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetAssetDeploymentByMoid": {
                                "operationId": "GetAssetDeploymentByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/asset/Deployments/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/asset/DeploymentDevices": {
            "get": {
                "tags": [
                    "asset"
                ],
                "summary": "Read a 'asset.DeploymentDevice' resource.",
                "operationId": "GetAssetDeploymentDeviceList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.asset.DeploymentDevice",
                            "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 'asset.DeploymentDevice' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/asset.DeploymentDevice.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/asset/DeploymentDevices/{Moid}": {
            "get": {
                "tags": [
                    "asset"
                ],
                "summary": "Read a 'asset.DeploymentDevice' resource.",
                "operationId": "GetAssetDeploymentDeviceByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.asset.DeploymentDevice",
                            "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 'asset.DeploymentDevice' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/asset.DeploymentDevice"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetAssetDeploymentDeviceByMoid": {
                                "operationId": "GetAssetDeploymentDeviceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/asset/DeploymentDevices/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/asset/DeviceClaims": {
            "post": {
                "tags": [
                    "asset"
                ],
                "summary": "Create a 'asset.DeviceClaim' resource.",
                "operationId": "CreateAssetDeviceClaim",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.asset.DeviceClaim",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Claim Devices",
                            "PRIVSET.Claim targets",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'asset.DeviceClaim' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/asset.DeviceClaim"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'asset.DeviceClaim' resource was created as requested. The 'asset.DeviceClaim' 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/asset.DeviceClaim"
                                }
                            }
                        },
                        "links": {
                            "GetAssetDeviceClaimByMoid": {
                                "operationId": "GetAssetDeviceClaimByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/asset/DeviceClaims/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/asset/DeviceClaims/{Moid}": {
            "delete": {
                "tags": [
                    "asset"
                ],
                "summary": "Delete a 'asset.DeviceClaim' resource.",
                "operationId": "DeleteAssetDeviceClaim",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.asset.DeviceClaim",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete Devices",
                            "PRIVSET.Unclaim targets",
                            "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/asset/DeviceConfigurations": {
            "get": {
                "tags": [
                    "asset"
                ],
                "summary": "Read a 'asset.DeviceConfiguration' resource.",
                "operationId": "GetAssetDeviceConfigurationList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.asset.DeviceConfiguration"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'asset.DeviceConfiguration' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/asset.DeviceConfiguration.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/asset/DeviceConfigurations/{Moid}": {
            "get": {
                "tags": [
                    "asset"
                ],
                "summary": "Read a 'asset.DeviceConfiguration' resource.",
                "operationId": "GetAssetDeviceConfigurationByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.asset.DeviceConfiguration"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'asset.DeviceConfiguration' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/asset.DeviceConfiguration"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetAssetDeviceConfigurationByMoid": {
                                "operationId": "GetAssetDeviceConfigurationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/asset/DeviceConfigurations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "asset"
                ],
                "summary": "Update a 'asset.DeviceConfiguration' resource.",
                "operationId": "UpdateAssetDeviceConfiguration",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "UPDATE.asset.DeviceConfiguration"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'asset.DeviceConfiguration' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/asset.DeviceConfiguration"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'asset.DeviceConfiguration' resource was modified as requested. The 'asset.DeviceConfiguration' 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/asset.DeviceConfiguration"
                                }
                            }
                        },
                        "links": {
                            "GetAssetDeviceConfigurationByMoid": {
                                "operationId": "GetAssetDeviceConfigurationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/asset/DeviceConfigurations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "asset"
                ],
                "summary": "Update a 'asset.DeviceConfiguration' resource.",
                "operationId": "PatchAssetDeviceConfiguration",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "UPDATE.asset.DeviceConfiguration"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'asset.DeviceConfiguration' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/asset.DeviceConfiguration"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'asset.DeviceConfiguration' resource was patched as requested. The 'asset.DeviceConfiguration' 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/asset.DeviceConfiguration"
                                }
                            }
                        },
                        "links": {
                            "GetAssetDeviceConfigurationByMoid": {
                                "operationId": "GetAssetDeviceConfigurationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/asset/DeviceConfigurations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/asset/DeviceConnectorManagers": {
            "get": {
                "tags": [
                    "asset"
                ],
                "summary": "Read a 'asset.DeviceConnectorManager' resource.",
                "operationId": "GetAssetDeviceConnectorManagerList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Claim Devices",
                            "PRIVSET.Delete Devices",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Devices",
                            "READ.asset.DeviceConnectorManager",
                            "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 'asset.DeviceConnectorManager' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/asset.DeviceConnectorManager.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/asset/DeviceConnectorManagers/{Moid}": {
            "get": {
                "tags": [
                    "asset"
                ],
                "summary": "Read a 'asset.DeviceConnectorManager' resource.",
                "operationId": "GetAssetDeviceConnectorManagerByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Claim Devices",
                            "PRIVSET.Delete Devices",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Devices",
                            "READ.asset.DeviceConnectorManager",
                            "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 'asset.DeviceConnectorManager' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/asset.DeviceConnectorManager"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetAssetDeviceConnectorManagerByMoid": {
                                "operationId": "GetAssetDeviceConnectorManagerByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/asset/DeviceConnectorManagers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/asset/DeviceContractInformations": {
            "get": {
                "tags": [
                    "asset"
                ],
                "summary": "Read a 'asset.DeviceContractInformation' resource.",
                "operationId": "GetAssetDeviceContractInformationList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Devices",
                            "PRIVSET.View Servers",
                            "READ.asset.DeviceContractInformation",
                            "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 'asset.DeviceContractInformation' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/asset.DeviceContractInformation.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/asset/DeviceContractInformations/{Moid}": {
            "get": {
                "tags": [
                    "asset"
                ],
                "summary": "Read a 'asset.DeviceContractInformation' resource.",
                "operationId": "GetAssetDeviceContractInformationByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Devices",
                            "PRIVSET.View Servers",
                            "READ.asset.DeviceContractInformation",
                            "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 'asset.DeviceContractInformation' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/asset.DeviceContractInformation"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetAssetDeviceContractInformationByMoid": {
                                "operationId": "GetAssetDeviceContractInformationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/asset/DeviceContractInformations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "asset"
                ],
                "summary": "Update a 'asset.DeviceContractInformation' resource.",
                "operationId": "UpdateAssetDeviceContractInformation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.asset.DeviceContractInformation"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'asset.DeviceContractInformation' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/asset.DeviceContractInformation"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'asset.DeviceContractInformation' resource was modified as requested. The 'asset.DeviceContractInformation' 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/asset.DeviceContractInformation"
                                }
                            }
                        },
                        "links": {
                            "GetAssetDeviceContractInformationByMoid": {
                                "operationId": "GetAssetDeviceContractInformationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/asset/DeviceContractInformations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "asset"
                ],
                "summary": "Update a 'asset.DeviceContractInformation' resource.",
                "operationId": "PatchAssetDeviceContractInformation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.asset.DeviceContractInformation"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'asset.DeviceContractInformation' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/asset.DeviceContractInformation"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'asset.DeviceContractInformation' resource was patched as requested. The 'asset.DeviceContractInformation' 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/asset.DeviceContractInformation"
                                }
                            }
                        },
                        "links": {
                            "GetAssetDeviceContractInformationByMoid": {
                                "operationId": "GetAssetDeviceContractInformationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/asset/DeviceContractInformations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/asset/DeviceContractNotifications": {
            "post": {
                "tags": [
                    "asset"
                ],
                "summary": "Create a 'asset.DeviceContractNotification' resource.",
                "operationId": "CreateAssetDeviceContractNotification",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.asset.DeviceContractNotification"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'asset.DeviceContractNotification' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/asset.DeviceContractNotification"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'asset.DeviceContractNotification' resource was created as requested. The 'asset.DeviceContractNotification' 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/asset.DeviceContractNotification"
                                }
                            }
                        },
                        "links": {
                            "GetAssetDeviceContractNotificationByMoid": {
                                "operationId": "GetAssetDeviceContractNotificationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/asset/DeviceContractNotifications/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/asset/DeviceRegistrations": {
            "get": {
                "tags": [
                    "asset"
                ],
                "summary": "Read a 'asset.DeviceRegistration' resource.",
                "operationId": "GetAssetDeviceRegistrationList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Claim Devices",
                            "PRIVSET.Delete Devices",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only resource pools",
                            "PRIVSET.Read-only software repository",
                            "PRIVSET.Read-only targets",
                            "PRIVSET.Read-only tech support bundles",
                            "PRIVSET.View Devices",
                            "PRIVSET.View Servers",
                            "READ.asset.DeviceRegistration",
                            "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 'asset.DeviceRegistration' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/asset.DeviceRegistration.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/asset/DeviceRegistrations/{Moid}": {
            "get": {
                "tags": [
                    "asset"
                ],
                "summary": "Read a 'asset.DeviceRegistration' resource.",
                "operationId": "GetAssetDeviceRegistrationByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Claim Devices",
                            "PRIVSET.Delete Devices",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only resource pools",
                            "PRIVSET.Read-only software repository",
                            "PRIVSET.Read-only targets",
                            "PRIVSET.Read-only tech support bundles",
                            "PRIVSET.View Devices",
                            "PRIVSET.View Servers",
                            "READ.asset.DeviceRegistration",
                            "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 'asset.DeviceRegistration' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/asset.DeviceRegistration"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetAssetDeviceRegistrationByMoid": {
                                "operationId": "GetAssetDeviceRegistrationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/asset/DeviceRegistrations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "asset"
                ],
                "summary": "Updates the resource representing the device connector. For example, this can be used to annotate the device connector resource with user-specified tags.",
                "operationId": "UpdateAssetDeviceRegistration",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Claim Devices",
                            "PRIVSET.Claim targets",
                            "ROLE.Account Administrator",
                            "UPDATE.asset.DeviceRegistration"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'asset.DeviceRegistration' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/asset.DeviceRegistration"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'asset.DeviceRegistration' resource was modified as requested. The 'asset.DeviceRegistration' 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/asset.DeviceRegistration"
                                }
                            }
                        },
                        "links": {
                            "GetAssetDeviceRegistrationByMoid": {
                                "operationId": "GetAssetDeviceRegistrationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/asset/DeviceRegistrations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "asset"
                ],
                "summary": "Updates the resource representing the device connector. For example, this can be used to annotate the device connector resource with user-specified tags.",
                "operationId": "PatchAssetDeviceRegistration",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Claim Devices",
                            "PRIVSET.Claim targets",
                            "ROLE.Account Administrator",
                            "UPDATE.asset.DeviceRegistration"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'asset.DeviceRegistration' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/asset.DeviceRegistration"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'asset.DeviceRegistration' resource was patched as requested. The 'asset.DeviceRegistration' 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/asset.DeviceRegistration"
                                }
                            }
                        },
                        "links": {
                            "GetAssetDeviceRegistrationByMoid": {
                                "operationId": "GetAssetDeviceRegistrationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/asset/DeviceRegistrations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/asset/GeoLocations": {
            "get": {
                "tags": [
                    "asset"
                ],
                "summary": "Read a 'asset.GeoLocation' resource.",
                "operationId": "GetAssetGeoLocationList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Global Read Privileges",
                            "PRIVSET.Global System Privileges",
                            "READ.asset.GeoLocation"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'asset.GeoLocation' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/asset.GeoLocation.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "asset"
                ],
                "summary": "Create a 'asset.GeoLocation' resource.",
                "operationId": "CreateAssetGeoLocation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.asset.GeoLocation",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Geo Locations",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'asset.GeoLocation' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/asset.GeoLocation"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'asset.GeoLocation' resource was created as requested. The 'asset.GeoLocation' 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/asset.GeoLocation"
                                }
                            }
                        },
                        "links": {
                            "GetAssetGeoLocationByMoid": {
                                "operationId": "GetAssetGeoLocationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/asset/GeoLocations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/asset/GeoLocations/{Moid}": {
            "get": {
                "tags": [
                    "asset"
                ],
                "summary": "Read a 'asset.GeoLocation' resource.",
                "operationId": "GetAssetGeoLocationByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Global Read Privileges",
                            "PRIVSET.Global System Privileges",
                            "READ.asset.GeoLocation"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'asset.GeoLocation' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/asset.GeoLocation"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetAssetGeoLocationByMoid": {
                                "operationId": "GetAssetGeoLocationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/asset/GeoLocations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "asset"
                ],
                "summary": "Update a 'asset.GeoLocation' resource.",
                "operationId": "UpdateAssetGeoLocation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Geo Locations",
                            "ROLE.Account Administrator",
                            "UPDATE.asset.GeoLocation"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'asset.GeoLocation' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/asset.GeoLocation"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'asset.GeoLocation' resource was modified as requested. The 'asset.GeoLocation' 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/asset.GeoLocation"
                                }
                            }
                        },
                        "links": {
                            "GetAssetGeoLocationByMoid": {
                                "operationId": "GetAssetGeoLocationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/asset/GeoLocations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "asset"
                ],
                "summary": "Update a 'asset.GeoLocation' resource.",
                "operationId": "PatchAssetGeoLocation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Geo Locations",
                            "ROLE.Account Administrator",
                            "UPDATE.asset.GeoLocation"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'asset.GeoLocation' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/asset.GeoLocation"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'asset.GeoLocation' resource was patched as requested. The 'asset.GeoLocation' 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/asset.GeoLocation"
                                }
                            }
                        },
                        "links": {
                            "GetAssetGeoLocationByMoid": {
                                "operationId": "GetAssetGeoLocationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/asset/GeoLocations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "asset"
                ],
                "summary": "Delete a 'asset.GeoLocation' resource.",
                "operationId": "DeleteAssetGeoLocation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.asset.GeoLocation",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Geo Locations",
                            "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/asset/PreClaims": {
            "post": {
                "tags": [
                    "asset"
                ],
                "summary": "Create a 'asset.PreClaim' resource.",
                "operationId": "CreateAssetPreClaim",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.asset.PreClaim",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Claim Devices",
                            "PRIVSET.Complete Claim",
                            "ROLE.Account Administrator",
                            "ROLE.Complete Claim"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'asset.PreClaim' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/asset.PreClaim"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'asset.PreClaim' resource was created as requested. The 'asset.PreClaim' 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/asset.PreClaim"
                                }
                            }
                        },
                        "links": {
                            "GetAssetPreClaimByMoid": {
                                "operationId": "GetAssetPreClaimByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/asset/PreClaims/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/asset/PreClaims/{Moid}": {
            "post": {
                "tags": [
                    "asset"
                ],
                "summary": "Update a 'asset.PreClaim' resource.",
                "operationId": "UpdateAssetPreClaim",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Claim Devices",
                            "PRIVSET.Complete Claim",
                            "ROLE.Account Administrator",
                            "ROLE.Complete Claim",
                            "UPDATE.asset.PreClaim"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'asset.PreClaim' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/asset.PreClaim"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'asset.PreClaim' resource was modified as requested. The 'asset.PreClaim' 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/asset.PreClaim"
                                }
                            }
                        },
                        "links": {
                            "GetAssetPreClaimByMoid": {
                                "operationId": "GetAssetPreClaimByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/asset/PreClaims/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "asset"
                ],
                "summary": "Update a 'asset.PreClaim' resource.",
                "operationId": "PatchAssetPreClaim",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Claim Devices",
                            "PRIVSET.Complete Claim",
                            "ROLE.Account Administrator",
                            "ROLE.Complete Claim",
                            "UPDATE.asset.PreClaim"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'asset.PreClaim' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/asset.PreClaim"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'asset.PreClaim' resource was patched as requested. The 'asset.PreClaim' 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/asset.PreClaim"
                                }
                            }
                        },
                        "links": {
                            "GetAssetPreClaimByMoid": {
                                "operationId": "GetAssetPreClaimByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/asset/PreClaims/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/asset/Subscriptions": {
            "get": {
                "tags": [
                    "asset"
                ],
                "summary": "Read a 'asset.Subscription' resource.",
                "operationId": "GetAssetSubscriptionList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.asset.Subscription",
                            "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 'asset.Subscription' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/asset.Subscription.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/asset/Subscriptions/{Moid}": {
            "get": {
                "tags": [
                    "asset"
                ],
                "summary": "Read a 'asset.Subscription' resource.",
                "operationId": "GetAssetSubscriptionByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.asset.Subscription",
                            "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 'asset.Subscription' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/asset.Subscription"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetAssetSubscriptionByMoid": {
                                "operationId": "GetAssetSubscriptionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/asset/Subscriptions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/asset/SubscriptionAccounts": {
            "get": {
                "tags": [
                    "asset"
                ],
                "summary": "Read a 'asset.SubscriptionAccount' resource.",
                "operationId": "GetAssetSubscriptionAccountList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.asset.SubscriptionAccount",
                            "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 'asset.SubscriptionAccount' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/asset.SubscriptionAccount.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/asset/SubscriptionAccounts/{Moid}": {
            "get": {
                "tags": [
                    "asset"
                ],
                "summary": "Read a 'asset.SubscriptionAccount' resource.",
                "operationId": "GetAssetSubscriptionAccountByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.asset.SubscriptionAccount",
                            "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 'asset.SubscriptionAccount' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/asset.SubscriptionAccount"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetAssetSubscriptionAccountByMoid": {
                                "operationId": "GetAssetSubscriptionAccountByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/asset/SubscriptionAccounts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/asset/SubscriptionDeviceContractInformations": {
            "get": {
                "tags": [
                    "asset"
                ],
                "summary": "Read a 'asset.SubscriptionDeviceContractInformation' resource.",
                "operationId": "GetAssetSubscriptionDeviceContractInformationList",
                "deprecated": true,
                "x-sunset": "2027-03-01",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Devices",
                            "PRIVSET.View Servers",
                            "READ.asset.SubscriptionDeviceContractInformation",
                            "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 'asset.SubscriptionDeviceContractInformation' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/asset.SubscriptionDeviceContractInformation.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/asset/SubscriptionDeviceContractInformations/{Moid}": {
            "get": {
                "tags": [
                    "asset"
                ],
                "summary": "Read a 'asset.SubscriptionDeviceContractInformation' resource.",
                "operationId": "GetAssetSubscriptionDeviceContractInformationByMoid",
                "deprecated": true,
                "x-sunset": "2027-03-01",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Devices",
                            "PRIVSET.View Servers",
                            "READ.asset.SubscriptionDeviceContractInformation",
                            "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 'asset.SubscriptionDeviceContractInformation' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/asset.SubscriptionDeviceContractInformation"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetAssetSubscriptionDeviceContractInformationByMoid": {
                                "operationId": "GetAssetSubscriptionDeviceContractInformationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/asset/SubscriptionDeviceContractInformations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/asset/Targets": {
            "get": {
                "tags": [
                    "asset"
                ],
                "summary": "Read a 'asset.Target' resource.",
                "operationId": "GetAssetTargetList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Claim Devices",
                            "PRIVSET.Delete Devices",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only targets",
                            "PRIVSET.View Devices",
                            "READ.asset.Target",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'asset.Target' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/asset.Target.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "asset"
                ],
                "summary": "Create a 'asset.Target' resource.",
                "operationId": "CreateAssetTarget",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.asset.Target",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Claim Devices",
                            "PRIVSET.Claim targets",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'asset.Target' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/asset.Target"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'asset.Target' resource was created as requested. The 'asset.Target' 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/asset.Target"
                                }
                            }
                        },
                        "links": {
                            "GetAssetTargetByMoid": {
                                "operationId": "GetAssetTargetByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/asset/Targets/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/asset/Targets/{Moid}": {
            "get": {
                "tags": [
                    "asset"
                ],
                "summary": "Read a 'asset.Target' resource.",
                "operationId": "GetAssetTargetByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Claim Devices",
                            "PRIVSET.Delete Devices",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only targets",
                            "PRIVSET.View Devices",
                            "READ.asset.Target",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'asset.Target' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/asset.Target"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetAssetTargetByMoid": {
                                "operationId": "GetAssetTargetByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/asset/Targets/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "asset"
                ],
                "summary": "Update a 'asset.Target' resource.",
                "operationId": "UpdateAssetTarget",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Claim Devices",
                            "PRIVSET.Claim targets",
                            "ROLE.Account Administrator",
                            "UPDATE.asset.Target"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'asset.Target' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/asset.Target"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'asset.Target' resource was modified as requested. The 'asset.Target' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/asset.Target"
                                }
                            }
                        },
                        "links": {
                            "GetAssetTargetByMoid": {
                                "operationId": "GetAssetTargetByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/asset/Targets/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "asset"
                ],
                "summary": "Update a 'asset.Target' resource.",
                "operationId": "PatchAssetTarget",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Claim Devices",
                            "PRIVSET.Claim targets",
                            "ROLE.Account Administrator",
                            "UPDATE.asset.Target"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'asset.Target' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/asset.Target"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'asset.Target' resource was patched as requested. The 'asset.Target' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/asset.Target"
                                }
                            }
                        },
                        "links": {
                            "GetAssetTargetByMoid": {
                                "operationId": "GetAssetTargetByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/asset/Targets/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "asset"
                ],
                "summary": "Delete a 'asset.Target' resource.",
                "operationId": "DeleteAssetTarget",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.asset.Target",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete Devices",
                            "PRIVSET.Unclaim targets",
                            "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/catalystsdwan/ConfigGroups": {
            "get": {
                "tags": [
                    "catalystsdwan"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'catalystsdwan.ConfigGroup' resource.",
                "operationId": "GetCatalystsdwanConfigGroupList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.catalystsdwan.ConfigGroup",
                            "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 'catalystsdwan.ConfigGroup' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/catalystsdwan.ConfigGroup.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/catalystsdwan/ConfigGroups/{Moid}": {
            "get": {
                "tags": [
                    "catalystsdwan"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'catalystsdwan.ConfigGroup' resource.",
                "operationId": "GetCatalystsdwanConfigGroupByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.catalystsdwan.ConfigGroup",
                            "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 'catalystsdwan.ConfigGroup' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/catalystsdwan.ConfigGroup"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetCatalystsdwanConfigGroupByMoid": {
                                "operationId": "GetCatalystsdwanConfigGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/catalystsdwan/ConfigGroups/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/catalystsdwan/Interfaces": {
            "get": {
                "tags": [
                    "catalystsdwan"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'catalystsdwan.Interface' resource.",
                "operationId": "GetCatalystsdwanInterfaceList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Network Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Unified Edge",
                            "READ.catalystsdwan.Interface",
                            "ROLE.Account Administrator",
                            "ROLE.Network 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 'catalystsdwan.Interface' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/catalystsdwan.Interface.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/catalystsdwan/Interfaces/{Moid}": {
            "get": {
                "tags": [
                    "catalystsdwan"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'catalystsdwan.Interface' resource.",
                "operationId": "GetCatalystsdwanInterfaceByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Network Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Unified Edge",
                            "READ.catalystsdwan.Interface",
                            "ROLE.Account Administrator",
                            "ROLE.Network 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 'catalystsdwan.Interface' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/catalystsdwan.Interface"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetCatalystsdwanInterfaceByMoid": {
                                "operationId": "GetCatalystsdwanInterfaceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/catalystsdwan/Interfaces/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/catalystsdwan/PhysicalPorts": {
            "get": {
                "tags": [
                    "catalystsdwan"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'catalystsdwan.PhysicalPort' resource.",
                "operationId": "GetCatalystsdwanPhysicalPortList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Network Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Unified Edge",
                            "READ.catalystsdwan.PhysicalPort",
                            "ROLE.Account Administrator",
                            "ROLE.Network 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 'catalystsdwan.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/catalystsdwan.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/catalystsdwan/PhysicalPorts/{Moid}": {
            "get": {
                "tags": [
                    "catalystsdwan"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'catalystsdwan.PhysicalPort' resource.",
                "operationId": "GetCatalystsdwanPhysicalPortByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Network Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Unified Edge",
                            "READ.catalystsdwan.PhysicalPort",
                            "ROLE.Account Administrator",
                            "ROLE.Network 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 'catalystsdwan.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/catalystsdwan.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": {
                            "GetCatalystsdwanPhysicalPortByMoid": {
                                "operationId": "GetCatalystsdwanPhysicalPortByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/catalystsdwan/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/catalystsdwan/PolicyGroups": {
            "get": {
                "tags": [
                    "catalystsdwan"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'catalystsdwan.PolicyGroup' resource.",
                "operationId": "GetCatalystsdwanPolicyGroupList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.catalystsdwan.PolicyGroup",
                            "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 'catalystsdwan.PolicyGroup' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/catalystsdwan.PolicyGroup.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/catalystsdwan/PolicyGroups/{Moid}": {
            "get": {
                "tags": [
                    "catalystsdwan"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'catalystsdwan.PolicyGroup' resource.",
                "operationId": "GetCatalystsdwanPolicyGroupByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.catalystsdwan.PolicyGroup",
                            "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 'catalystsdwan.PolicyGroup' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/catalystsdwan.PolicyGroup"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetCatalystsdwanPolicyGroupByMoid": {
                                "operationId": "GetCatalystsdwanPolicyGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/catalystsdwan/PolicyGroups/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/catalystsdwan/PortChannels": {
            "get": {
                "tags": [
                    "catalystsdwan"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'catalystsdwan.PortChannel' resource.",
                "operationId": "GetCatalystsdwanPortChannelList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Network Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Unified Edge",
                            "READ.catalystsdwan.PortChannel",
                            "ROLE.Account Administrator",
                            "ROLE.Network 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 'catalystsdwan.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/catalystsdwan.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/catalystsdwan/PortChannels/{Moid}": {
            "get": {
                "tags": [
                    "catalystsdwan"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'catalystsdwan.PortChannel' resource.",
                "operationId": "GetCatalystsdwanPortChannelByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Network Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Unified Edge",
                            "READ.catalystsdwan.PortChannel",
                            "ROLE.Account Administrator",
                            "ROLE.Network 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 'catalystsdwan.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/catalystsdwan.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": {
                            "GetCatalystsdwanPortChannelByMoid": {
                                "operationId": "GetCatalystsdwanPortChannelByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/catalystsdwan/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/catalystsdwan/VedgeDevices": {
            "get": {
                "tags": [
                    "catalystsdwan"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'catalystsdwan.VedgeDevice' resource.",
                "operationId": "GetCatalystsdwanVedgeDeviceList",
                "deprecated": true,
                "x-sunset": "2027-05-31",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.catalystsdwan.VedgeDevice",
                            "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 'catalystsdwan.VedgeDevice' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/catalystsdwan.VedgeDevice.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/catalystsdwan/VedgeDevices/{Moid}": {
            "get": {
                "tags": [
                    "catalystsdwan"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'catalystsdwan.VedgeDevice' resource.",
                "operationId": "GetCatalystsdwanVedgeDeviceByMoid",
                "deprecated": true,
                "x-sunset": "2027-05-31",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.catalystsdwan.VedgeDevice",
                            "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 'catalystsdwan.VedgeDevice' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/catalystsdwan.VedgeDevice"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetCatalystsdwanVedgeDeviceByMoid": {
                                "operationId": "GetCatalystsdwanVedgeDeviceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/catalystsdwan/VedgeDevices/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/catalystsdwan/Vlans": {
            "get": {
                "tags": [
                    "catalystsdwan"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'catalystsdwan.Vlan' resource.",
                "operationId": "GetCatalystsdwanVlanList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Network Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Unified Edge",
                            "READ.catalystsdwan.Vlan",
                            "ROLE.Account Administrator",
                            "ROLE.Network 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 'catalystsdwan.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/catalystsdwan.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"
                    }
                }
            }
        },
        "/api/v1/catalystsdwan/Vlans/{Moid}": {
            "get": {
                "tags": [
                    "catalystsdwan"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'catalystsdwan.Vlan' resource.",
                "operationId": "GetCatalystsdwanVlanByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Network Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Unified Edge",
                            "READ.catalystsdwan.Vlan",
                            "ROLE.Account Administrator",
                            "ROLE.Network 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 'catalystsdwan.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/catalystsdwan.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": {
                            "GetCatalystsdwanVlanByMoid": {
                                "operationId": "GetCatalystsdwanVlanByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/catalystsdwan/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/catalystsdwan/WanEdgeDevices": {
            "get": {
                "tags": [
                    "catalystsdwan"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'catalystsdwan.WanEdgeDevice' resource.",
                "operationId": "GetCatalystsdwanWanEdgeDeviceList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Network Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Unified Edge",
                            "READ.catalystsdwan.WanEdgeDevice",
                            "ROLE.Account Administrator",
                            "ROLE.Network 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 'catalystsdwan.WanEdgeDevice' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/catalystsdwan.WanEdgeDevice.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/catalystsdwan/WanEdgeDevices/{Moid}": {
            "get": {
                "tags": [
                    "catalystsdwan"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'catalystsdwan.WanEdgeDevice' resource.",
                "operationId": "GetCatalystsdwanWanEdgeDeviceByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Network Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Unified Edge",
                            "READ.catalystsdwan.WanEdgeDevice",
                            "ROLE.Account Administrator",
                            "ROLE.Network 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 'catalystsdwan.WanEdgeDevice' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/catalystsdwan.WanEdgeDevice"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetCatalystsdwanWanEdgeDeviceByMoid": {
                                "operationId": "GetCatalystsdwanWanEdgeDeviceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/catalystsdwan/WanEdgeDevices/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/connectorpack/ConnectorPackUpgrades": {
            "get": {
                "tags": [
                    "connectorpack"
                ],
                "summary": "Read a 'connectorpack.ConnectorPackUpgrade' resource.",
                "operationId": "GetConnectorpackConnectorPackUpgradeList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.connectorpack.ConnectorPackUpgrade",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'connectorpack.ConnectorPackUpgrade' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/connectorpack.ConnectorPackUpgrade.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "connectorpack"
                ],
                "summary": "Create a 'connectorpack.ConnectorPackUpgrade' resource.",
                "operationId": "CreateConnectorpackConnectorPackUpgrade",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.connectorpack.ConnectorPackUpgrade",
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'connectorpack.ConnectorPackUpgrade' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/connectorpack.ConnectorPackUpgrade"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'connectorpack.ConnectorPackUpgrade' resource was created as requested. The 'connectorpack.ConnectorPackUpgrade' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/connectorpack.ConnectorPackUpgrade"
                                }
                            }
                        },
                        "links": {
                            "GetConnectorpackConnectorPackUpgradeByMoid": {
                                "operationId": "GetConnectorpackConnectorPackUpgradeByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/connectorpack/ConnectorPackUpgrades/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/connectorpack/ConnectorPackUpgrades/{Moid}": {
            "get": {
                "tags": [
                    "connectorpack"
                ],
                "summary": "Read a 'connectorpack.ConnectorPackUpgrade' resource.",
                "operationId": "GetConnectorpackConnectorPackUpgradeByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.connectorpack.ConnectorPackUpgrade",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'connectorpack.ConnectorPackUpgrade' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/connectorpack.ConnectorPackUpgrade"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetConnectorpackConnectorPackUpgradeByMoid": {
                                "operationId": "GetConnectorpackConnectorPackUpgradeByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/connectorpack/ConnectorPackUpgrades/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "connectorpack"
                ],
                "summary": "Delete a 'connectorpack.ConnectorPackUpgrade' resource.",
                "operationId": "DeleteConnectorpackConnectorPackUpgrade",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.connectorpack.ConnectorPackUpgrade",
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/connectorpack/UpgradeImpacts": {
            "get": {
                "tags": [
                    "connectorpack"
                ],
                "summary": "Read a 'connectorpack.UpgradeImpact' resource.",
                "operationId": "GetConnectorpackUpgradeImpactList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.connectorpack.UpgradeImpact",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'connectorpack.UpgradeImpact' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/connectorpack.UpgradeImpact.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/connectorpack/UpgradeImpacts/{Moid}": {
            "get": {
                "tags": [
                    "connectorpack"
                ],
                "summary": "Read a 'connectorpack.UpgradeImpact' resource.",
                "operationId": "GetConnectorpackUpgradeImpactByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.connectorpack.UpgradeImpact",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'connectorpack.UpgradeImpact' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/connectorpack.UpgradeImpact"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetConnectorpackUpgradeImpactByMoid": {
                                "operationId": "GetConnectorpackUpgradeImpactByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/connectorpack/UpgradeImpacts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/convergedinfra/AdapterComplianceDetails": {
            "get": {
                "tags": [
                    "convergedinfra"
                ],
                "summary": "Read a 'convergedinfra.AdapterComplianceDetails' resource.",
                "operationId": "GetConvergedinfraAdapterComplianceDetailsList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "READ.convergedinfra.AdapterComplianceDetails",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'convergedinfra.AdapterComplianceDetails' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/convergedinfra.AdapterComplianceDetails.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/convergedinfra/AdapterComplianceDetails/{Moid}": {
            "get": {
                "tags": [
                    "convergedinfra"
                ],
                "summary": "Read a 'convergedinfra.AdapterComplianceDetails' resource.",
                "operationId": "GetConvergedinfraAdapterComplianceDetailsByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "READ.convergedinfra.AdapterComplianceDetails",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'convergedinfra.AdapterComplianceDetails' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/convergedinfra.AdapterComplianceDetails"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetConvergedinfraAdapterComplianceDetailsByMoid": {
                                "operationId": "GetConvergedinfraAdapterComplianceDetailsByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/convergedinfra/AdapterComplianceDetails/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/convergedinfra/Pods": {
            "get": {
                "tags": [
                    "convergedinfra"
                ],
                "summary": "Read a 'convergedinfra.Pod' resource.",
                "operationId": "GetConvergedinfraPodList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "READ.convergedinfra.Pod",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'convergedinfra.Pod' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/convergedinfra.Pod.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/convergedinfra/Pods/{Moid}": {
            "get": {
                "tags": [
                    "convergedinfra"
                ],
                "summary": "Read a 'convergedinfra.Pod' resource.",
                "operationId": "GetConvergedinfraPodByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "READ.convergedinfra.Pod",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'convergedinfra.Pod' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/convergedinfra.Pod"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetConvergedinfraPodByMoid": {
                                "operationId": "GetConvergedinfraPodByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/convergedinfra/Pods/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "convergedinfra"
                ],
                "summary": "Update a 'convergedinfra.Pod' resource.",
                "operationId": "UpdateConvergedinfraPod",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Read-Only",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Read-Only",
                            "UPDATE.convergedinfra.Pod"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'convergedinfra.Pod' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/convergedinfra.Pod"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'convergedinfra.Pod' resource was modified as requested. The 'convergedinfra.Pod' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/convergedinfra.Pod"
                                }
                            }
                        },
                        "links": {
                            "GetConvergedinfraPodByMoid": {
                                "operationId": "GetConvergedinfraPodByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/convergedinfra/Pods/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "convergedinfra"
                ],
                "summary": "Update a 'convergedinfra.Pod' resource.",
                "operationId": "PatchConvergedinfraPod",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Read-Only",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Read-Only",
                            "UPDATE.convergedinfra.Pod"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'convergedinfra.Pod' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/convergedinfra.Pod"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'convergedinfra.Pod' resource was patched as requested. The 'convergedinfra.Pod' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/convergedinfra.Pod"
                                }
                            }
                        },
                        "links": {
                            "GetConvergedinfraPodByMoid": {
                                "operationId": "GetConvergedinfraPodByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/convergedinfra/Pods/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/convergedinfra/PodComplianceInfos": {
            "get": {
                "tags": [
                    "convergedinfra"
                ],
                "summary": "Read a 'convergedinfra.PodComplianceInfo' resource.",
                "operationId": "GetConvergedinfraPodComplianceInfoList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "READ.convergedinfra.PodComplianceInfo",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'convergedinfra.PodComplianceInfo' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/convergedinfra.PodComplianceInfo.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/convergedinfra/PodComplianceInfos/{Moid}": {
            "get": {
                "tags": [
                    "convergedinfra"
                ],
                "summary": "Read a 'convergedinfra.PodComplianceInfo' resource.",
                "operationId": "GetConvergedinfraPodComplianceInfoByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "READ.convergedinfra.PodComplianceInfo",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'convergedinfra.PodComplianceInfo' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/convergedinfra.PodComplianceInfo"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetConvergedinfraPodComplianceInfoByMoid": {
                                "operationId": "GetConvergedinfraPodComplianceInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/convergedinfra/PodComplianceInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/convergedinfra/ServerComplianceDetails": {
            "get": {
                "tags": [
                    "convergedinfra"
                ],
                "summary": "Read a 'convergedinfra.ServerComplianceDetails' resource.",
                "operationId": "GetConvergedinfraServerComplianceDetailsList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "READ.convergedinfra.ServerComplianceDetails",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'convergedinfra.ServerComplianceDetails' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/convergedinfra.ServerComplianceDetails.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/convergedinfra/ServerComplianceDetails/{Moid}": {
            "get": {
                "tags": [
                    "convergedinfra"
                ],
                "summary": "Read a 'convergedinfra.ServerComplianceDetails' resource.",
                "operationId": "GetConvergedinfraServerComplianceDetailsByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "READ.convergedinfra.ServerComplianceDetails",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'convergedinfra.ServerComplianceDetails' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/convergedinfra.ServerComplianceDetails"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetConvergedinfraServerComplianceDetailsByMoid": {
                                "operationId": "GetConvergedinfraServerComplianceDetailsByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/convergedinfra/ServerComplianceDetails/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/convergedinfra/StorageComplianceDetails": {
            "get": {
                "tags": [
                    "convergedinfra"
                ],
                "summary": "Read a 'convergedinfra.StorageComplianceDetails' resource.",
                "operationId": "GetConvergedinfraStorageComplianceDetailsList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "READ.convergedinfra.StorageComplianceDetails",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'convergedinfra.StorageComplianceDetails' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/convergedinfra.StorageComplianceDetails.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/convergedinfra/StorageComplianceDetails/{Moid}": {
            "get": {
                "tags": [
                    "convergedinfra"
                ],
                "summary": "Read a 'convergedinfra.StorageComplianceDetails' resource.",
                "operationId": "GetConvergedinfraStorageComplianceDetailsByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "READ.convergedinfra.StorageComplianceDetails",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'convergedinfra.StorageComplianceDetails' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/convergedinfra.StorageComplianceDetails"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetConvergedinfraStorageComplianceDetailsByMoid": {
                                "operationId": "GetConvergedinfraStorageComplianceDetailsByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/convergedinfra/StorageComplianceDetails/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/convergedinfra/SwitchComplianceDetails": {
            "get": {
                "tags": [
                    "convergedinfra"
                ],
                "summary": "Read a 'convergedinfra.SwitchComplianceDetails' resource.",
                "operationId": "GetConvergedinfraSwitchComplianceDetailsList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "READ.convergedinfra.SwitchComplianceDetails",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'convergedinfra.SwitchComplianceDetails' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/convergedinfra.SwitchComplianceDetails.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/convergedinfra/SwitchComplianceDetails/{Moid}": {
            "get": {
                "tags": [
                    "convergedinfra"
                ],
                "summary": "Read a 'convergedinfra.SwitchComplianceDetails' resource.",
                "operationId": "GetConvergedinfraSwitchComplianceDetailsByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "READ.convergedinfra.SwitchComplianceDetails",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'convergedinfra.SwitchComplianceDetails' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/convergedinfra.SwitchComplianceDetails"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetConvergedinfraSwitchComplianceDetailsByMoid": {
                                "operationId": "GetConvergedinfraSwitchComplianceDetailsByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/convergedinfra/SwitchComplianceDetails/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/dnac/Devices": {
            "get": {
                "tags": [
                    "dnac"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'dnac.Device' resource.",
                "operationId": "GetDnacDeviceList",
                "deprecated": true,
                "x-sunset": "2026-12-20",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.dnac.Device",
                            "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 'dnac.Device' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/dnac.Device.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/dnac/Devices/{Moid}": {
            "get": {
                "tags": [
                    "dnac"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'dnac.Device' resource.",
                "operationId": "GetDnacDeviceByMoid",
                "deprecated": true,
                "x-sunset": "2026-12-20",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.dnac.Device",
                            "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 'dnac.Device' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/dnac.Device"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetDnacDeviceByMoid": {
                                "operationId": "GetDnacDeviceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/dnac/Devices/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/dnac/DeviceInterfaces": {
            "get": {
                "tags": [
                    "dnac"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'dnac.DeviceInterface' resource.",
                "operationId": "GetDnacDeviceInterfaceList",
                "deprecated": true,
                "x-sunset": "2026-12-20",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.dnac.DeviceInterface",
                            "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 'dnac.DeviceInterface' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/dnac.DeviceInterface.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/dnac/DeviceInterfaces/{Moid}": {
            "get": {
                "tags": [
                    "dnac"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'dnac.DeviceInterface' resource.",
                "operationId": "GetDnacDeviceInterfaceByMoid",
                "deprecated": true,
                "x-sunset": "2026-12-20",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.dnac.DeviceInterface",
                            "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 'dnac.DeviceInterface' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/dnac.DeviceInterface"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetDnacDeviceInterfaceByMoid": {
                                "operationId": "GetDnacDeviceInterfaceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/dnac/DeviceInterfaces/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/dnac/ExternalBorderNodes": {
            "get": {
                "tags": [
                    "dnac"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'dnac.ExternalBorderNode' resource.",
                "operationId": "GetDnacExternalBorderNodeList",
                "deprecated": true,
                "x-sunset": "2026-12-20",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.dnac.ExternalBorderNode",
                            "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 'dnac.ExternalBorderNode' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/dnac.ExternalBorderNode.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/dnac/ExternalBorderNodes/{Moid}": {
            "get": {
                "tags": [
                    "dnac"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'dnac.ExternalBorderNode' resource.",
                "operationId": "GetDnacExternalBorderNodeByMoid",
                "deprecated": true,
                "x-sunset": "2026-12-20",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.dnac.ExternalBorderNode",
                            "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 'dnac.ExternalBorderNode' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/dnac.ExternalBorderNode"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetDnacExternalBorderNodeByMoid": {
                                "operationId": "GetDnacExternalBorderNodeByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/dnac/ExternalBorderNodes/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/dnac/ExternalBorderNodeInterfaces": {
            "get": {
                "tags": [
                    "dnac"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'dnac.ExternalBorderNodeInterface' resource.",
                "operationId": "GetDnacExternalBorderNodeInterfaceList",
                "deprecated": true,
                "x-sunset": "2026-12-20",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.dnac.ExternalBorderNodeInterface",
                            "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 'dnac.ExternalBorderNodeInterface' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/dnac.ExternalBorderNodeInterface.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/dnac/ExternalBorderNodeInterfaces/{Moid}": {
            "get": {
                "tags": [
                    "dnac"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'dnac.ExternalBorderNodeInterface' resource.",
                "operationId": "GetDnacExternalBorderNodeInterfaceByMoid",
                "deprecated": true,
                "x-sunset": "2026-12-20",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.dnac.ExternalBorderNodeInterface",
                            "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 'dnac.ExternalBorderNodeInterface' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/dnac.ExternalBorderNodeInterface"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetDnacExternalBorderNodeInterfaceByMoid": {
                                "operationId": "GetDnacExternalBorderNodeInterfaceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/dnac/ExternalBorderNodeInterfaces/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/dnac/FabricSites": {
            "get": {
                "tags": [
                    "dnac"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'dnac.FabricSite' resource.",
                "operationId": "GetDnacFabricSiteList",
                "deprecated": true,
                "x-sunset": "2026-12-20",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.dnac.FabricSite",
                            "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 'dnac.FabricSite' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/dnac.FabricSite.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/dnac/FabricSites/{Moid}": {
            "get": {
                "tags": [
                    "dnac"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'dnac.FabricSite' resource.",
                "operationId": "GetDnacFabricSiteByMoid",
                "deprecated": true,
                "x-sunset": "2026-12-20",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.dnac.FabricSite",
                            "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 'dnac.FabricSite' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/dnac.FabricSite"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetDnacFabricSiteByMoid": {
                                "operationId": "GetDnacFabricSiteByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/dnac/FabricSites/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/dnac/Sites": {
            "get": {
                "tags": [
                    "dnac"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'dnac.Site' resource.",
                "operationId": "GetDnacSiteList",
                "deprecated": true,
                "x-sunset": "2026-12-20",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.dnac.Site",
                            "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 'dnac.Site' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/dnac.Site.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/dnac/Sites/{Moid}": {
            "get": {
                "tags": [
                    "dnac"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'dnac.Site' resource.",
                "operationId": "GetDnacSiteByMoid",
                "deprecated": true,
                "x-sunset": "2026-12-20",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.dnac.Site",
                            "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 'dnac.Site' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/dnac.Site"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetDnacSiteByMoid": {
                                "operationId": "GetDnacSiteByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/dnac/Sites/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/dnac/SiteIpPools": {
            "get": {
                "tags": [
                    "dnac"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'dnac.SiteIpPool' resource.",
                "operationId": "GetDnacSiteIpPoolList",
                "deprecated": true,
                "x-sunset": "2026-12-20",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.dnac.SiteIpPool",
                            "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 'dnac.SiteIpPool' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/dnac.SiteIpPool.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/dnac/SiteIpPools/{Moid}": {
            "get": {
                "tags": [
                    "dnac"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'dnac.SiteIpPool' resource.",
                "operationId": "GetDnacSiteIpPoolByMoid",
                "deprecated": true,
                "x-sunset": "2026-12-20",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.dnac.SiteIpPool",
                            "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 'dnac.SiteIpPool' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/dnac.SiteIpPool"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetDnacSiteIpPoolByMoid": {
                                "operationId": "GetDnacSiteIpPoolByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/dnac/SiteIpPools/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/dnac/Templates": {
            "get": {
                "tags": [
                    "dnac"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'dnac.Template' resource.",
                "operationId": "GetDnacTemplateList",
                "deprecated": true,
                "x-sunset": "2026-12-20",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.dnac.Template",
                            "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 'dnac.Template' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/dnac.Template.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/dnac/Templates/{Moid}": {
            "get": {
                "tags": [
                    "dnac"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'dnac.Template' resource.",
                "operationId": "GetDnacTemplateByMoid",
                "deprecated": true,
                "x-sunset": "2026-12-20",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.dnac.Template",
                            "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 'dnac.Template' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/dnac.Template"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetDnacTemplateByMoid": {
                                "operationId": "GetDnacTemplateByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/dnac/Templates/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/dnac/Transits": {
            "get": {
                "tags": [
                    "dnac"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'dnac.Transit' resource.",
                "operationId": "GetDnacTransitList",
                "deprecated": true,
                "x-sunset": "2026-12-20",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.dnac.Transit",
                            "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 'dnac.Transit' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/dnac.Transit.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/dnac/Transits/{Moid}": {
            "get": {
                "tags": [
                    "dnac"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'dnac.Transit' resource.",
                "operationId": "GetDnacTransitByMoid",
                "deprecated": true,
                "x-sunset": "2026-12-20",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.dnac.Transit",
                            "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 'dnac.Transit' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/dnac.Transit"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetDnacTransitByMoid": {
                                "operationId": "GetDnacTransitByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/dnac/Transits/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/dnac/VirtualNetworkFabricSites": {
            "get": {
                "tags": [
                    "dnac"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'dnac.VirtualNetworkFabricSite' resource.",
                "operationId": "GetDnacVirtualNetworkFabricSiteList",
                "deprecated": true,
                "x-sunset": "2026-12-20",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.dnac.VirtualNetworkFabricSite",
                            "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 'dnac.VirtualNetworkFabricSite' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/dnac.VirtualNetworkFabricSite.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/dnac/VirtualNetworkFabricSites/{Moid}": {
            "get": {
                "tags": [
                    "dnac"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'dnac.VirtualNetworkFabricSite' resource.",
                "operationId": "GetDnacVirtualNetworkFabricSiteByMoid",
                "deprecated": true,
                "x-sunset": "2026-12-20",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.dnac.VirtualNetworkFabricSite",
                            "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 'dnac.VirtualNetworkFabricSite' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/dnac.VirtualNetworkFabricSite"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetDnacVirtualNetworkFabricSiteByMoid": {
                                "operationId": "GetDnacVirtualNetworkFabricSiteByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/dnac/VirtualNetworkFabricSites/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/energy/DailyMetrics": {
            "post": {
                "tags": [
                    "energy"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Create a 'energy.DailyMetrics' resource.",
                "operationId": "CreateEnergyDailyMetrics",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.energy.DailyMetrics",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Sustainability Metrics Viewer",
                            "ROLE.Account Administrator",
                            "ROLE.Sustainability Metrics Viewer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'energy.DailyMetrics' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/energy.DailyMetrics"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'energy.DailyMetrics' resource was created as requested. The 'energy.DailyMetrics' 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/energy.DailyMetrics"
                                }
                            }
                        },
                        "links": {
                            "GetEnergyDailyMetricsByMoid": {
                                "operationId": "GetEnergyDailyMetricsByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/energy/DailyMetrics/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/energy/Metrics": {
            "post": {
                "tags": [
                    "energy"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Create a 'energy.Metrics' resource.",
                "operationId": "CreateEnergyMetrics",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.energy.Metrics",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Sustainability Metrics Viewer",
                            "ROLE.Account Administrator",
                            "ROLE.Sustainability Metrics Viewer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'energy.Metrics' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/energy.Metrics"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'energy.Metrics' resource was created as requested. The 'energy.Metrics' 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/energy.Metrics"
                                }
                            }
                        },
                        "links": {
                            "GetEnergyMetricsByMoid": {
                                "operationId": "GetEnergyMetricsByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/energy/Metrics/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/feedback/FeedbackPosts": {
            "post": {
                "tags": [
                    "feedback"
                ],
                "summary": "Create a 'feedback.FeedbackPost' resource.",
                "operationId": "CreateFeedbackFeedbackPost",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.feedback.FeedbackPost",
                            "PRIVSET.Global System Privileges",
                            "PRIVSET.Global Write Privileges"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'feedback.FeedbackPost' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/feedback.FeedbackPost"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'feedback.FeedbackPost' resource was created as requested. The 'feedback.FeedbackPost' 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/feedback.FeedbackPost"
                                }
                            }
                        },
                        "links": {
                            "GetFeedbackFeedbackPostByMoid": {
                                "operationId": "GetFeedbackFeedbackPostByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/feedback/FeedbackPosts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/feedback/FeedbackPosts/{Moid}": {
            "post": {
                "tags": [
                    "feedback"
                ],
                "summary": "Update a 'feedback.FeedbackPost' resource.",
                "operationId": "UpdateFeedbackFeedbackPost",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Global System Privileges",
                            "PRIVSET.Global Write Privileges",
                            "UPDATE.feedback.FeedbackPost"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'feedback.FeedbackPost' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/feedback.FeedbackPost"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'feedback.FeedbackPost' resource was modified as requested. The 'feedback.FeedbackPost' 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/feedback.FeedbackPost"
                                }
                            }
                        },
                        "links": {
                            "GetFeedbackFeedbackPostByMoid": {
                                "operationId": "GetFeedbackFeedbackPostByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/feedback/FeedbackPosts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "feedback"
                ],
                "summary": "Update a 'feedback.FeedbackPost' resource.",
                "operationId": "PatchFeedbackFeedbackPost",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Global System Privileges",
                            "PRIVSET.Global Write Privileges",
                            "UPDATE.feedback.FeedbackPost"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'feedback.FeedbackPost' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/feedback.FeedbackPost"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'feedback.FeedbackPost' resource was patched as requested. The 'feedback.FeedbackPost' 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/feedback.FeedbackPost"
                                }
                            }
                        },
                        "links": {
                            "GetFeedbackFeedbackPostByMoid": {
                                "operationId": "GetFeedbackFeedbackPostByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/feedback/FeedbackPosts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fmc/Devices": {
            "get": {
                "tags": [
                    "fmc"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'fmc.Device' resource.",
                "operationId": "GetFmcDeviceList",
                "deprecated": true,
                "x-sunset": "2026-12-19",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.fmc.Device",
                            "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 'fmc.Device' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/fmc.Device.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fmc/Devices/{Moid}": {
            "get": {
                "tags": [
                    "fmc"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'fmc.Device' resource.",
                "operationId": "GetFmcDeviceByMoid",
                "deprecated": true,
                "x-sunset": "2026-12-19",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.fmc.Device",
                            "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 'fmc.Device' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/fmc.Device"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetFmcDeviceByMoid": {
                                "operationId": "GetFmcDeviceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fmc/Devices/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fmc/DeviceHaPairs": {
            "get": {
                "tags": [
                    "fmc"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'fmc.DeviceHaPair' resource.",
                "operationId": "GetFmcDeviceHaPairList",
                "deprecated": true,
                "x-sunset": "2026-12-19",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.fmc.DeviceHaPair",
                            "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 'fmc.DeviceHaPair' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/fmc.DeviceHaPair.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fmc/DeviceHaPairs/{Moid}": {
            "get": {
                "tags": [
                    "fmc"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'fmc.DeviceHaPair' resource.",
                "operationId": "GetFmcDeviceHaPairByMoid",
                "deprecated": true,
                "x-sunset": "2026-12-19",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.fmc.DeviceHaPair",
                            "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 'fmc.DeviceHaPair' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/fmc.DeviceHaPair"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetFmcDeviceHaPairByMoid": {
                                "operationId": "GetFmcDeviceHaPairByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fmc/DeviceHaPairs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fmc/Domains": {
            "get": {
                "tags": [
                    "fmc"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'fmc.Domain' resource.",
                "operationId": "GetFmcDomainList",
                "deprecated": true,
                "x-sunset": "2026-12-19",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.fmc.Domain",
                            "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 'fmc.Domain' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/fmc.Domain.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fmc/Domains/{Moid}": {
            "get": {
                "tags": [
                    "fmc"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'fmc.Domain' resource.",
                "operationId": "GetFmcDomainByMoid",
                "deprecated": true,
                "x-sunset": "2026-12-19",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.fmc.Domain",
                            "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 'fmc.Domain' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/fmc.Domain"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetFmcDomainByMoid": {
                                "operationId": "GetFmcDomainByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fmc/Domains/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fmc/PhysicalInterfaces": {
            "get": {
                "tags": [
                    "fmc"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'fmc.PhysicalInterface' resource.",
                "operationId": "GetFmcPhysicalInterfaceList",
                "deprecated": true,
                "x-sunset": "2026-12-19",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.fmc.PhysicalInterface",
                            "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 'fmc.PhysicalInterface' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/fmc.PhysicalInterface.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fmc/PhysicalInterfaces/{Moid}": {
            "get": {
                "tags": [
                    "fmc"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'fmc.PhysicalInterface' resource.",
                "operationId": "GetFmcPhysicalInterfaceByMoid",
                "deprecated": true,
                "x-sunset": "2026-12-19",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.fmc.PhysicalInterface",
                            "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 'fmc.PhysicalInterface' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/fmc.PhysicalInterface"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetFmcPhysicalInterfaceByMoid": {
                                "operationId": "GetFmcPhysicalInterfaceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fmc/PhysicalInterfaces/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/ConnectorPacks": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.ConnectorPack' resource.",
                "operationId": "GetIaasConnectorPackList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.ConnectorPack"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iaas.ConnectorPack' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.ConnectorPack.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/ConnectorPacks/{Moid}": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.ConnectorPack' resource.",
                "operationId": "GetIaasConnectorPackByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.ConnectorPack"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iaas.ConnectorPack' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.ConnectorPack"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIaasConnectorPackByMoid": {
                                "operationId": "GetIaasConnectorPackByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iaas/ConnectorPacks/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/CustomTaskInfos": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.CustomTaskInfo' resource.",
                "operationId": "GetIaasCustomTaskInfoList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.CustomTaskInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iaas.CustomTaskInfo' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.CustomTaskInfo.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/CustomTaskInfos/{Moid}": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.CustomTaskInfo' resource.",
                "operationId": "GetIaasCustomTaskInfoByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.CustomTaskInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iaas.CustomTaskInfo' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.CustomTaskInfo"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIaasCustomTaskInfoByMoid": {
                                "operationId": "GetIaasCustomTaskInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iaas/CustomTaskInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/DeviceStatuses": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.DeviceStatus' resource.",
                "operationId": "GetIaasDeviceStatusList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.DeviceStatus"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iaas.DeviceStatus' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.DeviceStatus.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/DeviceStatuses/{Moid}": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.DeviceStatus' resource.",
                "operationId": "GetIaasDeviceStatusByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.DeviceStatus"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iaas.DeviceStatus' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.DeviceStatus"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIaasDeviceStatusByMoid": {
                                "operationId": "GetIaasDeviceStatusByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iaas/DeviceStatuses/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/DiagnosticMessages": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.DiagnosticMessages' resource.",
                "operationId": "GetIaasDiagnosticMessagesList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.DiagnosticMessages"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iaas.DiagnosticMessages' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.DiagnosticMessages.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/DiagnosticMessages/{Moid}": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.DiagnosticMessages' resource.",
                "operationId": "GetIaasDiagnosticMessagesByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.DiagnosticMessages"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iaas.DiagnosticMessages' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.DiagnosticMessages"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIaasDiagnosticMessagesByMoid": {
                                "operationId": "GetIaasDiagnosticMessagesByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iaas/DiagnosticMessages/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/LicenseInfos": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.LicenseInfo' resource.",
                "operationId": "GetIaasLicenseInfoList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.LicenseInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iaas.LicenseInfo' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.LicenseInfo.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/LicenseInfos/{Moid}": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.LicenseInfo' resource.",
                "operationId": "GetIaasLicenseInfoByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.LicenseInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iaas.LicenseInfo' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.LicenseInfo"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIaasLicenseInfoByMoid": {
                                "operationId": "GetIaasLicenseInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iaas/LicenseInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/MostRunTasks": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.MostRunTasks' resource.",
                "operationId": "GetIaasMostRunTasksList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.MostRunTasks"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iaas.MostRunTasks' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.MostRunTasks.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/MostRunTasks/{Moid}": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.MostRunTasks' resource.",
                "operationId": "GetIaasMostRunTasksByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.MostRunTasks"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iaas.MostRunTasks' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.MostRunTasks"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIaasMostRunTasksByMoid": {
                                "operationId": "GetIaasMostRunTasksByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iaas/MostRunTasks/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/ServiceRequests": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.ServiceRequest' resource.",
                "operationId": "GetIaasServiceRequestList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.ServiceRequest"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iaas.ServiceRequest' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.ServiceRequest.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/ServiceRequests/{Moid}": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.ServiceRequest' resource.",
                "operationId": "GetIaasServiceRequestByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.ServiceRequest"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iaas.ServiceRequest' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.ServiceRequest"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIaasServiceRequestByMoid": {
                                "operationId": "GetIaasServiceRequestByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iaas/ServiceRequests/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/SystemTaskInfos": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.SystemTaskInfo' resource.",
                "operationId": "GetIaasSystemTaskInfoList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.SystemTaskInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iaas.SystemTaskInfo' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.SystemTaskInfo.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/SystemTaskInfos/{Moid}": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.SystemTaskInfo' resource.",
                "operationId": "GetIaasSystemTaskInfoByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.SystemTaskInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iaas.SystemTaskInfo' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.SystemTaskInfo"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIaasSystemTaskInfoByMoid": {
                                "operationId": "GetIaasSystemTaskInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iaas/SystemTaskInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/UcsdInfos": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.UcsdInfo' resource.",
                "operationId": "GetIaasUcsdInfoList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.iaas.UcsdInfo",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iaas.UcsdInfo' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.UcsdInfo.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/UcsdInfos/{Moid}": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.UcsdInfo' resource.",
                "operationId": "GetIaasUcsdInfoByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.iaas.UcsdInfo",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iaas.UcsdInfo' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.UcsdInfo"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIaasUcsdInfoByMoid": {
                                "operationId": "GetIaasUcsdInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iaas/UcsdInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "iaas"
                ],
                "summary": "Update a 'iaas.UcsdInfo' resource.",
                "operationId": "UpdateIaasUcsdInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.iaas.UcsdInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iaas.UcsdInfo' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iaas.UcsdInfo"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iaas.UcsdInfo' resource was modified as requested. The 'iaas.UcsdInfo' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.UcsdInfo"
                                }
                            }
                        },
                        "links": {
                            "GetIaasUcsdInfoByMoid": {
                                "operationId": "GetIaasUcsdInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iaas/UcsdInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "iaas"
                ],
                "summary": "Update a 'iaas.UcsdInfo' resource.",
                "operationId": "PatchIaasUcsdInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.iaas.UcsdInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iaas.UcsdInfo' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iaas.UcsdInfo"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iaas.UcsdInfo' resource was patched as requested. The 'iaas.UcsdInfo' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.UcsdInfo"
                                }
                            }
                        },
                        "links": {
                            "GetIaasUcsdInfoByMoid": {
                                "operationId": "GetIaasUcsdInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iaas/UcsdInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/UcsdManagedInfras": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.UcsdManagedInfra' resource.",
                "operationId": "GetIaasUcsdManagedInfraList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.UcsdManagedInfra"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iaas.UcsdManagedInfra' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.UcsdManagedInfra.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/UcsdManagedInfras/{Moid}": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.UcsdManagedInfra' resource.",
                "operationId": "GetIaasUcsdManagedInfraByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.UcsdManagedInfra"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iaas.UcsdManagedInfra' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.UcsdManagedInfra"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIaasUcsdManagedInfraByMoid": {
                                "operationId": "GetIaasUcsdManagedInfraByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iaas/UcsdManagedInfras/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/UcsdMessages": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.UcsdMessages' resource.",
                "operationId": "GetIaasUcsdMessagesList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.UcsdMessages"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iaas.UcsdMessages' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.UcsdMessages.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/UcsdMessages/{Moid}": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.UcsdMessages' resource.",
                "operationId": "GetIaasUcsdMessagesByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.UcsdMessages"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iaas.UcsdMessages' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.UcsdMessages"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIaasUcsdMessagesByMoid": {
                                "operationId": "GetIaasUcsdMessagesByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iaas/UcsdMessages/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/Accounts": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.Account' resource.",
                "operationId": "GetIamAccountList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Global Read Privileges",
                            "PRIVSET.Global System Privileges",
                            "READ.iam.Account"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iam.Account' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.Account.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Create a 'iam.Account' resource.",
                "operationId": "CreateIamAccount",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.iam.Account"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.Account' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.Account"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.Account' resource was created as requested. The 'iam.Account' 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/iam.Account"
                                }
                            }
                        },
                        "links": {
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/Accounts/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.Account' resource.",
                "operationId": "GetIamAccountByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Global Read Privileges",
                            "PRIVSET.Global System Privileges",
                            "READ.iam.Account"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iam.Account' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.Account"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.Account' resource.",
                "operationId": "UpdateIamAccount",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure account details",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.Account"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.Account' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.Account"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.Account' resource was modified as requested. The 'iam.Account' 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/iam.Account"
                                }
                            }
                        },
                        "links": {
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.Account' resource.",
                "operationId": "PatchIamAccount",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure account details",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.Account"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.Account' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.Account"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.Account' resource was patched as requested. The 'iam.Account' 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/iam.Account"
                                }
                            }
                        },
                        "links": {
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Delete a 'iam.Account' resource.",
                "operationId": "DeleteIamAccount",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.iam.Account"
                        ]
                    }
                ],
                "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/iam/AccountExperiences": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.AccountExperience' resource.",
                "operationId": "GetIamAccountExperienceList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Global System Privileges",
                            "READ.iam.AccountExperience"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iam.AccountExperience' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.AccountExperience.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/AccountExperiences/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.AccountExperience' resource.",
                "operationId": "GetIamAccountExperienceByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Global System Privileges",
                            "READ.iam.AccountExperience"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iam.AccountExperience' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.AccountExperience"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamAccountExperienceByMoid": {
                                "operationId": "GetIamAccountExperienceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/AccountExperiences/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/ApiKeys": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.ApiKey' resource.",
                "operationId": "GetIamApiKeyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete API keys",
                            "PRIVSET.Edit API keys",
                            "PRIVSET.Enable and disable API keys",
                            "PRIVSET.Generate API keys",
                            "PRIVSET.Manage API Keys",
                            "PRIVSET.Read all API keys in the account",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Workload Optimizer Administrator",
                            "PRIVSET.Workload Optimizer Advisor",
                            "PRIVSET.Workload Optimizer Automator",
                            "PRIVSET.Workload Optimizer Deployer",
                            "PRIVSET.Workload Optimizer Observer",
                            "READ.iam.ApiKey",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.Workload Optimizer Administrator",
                            "ROLE.Workload Optimizer Advisor",
                            "ROLE.Workload Optimizer Automator",
                            "ROLE.Workload Optimizer Deployer",
                            "ROLE.Workload Optimizer Observer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iam.ApiKey' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.ApiKey.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Create a 'iam.ApiKey' resource.",
                "operationId": "CreateIamApiKey",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.iam.ApiKey",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Generate API keys",
                            "PRIVSET.Manage API Keys",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Workload Optimizer Administrator",
                            "PRIVSET.Workload Optimizer Advisor",
                            "PRIVSET.Workload Optimizer Automator",
                            "PRIVSET.Workload Optimizer Deployer",
                            "PRIVSET.Workload Optimizer Observer",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.Workload Optimizer Administrator",
                            "ROLE.Workload Optimizer Advisor",
                            "ROLE.Workload Optimizer Automator",
                            "ROLE.Workload Optimizer Deployer",
                            "ROLE.Workload Optimizer Observer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.ApiKey' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.ApiKey"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.ApiKey' resource was created as requested. The 'iam.ApiKey' 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/iam.ApiKey"
                                }
                            }
                        },
                        "links": {
                            "GetIamApiKeyByMoid": {
                                "operationId": "GetIamApiKeyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/ApiKeys/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/ApiKeys/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.ApiKey' resource.",
                "operationId": "GetIamApiKeyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete API keys",
                            "PRIVSET.Edit API keys",
                            "PRIVSET.Enable and disable API keys",
                            "PRIVSET.Generate API keys",
                            "PRIVSET.Manage API Keys",
                            "PRIVSET.Read all API keys in the account",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Workload Optimizer Administrator",
                            "PRIVSET.Workload Optimizer Advisor",
                            "PRIVSET.Workload Optimizer Automator",
                            "PRIVSET.Workload Optimizer Deployer",
                            "PRIVSET.Workload Optimizer Observer",
                            "READ.iam.ApiKey",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.Workload Optimizer Administrator",
                            "ROLE.Workload Optimizer Advisor",
                            "ROLE.Workload Optimizer Automator",
                            "ROLE.Workload Optimizer Deployer",
                            "ROLE.Workload Optimizer Observer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iam.ApiKey' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.ApiKey"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamApiKeyByMoid": {
                                "operationId": "GetIamApiKeyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/ApiKeys/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Delete a 'iam.ApiKey' resource.",
                "operationId": "DeleteIamApiKey",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.iam.ApiKey",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete API keys",
                            "PRIVSET.Manage API Keys",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Workload Optimizer Administrator",
                            "PRIVSET.Workload Optimizer Advisor",
                            "PRIVSET.Workload Optimizer Automator",
                            "PRIVSET.Workload Optimizer Deployer",
                            "PRIVSET.Workload Optimizer Observer",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.Workload Optimizer Administrator",
                            "ROLE.Workload Optimizer Advisor",
                            "ROLE.Workload Optimizer Automator",
                            "ROLE.Workload Optimizer Deployer",
                            "ROLE.Workload Optimizer Observer"
                        ]
                    }
                ],
                "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"
                    }
                }
            },
            "post": {
                "tags": [
                    "iam"
                ],
                "summary": "Update a 'iam.ApiKey' resource.",
                "operationId": "UpdateIamApiKey",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit API keys",
                            "PRIVSET.Manage API Keys",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Workload Optimizer Administrator",
                            "PRIVSET.Workload Optimizer Advisor",
                            "PRIVSET.Workload Optimizer Automator",
                            "PRIVSET.Workload Optimizer Deployer",
                            "PRIVSET.Workload Optimizer Observer",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.Workload Optimizer Administrator",
                            "ROLE.Workload Optimizer Advisor",
                            "ROLE.Workload Optimizer Automator",
                            "ROLE.Workload Optimizer Deployer",
                            "ROLE.Workload Optimizer Observer",
                            "UPDATE.iam.ApiKey"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.ApiKey' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.ApiKey"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.ApiKey' resource was modified as requested. The 'iam.ApiKey' 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/iam.ApiKey"
                                }
                            }
                        },
                        "links": {
                            "GetIamApiKeyByMoid": {
                                "operationId": "GetIamApiKeyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/ApiKeys/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.ApiKey' resource.",
                "operationId": "PatchIamApiKey",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit API keys",
                            "PRIVSET.Manage API Keys",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Workload Optimizer Administrator",
                            "PRIVSET.Workload Optimizer Advisor",
                            "PRIVSET.Workload Optimizer Automator",
                            "PRIVSET.Workload Optimizer Deployer",
                            "PRIVSET.Workload Optimizer Observer",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.Workload Optimizer Administrator",
                            "ROLE.Workload Optimizer Advisor",
                            "ROLE.Workload Optimizer Automator",
                            "ROLE.Workload Optimizer Deployer",
                            "ROLE.Workload Optimizer Observer",
                            "UPDATE.iam.ApiKey"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.ApiKey' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.ApiKey"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.ApiKey' resource was patched as requested. The 'iam.ApiKey' 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/iam.ApiKey"
                                }
                            }
                        },
                        "links": {
                            "GetIamApiKeyByMoid": {
                                "operationId": "GetIamApiKeyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/ApiKeys/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/AppRegistrations": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.AppRegistration' resource.",
                "operationId": "GetIamAppRegistrationList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Create OAuth 2.0 grant type applications",
                            "PRIVSET.Delete OAuth 2.0 grant type applications",
                            "PRIVSET.Edit OAuth 2.0 grant type applications",
                            "PRIVSET.Enable and disable OAuth 2.0 grant type applications",
                            "PRIVSET.Global System Privileges",
                            "PRIVSET.Read all OAuth apps in the account",
                            "READ.iam.AppRegistration"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iam.AppRegistration' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.AppRegistration.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Create a 'iam.AppRegistration' resource.",
                "operationId": "CreateIamAppRegistration",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.iam.AppRegistration",
                            "PRIVSET.Create OAuth 2.0 grant type applications",
                            "PRIVSET.Global System Privileges"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.AppRegistration' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.AppRegistration"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.AppRegistration' resource was created as requested. The 'iam.AppRegistration' 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/iam.AppRegistration"
                                }
                            }
                        },
                        "links": {
                            "GetIamAppRegistrationByMoid": {
                                "operationId": "GetIamAppRegistrationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/AppRegistrations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/AppRegistrations/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.AppRegistration' resource.",
                "operationId": "GetIamAppRegistrationByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Create OAuth 2.0 grant type applications",
                            "PRIVSET.Delete OAuth 2.0 grant type applications",
                            "PRIVSET.Edit OAuth 2.0 grant type applications",
                            "PRIVSET.Enable and disable OAuth 2.0 grant type applications",
                            "PRIVSET.Global System Privileges",
                            "PRIVSET.Read all OAuth apps in the account",
                            "READ.iam.AppRegistration"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iam.AppRegistration' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.AppRegistration"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamAppRegistrationByMoid": {
                                "operationId": "GetIamAppRegistrationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/AppRegistrations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Delete a 'iam.AppRegistration' resource.",
                "operationId": "DeleteIamAppRegistration",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.iam.AppRegistration",
                            "PRIVSET.Delete OAuth 2.0 grant type applications",
                            "PRIVSET.Global System Privileges"
                        ]
                    }
                ],
                "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"
                    }
                }
            },
            "post": {
                "tags": [
                    "iam"
                ],
                "summary": "Update a 'iam.AppRegistration' resource.",
                "operationId": "UpdateIamAppRegistration",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Edit OAuth 2.0 grant type applications",
                            "PRIVSET.Global System Privileges",
                            "UPDATE.iam.AppRegistration"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.AppRegistration' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.AppRegistration"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.AppRegistration' resource was modified as requested. The 'iam.AppRegistration' 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/iam.AppRegistration"
                                }
                            }
                        },
                        "links": {
                            "GetIamAppRegistrationByMoid": {
                                "operationId": "GetIamAppRegistrationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/AppRegistrations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.AppRegistration' resource.",
                "operationId": "PatchIamAppRegistration",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Edit OAuth 2.0 grant type applications",
                            "PRIVSET.Global System Privileges",
                            "UPDATE.iam.AppRegistration"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.AppRegistration' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.AppRegistration"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.AppRegistration' resource was patched as requested. The 'iam.AppRegistration' 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/iam.AppRegistration"
                                }
                            }
                        },
                        "links": {
                            "GetIamAppRegistrationByMoid": {
                                "operationId": "GetIamAppRegistrationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/AppRegistrations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/BannerMessages": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.BannerMessage' resource.",
                "operationId": "GetIamBannerMessageList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure banner message",
                            "READ.iam.BannerMessage",
                            "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 'iam.BannerMessage' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.BannerMessage.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/BannerMessages/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.BannerMessage' resource.",
                "operationId": "GetIamBannerMessageByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure banner message",
                            "READ.iam.BannerMessage",
                            "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 'iam.BannerMessage' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.BannerMessage"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamBannerMessageByMoid": {
                                "operationId": "GetIamBannerMessageByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/BannerMessages/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.BannerMessage' resource.",
                "operationId": "UpdateIamBannerMessage",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure banner message",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.BannerMessage"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.BannerMessage' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.BannerMessage"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.BannerMessage' resource was modified as requested. The 'iam.BannerMessage' 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/iam.BannerMessage"
                                }
                            }
                        },
                        "links": {
                            "GetIamBannerMessageByMoid": {
                                "operationId": "GetIamBannerMessageByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/BannerMessages/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.BannerMessage' resource.",
                "operationId": "PatchIamBannerMessage",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure banner message",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.BannerMessage"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.BannerMessage' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.BannerMessage"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.BannerMessage' resource was patched as requested. The 'iam.BannerMessage' 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/iam.BannerMessage"
                                }
                            }
                        },
                        "links": {
                            "GetIamBannerMessageByMoid": {
                                "operationId": "GetIamBannerMessageByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/BannerMessages/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/Certificates": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.Certificate' resource.",
                "operationId": "GetIamCertificateList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-only SSL Certificates",
                            "READ.iam.Certificate",
                            "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 'iam.Certificate' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.Certificate.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Create a 'iam.Certificate' resource.",
                "operationId": "CreateIamCertificate",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.iam.Certificate",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Apply SSL Certificate",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.Certificate' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.Certificate"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.Certificate' resource was created as requested. The 'iam.Certificate' 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/iam.Certificate"
                                }
                            }
                        },
                        "links": {
                            "GetIamCertificateByMoid": {
                                "operationId": "GetIamCertificateByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/Certificates/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/Certificates/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.Certificate' resource.",
                "operationId": "GetIamCertificateByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-only SSL Certificates",
                            "READ.iam.Certificate",
                            "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 'iam.Certificate' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.Certificate"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamCertificateByMoid": {
                                "operationId": "GetIamCertificateByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/Certificates/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.Certificate' resource.",
                "operationId": "UpdateIamCertificate",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.Certificate"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.Certificate' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.Certificate"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.Certificate' resource was modified as requested. The 'iam.Certificate' 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/iam.Certificate"
                                }
                            }
                        },
                        "links": {
                            "GetIamCertificateByMoid": {
                                "operationId": "GetIamCertificateByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/Certificates/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.Certificate' resource.",
                "operationId": "PatchIamCertificate",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.Certificate"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.Certificate' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.Certificate"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.Certificate' resource was patched as requested. The 'iam.Certificate' 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/iam.Certificate"
                                }
                            }
                        },
                        "links": {
                            "GetIamCertificateByMoid": {
                                "operationId": "GetIamCertificateByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/Certificates/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Delete a 'iam.Certificate' resource.",
                "operationId": "DeleteIamCertificate",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.iam.Certificate",
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/CertificateRequests": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.CertificateRequest' resource.",
                "operationId": "GetIamCertificateRequestList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-only SSL Certificates",
                            "READ.iam.CertificateRequest",
                            "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 'iam.CertificateRequest' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.CertificateRequest.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Create a 'iam.CertificateRequest' resource.",
                "operationId": "CreateIamCertificateRequest",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.iam.CertificateRequest",
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.CertificateRequest' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.CertificateRequest"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.CertificateRequest' resource was created as requested. The 'iam.CertificateRequest' 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/iam.CertificateRequest"
                                }
                            }
                        },
                        "links": {
                            "GetIamCertificateRequestByMoid": {
                                "operationId": "GetIamCertificateRequestByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/CertificateRequests/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/CertificateRequests/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.CertificateRequest' resource.",
                "operationId": "GetIamCertificateRequestByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-only SSL Certificates",
                            "READ.iam.CertificateRequest",
                            "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 'iam.CertificateRequest' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.CertificateRequest"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamCertificateRequestByMoid": {
                                "operationId": "GetIamCertificateRequestByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/CertificateRequests/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.CertificateRequest' resource.",
                "operationId": "UpdateIamCertificateRequest",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.CertificateRequest"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.CertificateRequest' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.CertificateRequest"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.CertificateRequest' resource was modified as requested. The 'iam.CertificateRequest' 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/iam.CertificateRequest"
                                }
                            }
                        },
                        "links": {
                            "GetIamCertificateRequestByMoid": {
                                "operationId": "GetIamCertificateRequestByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/CertificateRequests/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.CertificateRequest' resource.",
                "operationId": "PatchIamCertificateRequest",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.CertificateRequest"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.CertificateRequest' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.CertificateRequest"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.CertificateRequest' resource was patched as requested. The 'iam.CertificateRequest' 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/iam.CertificateRequest"
                                }
                            }
                        },
                        "links": {
                            "GetIamCertificateRequestByMoid": {
                                "operationId": "GetIamCertificateRequestByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/CertificateRequests/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Delete a 'iam.CertificateRequest' resource.",
                "operationId": "DeleteIamCertificateRequest",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.iam.CertificateRequest",
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/CuiIntegrations": {
            "post": {
                "tags": [
                    "iam"
                ],
                "summary": "Create a 'iam.CuiIntegration' resource.",
                "operationId": "CreateIamCuiIntegration",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.iam.CuiIntegration",
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.CuiIntegration' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.CuiIntegration"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.CuiIntegration' resource was created as requested. The 'iam.CuiIntegration' 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/iam.CuiIntegration"
                                }
                            }
                        },
                        "links": {
                            "GetIamCuiIntegrationByMoid": {
                                "operationId": "GetIamCuiIntegrationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/CuiIntegrations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.CuiIntegration' resource.",
                "operationId": "GetIamCuiIntegrationList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "READ.iam.CuiIntegration",
                            "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 'iam.CuiIntegration' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.CuiIntegration.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/CuiIntegrations/{Moid}": {
            "post": {
                "tags": [
                    "iam"
                ],
                "summary": "Update a 'iam.CuiIntegration' resource.",
                "operationId": "UpdateIamCuiIntegration",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.CuiIntegration"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.CuiIntegration' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.CuiIntegration"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.CuiIntegration' resource was modified as requested. The 'iam.CuiIntegration' 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/iam.CuiIntegration"
                                }
                            }
                        },
                        "links": {
                            "GetIamCuiIntegrationByMoid": {
                                "operationId": "GetIamCuiIntegrationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/CuiIntegrations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.CuiIntegration' resource.",
                "operationId": "PatchIamCuiIntegration",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.CuiIntegration"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.CuiIntegration' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.CuiIntegration"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.CuiIntegration' resource was patched as requested. The 'iam.CuiIntegration' 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/iam.CuiIntegration"
                                }
                            }
                        },
                        "links": {
                            "GetIamCuiIntegrationByMoid": {
                                "operationId": "GetIamCuiIntegrationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/CuiIntegrations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.CuiIntegration' resource.",
                "operationId": "GetIamCuiIntegrationByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "READ.iam.CuiIntegration",
                            "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 'iam.CuiIntegration' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.CuiIntegration"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamCuiIntegrationByMoid": {
                                "operationId": "GetIamCuiIntegrationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/CuiIntegrations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/DefaultAuthentications": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.DefaultAuthentication' resource.",
                "operationId": "GetIamDefaultAuthenticationList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure account details",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.DefaultAuthentication",
                            "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 'iam.DefaultAuthentication' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.DefaultAuthentication.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/DefaultAuthentications/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.DefaultAuthentication' resource.",
                "operationId": "GetIamDefaultAuthenticationByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure account details",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.DefaultAuthentication",
                            "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 'iam.DefaultAuthentication' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.DefaultAuthentication"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamDefaultAuthenticationByMoid": {
                                "operationId": "GetIamDefaultAuthenticationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/DefaultAuthentications/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.DefaultAuthentication' resource.",
                "operationId": "UpdateIamDefaultAuthentication",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.DefaultAuthentication"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.DefaultAuthentication' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.DefaultAuthentication"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.DefaultAuthentication' resource was modified as requested. The 'iam.DefaultAuthentication' 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/iam.DefaultAuthentication"
                                }
                            }
                        },
                        "links": {
                            "GetIamDefaultAuthenticationByMoid": {
                                "operationId": "GetIamDefaultAuthenticationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/DefaultAuthentications/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.DefaultAuthentication' resource.",
                "operationId": "PatchIamDefaultAuthentication",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.DefaultAuthentication"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.DefaultAuthentication' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.DefaultAuthentication"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.DefaultAuthentication' resource was patched as requested. The 'iam.DefaultAuthentication' 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/iam.DefaultAuthentication"
                                }
                            }
                        },
                        "links": {
                            "GetIamDefaultAuthenticationByMoid": {
                                "operationId": "GetIamDefaultAuthenticationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/DefaultAuthentications/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/DomainGroups": {
            "get": {
                "tags": [
                    "iam"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'iam.DomainGroup' resource.",
                "operationId": "GetIamDomainGroupList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iam.DomainGroup"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iam.DomainGroup' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.DomainGroup.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/DomainGroups/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'iam.DomainGroup' resource.",
                "operationId": "GetIamDomainGroupByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iam.DomainGroup"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iam.DomainGroup' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.DomainGroup"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/DomainNameInfos": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.DomainNameInfo' resource.",
                "operationId": "GetIamDomainNameInfoList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Add domain names",
                            "PRIVSET.Add identity providers",
                            "PRIVSET.Delete domain names",
                            "PRIVSET.Delete identity providers",
                            "PRIVSET.Edit identity providers",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Identity Providers",
                            "PRIVSET.Regenerate domain names",
                            "PRIVSET.Verify domain names",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.DomainNameInfo",
                            "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 'iam.DomainNameInfo' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.DomainNameInfo.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Create a 'iam.DomainNameInfo' resource.",
                "operationId": "CreateIamDomainNameInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.iam.DomainNameInfo",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Add domain names",
                            "PRIVSET.Manage Identity Providers",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.DomainNameInfo' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.DomainNameInfo"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.DomainNameInfo' resource was created as requested. The 'iam.DomainNameInfo' 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/iam.DomainNameInfo"
                                }
                            }
                        },
                        "links": {
                            "GetIamDomainNameInfoByMoid": {
                                "operationId": "GetIamDomainNameInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/DomainNameInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/DomainNameInfos/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.DomainNameInfo' resource.",
                "operationId": "GetIamDomainNameInfoByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Add domain names",
                            "PRIVSET.Add identity providers",
                            "PRIVSET.Delete domain names",
                            "PRIVSET.Delete identity providers",
                            "PRIVSET.Edit identity providers",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Identity Providers",
                            "PRIVSET.Regenerate domain names",
                            "PRIVSET.Verify domain names",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.DomainNameInfo",
                            "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 'iam.DomainNameInfo' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.DomainNameInfo"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamDomainNameInfoByMoid": {
                                "operationId": "GetIamDomainNameInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/DomainNameInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.DomainNameInfo' resource.",
                "operationId": "UpdateIamDomainNameInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Identity Providers",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.DomainNameInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.DomainNameInfo' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.DomainNameInfo"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.DomainNameInfo' resource was modified as requested. The 'iam.DomainNameInfo' 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/iam.DomainNameInfo"
                                }
                            }
                        },
                        "links": {
                            "GetIamDomainNameInfoByMoid": {
                                "operationId": "GetIamDomainNameInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/DomainNameInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.DomainNameInfo' resource.",
                "operationId": "PatchIamDomainNameInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Identity Providers",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.DomainNameInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.DomainNameInfo' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.DomainNameInfo"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.DomainNameInfo' resource was patched as requested. The 'iam.DomainNameInfo' 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/iam.DomainNameInfo"
                                }
                            }
                        },
                        "links": {
                            "GetIamDomainNameInfoByMoid": {
                                "operationId": "GetIamDomainNameInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/DomainNameInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Delete a 'iam.DomainNameInfo' resource.",
                "operationId": "DeleteIamDomainNameInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.iam.DomainNameInfo",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete domain names",
                            "PRIVSET.Manage Identity Providers",
                            "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/iam/EndPointPrivileges": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.EndPointPrivilege' resource.",
                "operationId": "GetIamEndPointPrivilegeList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.EndPointPrivilege",
                            "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 'iam.EndPointPrivilege' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.EndPointPrivilege.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/EndPointPrivileges/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.EndPointPrivilege' resource.",
                "operationId": "GetIamEndPointPrivilegeByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.EndPointPrivilege",
                            "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 'iam.EndPointPrivilege' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.EndPointPrivilege"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamEndPointPrivilegeByMoid": {
                                "operationId": "GetIamEndPointPrivilegeByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/EndPointPrivileges/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/EndPointRoles": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.EndPointRole' resource.",
                "operationId": "GetIamEndPointRoleList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure LDAP servers",
                            "PRIVSET.Delete LDAP servers",
                            "PRIVSET.Edit LDAP servers",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only LDAP policies",
                            "PRIVSET.Read-only Local User policies",
                            "PRIVSET.View Access and Permissions",
                            "PRIVSET.View Server Profiles",
                            "READ.iam.EndPointRole",
                            "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 'iam.EndPointRole' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.EndPointRole.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/EndPointRoles/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.EndPointRole' resource.",
                "operationId": "GetIamEndPointRoleByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure LDAP servers",
                            "PRIVSET.Delete LDAP servers",
                            "PRIVSET.Edit LDAP servers",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only LDAP policies",
                            "PRIVSET.Read-only Local User policies",
                            "PRIVSET.View Access and Permissions",
                            "PRIVSET.View Server Profiles",
                            "READ.iam.EndPointRole",
                            "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 'iam.EndPointRole' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.EndPointRole"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamEndPointRoleByMoid": {
                                "operationId": "GetIamEndPointRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/EndPointRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/EndPointUsers": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.EndPointUser' resource.",
                "operationId": "GetIamEndPointUserList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Local User policies",
                            "PRIVSET.View Server Profiles",
                            "READ.iam.EndPointUser",
                            "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 'iam.EndPointUser' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.EndPointUser.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Create a 'iam.EndPointUser' resource.",
                "operationId": "CreateIamEndPointUser",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.iam.EndPointUser",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Local User policies",
                            "PRIVSET.Edit Local User policies",
                            "PRIVSET.Manage Server Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.EndPointUser' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.EndPointUser"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.EndPointUser' resource was created as requested. The 'iam.EndPointUser' 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/iam.EndPointUser"
                                }
                            }
                        },
                        "links": {
                            "GetIamEndPointUserByMoid": {
                                "operationId": "GetIamEndPointUserByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/EndPointUsers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/EndPointUsers/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.EndPointUser' resource.",
                "operationId": "GetIamEndPointUserByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Local User policies",
                            "PRIVSET.View Server Profiles",
                            "READ.iam.EndPointUser",
                            "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 'iam.EndPointUser' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.EndPointUser"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamEndPointUserByMoid": {
                                "operationId": "GetIamEndPointUserByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/EndPointUsers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.EndPointUser' resource.",
                "operationId": "UpdateIamEndPointUser",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Local User policies",
                            "PRIVSET.Edit Local User policies",
                            "PRIVSET.Manage Server Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.EndPointUser"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.EndPointUser' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.EndPointUser"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.EndPointUser' resource was modified as requested. The 'iam.EndPointUser' 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/iam.EndPointUser"
                                }
                            }
                        },
                        "links": {
                            "GetIamEndPointUserByMoid": {
                                "operationId": "GetIamEndPointUserByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/EndPointUsers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.EndPointUser' resource.",
                "operationId": "PatchIamEndPointUser",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Local User policies",
                            "PRIVSET.Edit Local User policies",
                            "PRIVSET.Manage Server Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.EndPointUser"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.EndPointUser' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.EndPointUser"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.EndPointUser' resource was patched as requested. The 'iam.EndPointUser' 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/iam.EndPointUser"
                                }
                            }
                        },
                        "links": {
                            "GetIamEndPointUserByMoid": {
                                "operationId": "GetIamEndPointUserByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/EndPointUsers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Delete a 'iam.EndPointUser' resource.",
                "operationId": "DeleteIamEndPointUser",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.iam.EndPointUser",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Local User policies",
                            "PRIVSET.Delete Local User policies",
                            "PRIVSET.Edit Local User 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/iam/EndPointUserInventories": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.EndPointUserInventory' resource.",
                "operationId": "GetIamEndPointUserInventoryList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Local User policies",
                            "PRIVSET.View Server Profiles",
                            "READ.iam.EndPointUserInventory",
                            "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 'iam.EndPointUserInventory' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.EndPointUserInventory.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/EndPointUserInventories/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.EndPointUserInventory' resource.",
                "operationId": "GetIamEndPointUserInventoryByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Local User policies",
                            "PRIVSET.View Server Profiles",
                            "READ.iam.EndPointUserInventory",
                            "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 'iam.EndPointUserInventory' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.EndPointUserInventory"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamEndPointUserInventoryByMoid": {
                                "operationId": "GetIamEndPointUserInventoryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/EndPointUserInventories/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/EndPointUserPolicies": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.EndPointUserPolicy' resource.",
                "operationId": "GetIamEndPointUserPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Local User policies",
                            "PRIVSET.Read-only UCS domain profile templates",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.iam.EndPointUserPolicy",
                            "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 'iam.EndPointUserPolicy' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.EndPointUserPolicy.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Create a 'iam.EndPointUserPolicy' resource.",
                "operationId": "CreateIamEndPointUserPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.iam.EndPointUserPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Local User policies",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.EndPointUserPolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.EndPointUserPolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.EndPointUserPolicy' resource was created as requested. The 'iam.EndPointUserPolicy' 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/iam.EndPointUserPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetIamEndPointUserPolicyByMoid": {
                                "operationId": "GetIamEndPointUserPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/EndPointUserPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/EndPointUserPolicies/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.EndPointUserPolicy' resource.",
                "operationId": "GetIamEndPointUserPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Local User policies",
                            "PRIVSET.Read-only UCS domain profile templates",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.iam.EndPointUserPolicy",
                            "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 'iam.EndPointUserPolicy' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.EndPointUserPolicy"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamEndPointUserPolicyByMoid": {
                                "operationId": "GetIamEndPointUserPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/EndPointUserPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.EndPointUserPolicy' resource.",
                "operationId": "UpdateIamEndPointUserPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit Local User policies",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.EndPointUserPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.EndPointUserPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.EndPointUserPolicy"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.EndPointUserPolicy' resource was modified as requested. The 'iam.EndPointUserPolicy' 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/iam.EndPointUserPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetIamEndPointUserPolicyByMoid": {
                                "operationId": "GetIamEndPointUserPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/EndPointUserPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.EndPointUserPolicy' resource.",
                "operationId": "PatchIamEndPointUserPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit Local User policies",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.EndPointUserPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.EndPointUserPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.EndPointUserPolicy"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.EndPointUserPolicy' resource was patched as requested. The 'iam.EndPointUserPolicy' 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/iam.EndPointUserPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetIamEndPointUserPolicyByMoid": {
                                "operationId": "GetIamEndPointUserPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/EndPointUserPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Delete a 'iam.EndPointUserPolicy' resource.",
                "operationId": "DeleteIamEndPointUserPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.iam.EndPointUserPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete Local User policies",
                            "PRIVSET.Manage Server 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/iam/EndPointUserPolicyInventories": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.EndPointUserPolicyInventory' resource.",
                "operationId": "GetIamEndPointUserPolicyInventoryList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Local User policies",
                            "PRIVSET.Read-only UCS domain profile templates",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.iam.EndPointUserPolicyInventory",
                            "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 'iam.EndPointUserPolicyInventory' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.EndPointUserPolicyInventory.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/EndPointUserPolicyInventories/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.EndPointUserPolicyInventory' resource.",
                "operationId": "GetIamEndPointUserPolicyInventoryByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Local User policies",
                            "PRIVSET.Read-only UCS domain profile templates",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.iam.EndPointUserPolicyInventory",
                            "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 'iam.EndPointUserPolicyInventory' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.EndPointUserPolicyInventory"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamEndPointUserPolicyInventoryByMoid": {
                                "operationId": "GetIamEndPointUserPolicyInventoryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/EndPointUserPolicyInventories/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/EndPointUserRoles": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.EndPointUserRole' resource.",
                "operationId": "GetIamEndPointUserRoleList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Local User policies",
                            "PRIVSET.View Server Profiles",
                            "READ.iam.EndPointUserRole",
                            "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 'iam.EndPointUserRole' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.EndPointUserRole.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Create a 'iam.EndPointUserRole' resource.",
                "operationId": "CreateIamEndPointUserRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.iam.EndPointUserRole",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Local User policies",
                            "PRIVSET.Edit Local User policies",
                            "PRIVSET.Manage Server Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.EndPointUserRole' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.EndPointUserRole"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.EndPointUserRole' resource was created as requested. The 'iam.EndPointUserRole' 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/iam.EndPointUserRole"
                                }
                            }
                        },
                        "links": {
                            "GetIamEndPointUserRoleByMoid": {
                                "operationId": "GetIamEndPointUserRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/EndPointUserRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/EndPointUserRoles/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.EndPointUserRole' resource.",
                "operationId": "GetIamEndPointUserRoleByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Local User policies",
                            "PRIVSET.View Server Profiles",
                            "READ.iam.EndPointUserRole",
                            "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 'iam.EndPointUserRole' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.EndPointUserRole"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamEndPointUserRoleByMoid": {
                                "operationId": "GetIamEndPointUserRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/EndPointUserRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.EndPointUserRole' resource.",
                "operationId": "UpdateIamEndPointUserRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Local User policies",
                            "PRIVSET.Edit Local User policies",
                            "PRIVSET.Manage Server Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.EndPointUserRole"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.EndPointUserRole' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.EndPointUserRole"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.EndPointUserRole' resource was modified as requested. The 'iam.EndPointUserRole' 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/iam.EndPointUserRole"
                                }
                            }
                        },
                        "links": {
                            "GetIamEndPointUserRoleByMoid": {
                                "operationId": "GetIamEndPointUserRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/EndPointUserRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.EndPointUserRole' resource.",
                "operationId": "PatchIamEndPointUserRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Local User policies",
                            "PRIVSET.Edit Local User policies",
                            "PRIVSET.Manage Server Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.EndPointUserRole"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.EndPointUserRole' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.EndPointUserRole"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.EndPointUserRole' resource was patched as requested. The 'iam.EndPointUserRole' 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/iam.EndPointUserRole"
                                }
                            }
                        },
                        "links": {
                            "GetIamEndPointUserRoleByMoid": {
                                "operationId": "GetIamEndPointUserRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/EndPointUserRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Delete a 'iam.EndPointUserRole' resource.",
                "operationId": "DeleteIamEndPointUserRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.iam.EndPointUserRole",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Local User policies",
                            "PRIVSET.Delete Local User policies",
                            "PRIVSET.Edit Local User 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/iam/EndPointUserRoleInventories": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.EndPointUserRoleInventory' resource.",
                "operationId": "GetIamEndPointUserRoleInventoryList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Local User policies",
                            "PRIVSET.View Server Profiles",
                            "READ.iam.EndPointUserRoleInventory",
                            "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 'iam.EndPointUserRoleInventory' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.EndPointUserRoleInventory.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/EndPointUserRoleInventories/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.EndPointUserRoleInventory' resource.",
                "operationId": "GetIamEndPointUserRoleInventoryByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Local User policies",
                            "PRIVSET.View Server Profiles",
                            "READ.iam.EndPointUserRoleInventory",
                            "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 'iam.EndPointUserRoleInventory' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.EndPointUserRoleInventory"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamEndPointUserRoleInventoryByMoid": {
                                "operationId": "GetIamEndPointUserRoleInventoryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/EndPointUserRoleInventories/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/GuestAccessSettings": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.GuestAccessSettings' resource.",
                "operationId": "GetIamGuestAccessSettingsList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Sessions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.GuestAccessSettings",
                            "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 'iam.GuestAccessSettings' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.GuestAccessSettings.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Create a 'iam.GuestAccessSettings' resource.",
                "operationId": "CreateIamGuestAccessSettings",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.iam.GuestAccessSettings",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.GuestAccessSettings' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.GuestAccessSettings"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.GuestAccessSettings' resource was created as requested. The 'iam.GuestAccessSettings' 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/iam.GuestAccessSettings"
                                }
                            }
                        },
                        "links": {
                            "GetIamGuestAccessSettingsByMoid": {
                                "operationId": "GetIamGuestAccessSettingsByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/GuestAccessSettings/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/GuestAccessSettings/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.GuestAccessSettings' resource.",
                "operationId": "GetIamGuestAccessSettingsByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Sessions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.GuestAccessSettings",
                            "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 'iam.GuestAccessSettings' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.GuestAccessSettings"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamGuestAccessSettingsByMoid": {
                                "operationId": "GetIamGuestAccessSettingsByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/GuestAccessSettings/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.GuestAccessSettings' resource.",
                "operationId": "UpdateIamGuestAccessSettings",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.GuestAccessSettings"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.GuestAccessSettings' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.GuestAccessSettings"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.GuestAccessSettings' resource was modified as requested. The 'iam.GuestAccessSettings' 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/iam.GuestAccessSettings"
                                }
                            }
                        },
                        "links": {
                            "GetIamGuestAccessSettingsByMoid": {
                                "operationId": "GetIamGuestAccessSettingsByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/GuestAccessSettings/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.GuestAccessSettings' resource.",
                "operationId": "PatchIamGuestAccessSettings",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.GuestAccessSettings"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.GuestAccessSettings' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.GuestAccessSettings"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.GuestAccessSettings' resource was patched as requested. The 'iam.GuestAccessSettings' 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/iam.GuestAccessSettings"
                                }
                            }
                        },
                        "links": {
                            "GetIamGuestAccessSettingsByMoid": {
                                "operationId": "GetIamGuestAccessSettingsByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/GuestAccessSettings/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Delete a 'iam.GuestAccessSettings' resource.",
                "operationId": "DeleteIamGuestAccessSettings",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.iam.GuestAccessSettings",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "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/iam/Idps": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.Idp' resource.",
                "operationId": "GetIamIdpList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Add identity providers",
                            "PRIVSET.Configure account details",
                            "PRIVSET.Delete identity providers",
                            "PRIVSET.Edit identity providers",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Identity Providers",
                            "PRIVSET.View Access and Permissions",
                            "PRIVSET.View sessions",
                            "READ.iam.Idp",
                            "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 'iam.Idp' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.Idp.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Create a 'iam.Idp' resource.",
                "operationId": "CreateIamIdp",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.iam.Idp",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Add identity providers",
                            "PRIVSET.Manage Identity Providers",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.Idp' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.Idp"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.Idp' resource was created as requested. The 'iam.Idp' 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/iam.Idp"
                                }
                            }
                        },
                        "links": {
                            "GetIamIdpByMoid": {
                                "operationId": "GetIamIdpByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/Idps/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/Idps/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.Idp' resource.",
                "operationId": "GetIamIdpByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Add identity providers",
                            "PRIVSET.Configure account details",
                            "PRIVSET.Delete identity providers",
                            "PRIVSET.Edit identity providers",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Identity Providers",
                            "PRIVSET.View Access and Permissions",
                            "PRIVSET.View sessions",
                            "READ.iam.Idp",
                            "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 'iam.Idp' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.Idp"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamIdpByMoid": {
                                "operationId": "GetIamIdpByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/Idps/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.Idp' resource.",
                "operationId": "UpdateIamIdp",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit identity providers",
                            "PRIVSET.Manage Identity Providers",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.Idp"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.Idp' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.Idp"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.Idp' resource was modified as requested. The 'iam.Idp' 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/iam.Idp"
                                }
                            }
                        },
                        "links": {
                            "GetIamIdpByMoid": {
                                "operationId": "GetIamIdpByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/Idps/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.Idp' resource.",
                "operationId": "PatchIamIdp",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit identity providers",
                            "PRIVSET.Manage Identity Providers",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.Idp"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.Idp' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.Idp"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.Idp' resource was patched as requested. The 'iam.Idp' 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/iam.Idp"
                                }
                            }
                        },
                        "links": {
                            "GetIamIdpByMoid": {
                                "operationId": "GetIamIdpByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/Idps/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Delete a 'iam.Idp' resource.",
                "operationId": "DeleteIamIdp",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.iam.Idp",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete identity providers",
                            "PRIVSET.Manage Identity Providers",
                            "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/iam/IdpReferences": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.IdpReference' resource.",
                "operationId": "GetIamIdpReferenceList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure MFA",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Identity Providers",
                            "PRIVSET.Read-only software repository",
                            "PRIVSET.View Access and Permissions",
                            "PRIVSET.View sessions",
                            "READ.iam.IdpReference",
                            "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 'iam.IdpReference' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.IdpReference.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/IdpReferences/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.IdpReference' resource.",
                "operationId": "GetIamIdpReferenceByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure MFA",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Identity Providers",
                            "PRIVSET.Read-only software repository",
                            "PRIVSET.View Access and Permissions",
                            "PRIVSET.View sessions",
                            "READ.iam.IdpReference",
                            "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 'iam.IdpReference' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.IdpReference"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamIdpReferenceByMoid": {
                                "operationId": "GetIamIdpReferenceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/IdpReferences/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.IdpReference' resource.",
                "operationId": "UpdateIamIdpReference",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Identity Providers",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.IdpReference"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.IdpReference' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.IdpReference"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.IdpReference' resource was modified as requested. The 'iam.IdpReference' 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/iam.IdpReference"
                                }
                            }
                        },
                        "links": {
                            "GetIamIdpReferenceByMoid": {
                                "operationId": "GetIamIdpReferenceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/IdpReferences/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.IdpReference' resource.",
                "operationId": "PatchIamIdpReference",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Identity Providers",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.IdpReference"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.IdpReference' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.IdpReference"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.IdpReference' resource was patched as requested. The 'iam.IdpReference' 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/iam.IdpReference"
                                }
                            }
                        },
                        "links": {
                            "GetIamIdpReferenceByMoid": {
                                "operationId": "GetIamIdpReferenceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/IdpReferences/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/IpAccessManagements": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.IpAccessManagement' resource.",
                "operationId": "GetIamIpAccessManagementList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Add trusted IP ranges",
                            "PRIVSET.Delete trusted IP ranges",
                            "PRIVSET.Edit trusted IP ranges",
                            "PRIVSET.Enable/disable IP access management",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Sessions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.IpAccessManagement",
                            "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 'iam.IpAccessManagement' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.IpAccessManagement.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Create a 'iam.IpAccessManagement' resource.",
                "operationId": "CreateIamIpAccessManagement",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.iam.IpAccessManagement",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Sessions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.IpAccessManagement' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.IpAccessManagement"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.IpAccessManagement' resource was created as requested. The 'iam.IpAccessManagement' 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/iam.IpAccessManagement"
                                }
                            }
                        },
                        "links": {
                            "GetIamIpAccessManagementByMoid": {
                                "operationId": "GetIamIpAccessManagementByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/IpAccessManagements/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/IpAccessManagements/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.IpAccessManagement' resource.",
                "operationId": "GetIamIpAccessManagementByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Add trusted IP ranges",
                            "PRIVSET.Delete trusted IP ranges",
                            "PRIVSET.Edit trusted IP ranges",
                            "PRIVSET.Enable/disable IP access management",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Sessions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.IpAccessManagement",
                            "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 'iam.IpAccessManagement' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.IpAccessManagement"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamIpAccessManagementByMoid": {
                                "operationId": "GetIamIpAccessManagementByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/IpAccessManagements/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.IpAccessManagement' resource.",
                "operationId": "UpdateIamIpAccessManagement",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Sessions",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.IpAccessManagement"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.IpAccessManagement' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.IpAccessManagement"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.IpAccessManagement' resource was modified as requested. The 'iam.IpAccessManagement' 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/iam.IpAccessManagement"
                                }
                            }
                        },
                        "links": {
                            "GetIamIpAccessManagementByMoid": {
                                "operationId": "GetIamIpAccessManagementByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/IpAccessManagements/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.IpAccessManagement' resource.",
                "operationId": "PatchIamIpAccessManagement",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Sessions",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.IpAccessManagement"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.IpAccessManagement' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.IpAccessManagement"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.IpAccessManagement' resource was patched as requested. The 'iam.IpAccessManagement' 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/iam.IpAccessManagement"
                                }
                            }
                        },
                        "links": {
                            "GetIamIpAccessManagementByMoid": {
                                "operationId": "GetIamIpAccessManagementByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/IpAccessManagements/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/IpAddresses": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.IpAddress' resource.",
                "operationId": "GetIamIpAddressList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Add trusted IP ranges",
                            "PRIVSET.Delete trusted IP ranges",
                            "PRIVSET.Edit trusted IP ranges",
                            "PRIVSET.Enable/disable IP access management",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Sessions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.IpAddress",
                            "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 'iam.IpAddress' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.IpAddress.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Create a 'iam.IpAddress' resource.",
                "operationId": "CreateIamIpAddress",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.iam.IpAddress",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Add trusted IP ranges",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Sessions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.IpAddress' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.IpAddress"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.IpAddress' resource was created as requested. The 'iam.IpAddress' 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/iam.IpAddress"
                                }
                            }
                        },
                        "links": {
                            "GetIamIpAddressByMoid": {
                                "operationId": "GetIamIpAddressByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/IpAddresses/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/IpAddresses/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.IpAddress' resource.",
                "operationId": "GetIamIpAddressByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Add trusted IP ranges",
                            "PRIVSET.Delete trusted IP ranges",
                            "PRIVSET.Edit trusted IP ranges",
                            "PRIVSET.Enable/disable IP access management",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Sessions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.IpAddress",
                            "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 'iam.IpAddress' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.IpAddress"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamIpAddressByMoid": {
                                "operationId": "GetIamIpAddressByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/IpAddresses/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.IpAddress' resource.",
                "operationId": "UpdateIamIpAddress",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit trusted IP ranges",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Sessions",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.IpAddress"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.IpAddress' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.IpAddress"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.IpAddress' resource was modified as requested. The 'iam.IpAddress' 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/iam.IpAddress"
                                }
                            }
                        },
                        "links": {
                            "GetIamIpAddressByMoid": {
                                "operationId": "GetIamIpAddressByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/IpAddresses/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.IpAddress' resource.",
                "operationId": "PatchIamIpAddress",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit trusted IP ranges",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Sessions",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.IpAddress"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.IpAddress' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.IpAddress"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.IpAddress' resource was patched as requested. The 'iam.IpAddress' 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/iam.IpAddress"
                                }
                            }
                        },
                        "links": {
                            "GetIamIpAddressByMoid": {
                                "operationId": "GetIamIpAddressByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/IpAddresses/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Delete a 'iam.IpAddress' resource.",
                "operationId": "DeleteIamIpAddress",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.iam.IpAddress",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete trusted IP ranges",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Sessions",
                            "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/iam/LdapConfigParams": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.LdapConfigParams' resource.",
                "operationId": "GetIamLdapConfigParamsList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Identity Providers",
                            "READ.iam.LdapConfigParams",
                            "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 'iam.LdapConfigParams' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.LdapConfigParams.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/LdapConfigParams/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.LdapConfigParams' resource.",
                "operationId": "GetIamLdapConfigParamsByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Identity Providers",
                            "READ.iam.LdapConfigParams",
                            "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 'iam.LdapConfigParams' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.LdapConfigParams"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamLdapConfigParamsByMoid": {
                                "operationId": "GetIamLdapConfigParamsByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/LdapConfigParams/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/LdapGroups": {
            "post": {
                "tags": [
                    "iam"
                ],
                "summary": "Create a 'iam.LdapGroup' resource.",
                "operationId": "CreateIamLdapGroup",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.iam.LdapGroup",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit LDAP policies",
                            "PRIVSET.Edit LDAP policies",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.LdapGroup' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.LdapGroup"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.LdapGroup' resource was created as requested. The 'iam.LdapGroup' 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/iam.LdapGroup"
                                }
                            }
                        },
                        "links": {
                            "GetIamLdapGroupByMoid": {
                                "operationId": "GetIamLdapGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/LdapGroups/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.LdapGroup' resource.",
                "operationId": "GetIamLdapGroupList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only LDAP policies",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Switch Profiles",
                            "READ.iam.LdapGroup",
                            "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 'iam.LdapGroup' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.LdapGroup.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/LdapGroups/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.LdapGroup' resource.",
                "operationId": "GetIamLdapGroupByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only LDAP policies",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Switch Profiles",
                            "READ.iam.LdapGroup",
                            "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 'iam.LdapGroup' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.LdapGroup"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamLdapGroupByMoid": {
                                "operationId": "GetIamLdapGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/LdapGroups/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.LdapGroup' resource.",
                "operationId": "UpdateIamLdapGroup",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit LDAP policies",
                            "PRIVSET.Edit LDAP policies",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.LdapGroup"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.LdapGroup' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.LdapGroup"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.LdapGroup' resource was modified as requested. The 'iam.LdapGroup' 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/iam.LdapGroup"
                                }
                            }
                        },
                        "links": {
                            "GetIamLdapGroupByMoid": {
                                "operationId": "GetIamLdapGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/LdapGroups/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.LdapGroup' resource.",
                "operationId": "PatchIamLdapGroup",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit LDAP policies",
                            "PRIVSET.Edit LDAP policies",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.LdapGroup"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.LdapGroup' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.LdapGroup"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.LdapGroup' resource was patched as requested. The 'iam.LdapGroup' 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/iam.LdapGroup"
                                }
                            }
                        },
                        "links": {
                            "GetIamLdapGroupByMoid": {
                                "operationId": "GetIamLdapGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/LdapGroups/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Delete a 'iam.LdapGroup' resource.",
                "operationId": "DeleteIamLdapGroup",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.iam.LdapGroup",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit LDAP policies",
                            "PRIVSET.Delete LDAP policies",
                            "PRIVSET.Edit LDAP policies",
                            "PRIVSET.Manage Access and Permissions",
                            "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/iam/LdapGroupInventories": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.LdapGroupInventory' resource.",
                "operationId": "GetIamLdapGroupInventoryList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only LDAP policies",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Switch Profiles",
                            "READ.iam.LdapGroupInventory",
                            "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 'iam.LdapGroupInventory' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.LdapGroupInventory.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/LdapGroupInventories/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.LdapGroupInventory' resource.",
                "operationId": "GetIamLdapGroupInventoryByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only LDAP policies",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Switch Profiles",
                            "READ.iam.LdapGroupInventory",
                            "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 'iam.LdapGroupInventory' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.LdapGroupInventory"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamLdapGroupInventoryByMoid": {
                                "operationId": "GetIamLdapGroupInventoryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/LdapGroupInventories/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/LdapMeta": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.LdapMeta' resource.",
                "operationId": "GetIamLdapMetaList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.LdapMeta",
                            "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 'iam.LdapMeta' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.LdapMeta.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/LdapMeta/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.LdapMeta' resource.",
                "operationId": "GetIamLdapMetaByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.LdapMeta",
                            "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 'iam.LdapMeta' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.LdapMeta"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamLdapMetaByMoid": {
                                "operationId": "GetIamLdapMetaByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/LdapMeta/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/LdapPolicies": {
            "post": {
                "tags": [
                    "iam"
                ],
                "summary": "Create a 'iam.LdapPolicy' resource.",
                "operationId": "CreateIamLdapPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.iam.LdapPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure LDAP servers",
                            "PRIVSET.Create, clone and edit LDAP policies",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.LdapPolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.LdapPolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.LdapPolicy' resource was created as requested. The 'iam.LdapPolicy' 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/iam.LdapPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetIamLdapPolicyByMoid": {
                                "operationId": "GetIamLdapPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/LdapPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.LdapPolicy' resource.",
                "operationId": "GetIamLdapPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only LDAP policies",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Switch Profiles",
                            "READ.iam.LdapPolicy",
                            "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 'iam.LdapPolicy' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.LdapPolicy.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/LdapPolicies/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.LdapPolicy' resource.",
                "operationId": "GetIamLdapPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only LDAP policies",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Switch Profiles",
                            "READ.iam.LdapPolicy",
                            "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 'iam.LdapPolicy' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.LdapPolicy"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamLdapPolicyByMoid": {
                                "operationId": "GetIamLdapPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/LdapPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.LdapPolicy' resource.",
                "operationId": "UpdateIamLdapPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit LDAP policies",
                            "PRIVSET.Edit LDAP servers",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.LdapPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.LdapPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.LdapPolicy"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.LdapPolicy' resource was modified as requested. The 'iam.LdapPolicy' 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/iam.LdapPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetIamLdapPolicyByMoid": {
                                "operationId": "GetIamLdapPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/LdapPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.LdapPolicy' resource.",
                "operationId": "PatchIamLdapPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit LDAP policies",
                            "PRIVSET.Edit LDAP servers",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.LdapPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.LdapPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.LdapPolicy"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.LdapPolicy' resource was patched as requested. The 'iam.LdapPolicy' 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/iam.LdapPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetIamLdapPolicyByMoid": {
                                "operationId": "GetIamLdapPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/LdapPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Delete a 'iam.LdapPolicy' resource.",
                "operationId": "DeleteIamLdapPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.iam.LdapPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete LDAP policies",
                            "PRIVSET.Delete LDAP servers",
                            "PRIVSET.Manage Access and Permissions",
                            "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/iam/LdapPolicyInventories": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.LdapPolicyInventory' resource.",
                "operationId": "GetIamLdapPolicyInventoryList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only LDAP policies",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Switch Profiles",
                            "READ.iam.LdapPolicyInventory",
                            "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 'iam.LdapPolicyInventory' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.LdapPolicyInventory.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/LdapPolicyInventories/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.LdapPolicyInventory' resource.",
                "operationId": "GetIamLdapPolicyInventoryByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only LDAP policies",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Switch Profiles",
                            "READ.iam.LdapPolicyInventory",
                            "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 'iam.LdapPolicyInventory' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.LdapPolicyInventory"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamLdapPolicyInventoryByMoid": {
                                "operationId": "GetIamLdapPolicyInventoryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/LdapPolicyInventories/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/LdapProviders": {
            "post": {
                "tags": [
                    "iam"
                ],
                "summary": "Create a 'iam.LdapProvider' resource.",
                "operationId": "CreateIamLdapProvider",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.iam.LdapProvider",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure LDAP servers",
                            "PRIVSET.Create, clone and edit LDAP policies",
                            "PRIVSET.Edit LDAP policies",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.LdapProvider' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.LdapProvider"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.LdapProvider' resource was created as requested. The 'iam.LdapProvider' 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/iam.LdapProvider"
                                }
                            }
                        },
                        "links": {
                            "GetIamLdapProviderByMoid": {
                                "operationId": "GetIamLdapProviderByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/LdapProviders/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.LdapProvider' resource.",
                "operationId": "GetIamLdapProviderList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure LDAP servers",
                            "PRIVSET.Delete LDAP servers",
                            "PRIVSET.Edit LDAP servers",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only LDAP policies",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Switch Profiles",
                            "READ.iam.LdapProvider",
                            "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 'iam.LdapProvider' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.LdapProvider.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/LdapProviders/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.LdapProvider' resource.",
                "operationId": "GetIamLdapProviderByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure LDAP servers",
                            "PRIVSET.Delete LDAP servers",
                            "PRIVSET.Edit LDAP servers",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only LDAP policies",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Switch Profiles",
                            "READ.iam.LdapProvider",
                            "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 'iam.LdapProvider' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.LdapProvider"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamLdapProviderByMoid": {
                                "operationId": "GetIamLdapProviderByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/LdapProviders/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.LdapProvider' resource.",
                "operationId": "UpdateIamLdapProvider",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure LDAP servers",
                            "PRIVSET.Create, clone and edit LDAP policies",
                            "PRIVSET.Edit LDAP policies",
                            "PRIVSET.Edit LDAP servers",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.LdapProvider"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.LdapProvider' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.LdapProvider"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.LdapProvider' resource was modified as requested. The 'iam.LdapProvider' 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/iam.LdapProvider"
                                }
                            }
                        },
                        "links": {
                            "GetIamLdapProviderByMoid": {
                                "operationId": "GetIamLdapProviderByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/LdapProviders/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.LdapProvider' resource.",
                "operationId": "PatchIamLdapProvider",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure LDAP servers",
                            "PRIVSET.Create, clone and edit LDAP policies",
                            "PRIVSET.Edit LDAP policies",
                            "PRIVSET.Edit LDAP servers",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.LdapProvider"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.LdapProvider' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.LdapProvider"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.LdapProvider' resource was patched as requested. The 'iam.LdapProvider' 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/iam.LdapProvider"
                                }
                            }
                        },
                        "links": {
                            "GetIamLdapProviderByMoid": {
                                "operationId": "GetIamLdapProviderByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/LdapProviders/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Delete a 'iam.LdapProvider' resource.",
                "operationId": "DeleteIamLdapProvider",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.iam.LdapProvider",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit LDAP policies",
                            "PRIVSET.Delete LDAP policies",
                            "PRIVSET.Delete LDAP servers",
                            "PRIVSET.Edit LDAP policies",
                            "PRIVSET.Manage Access and Permissions",
                            "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/iam/LdapProviderInventories": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.LdapProviderInventory' resource.",
                "operationId": "GetIamLdapProviderInventoryList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure LDAP servers",
                            "PRIVSET.Delete LDAP servers",
                            "PRIVSET.Edit LDAP servers",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only LDAP policies",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Switch Profiles",
                            "READ.iam.LdapProviderInventory",
                            "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 'iam.LdapProviderInventory' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.LdapProviderInventory.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/LdapProviderInventories/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.LdapProviderInventory' resource.",
                "operationId": "GetIamLdapProviderInventoryByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure LDAP servers",
                            "PRIVSET.Delete LDAP servers",
                            "PRIVSET.Edit LDAP servers",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only LDAP policies",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Switch Profiles",
                            "READ.iam.LdapProviderInventory",
                            "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 'iam.LdapProviderInventory' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.LdapProviderInventory"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamLdapProviderInventoryByMoid": {
                                "operationId": "GetIamLdapProviderInventoryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/LdapProviderInventories/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/LocalUserPasswords": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.LocalUserPassword' resource.",
                "operationId": "GetIamLocalUserPasswordList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Global Read Privileges",
                            "PRIVSET.Global System Privileges",
                            "READ.iam.LocalUserPassword"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iam.LocalUserPassword' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.LocalUserPassword.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Create a 'iam.LocalUserPassword' resource.",
                "operationId": "CreateIamLocalUserPassword",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.iam.LocalUserPassword",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.LocalUserPassword' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.LocalUserPassword"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.LocalUserPassword' resource was created as requested. The 'iam.LocalUserPassword' 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/iam.LocalUserPassword"
                                }
                            }
                        },
                        "links": {
                            "GetIamLocalUserPasswordByMoid": {
                                "operationId": "GetIamLocalUserPasswordByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/LocalUserPasswords/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/LocalUserPasswords/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.LocalUserPassword' resource.",
                "operationId": "GetIamLocalUserPasswordByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Global Read Privileges",
                            "PRIVSET.Global System Privileges",
                            "READ.iam.LocalUserPassword"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iam.LocalUserPassword' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.LocalUserPassword"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamLocalUserPasswordByMoid": {
                                "operationId": "GetIamLocalUserPasswordByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/LocalUserPasswords/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.LocalUserPassword' resource.",
                "operationId": "UpdateIamLocalUserPassword",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Global System Privileges",
                            "PRIVSET.Global Write Privileges",
                            "UPDATE.iam.LocalUserPassword"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.LocalUserPassword' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.LocalUserPassword"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.LocalUserPassword' resource was modified as requested. The 'iam.LocalUserPassword' 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/iam.LocalUserPassword"
                                }
                            }
                        },
                        "links": {
                            "GetIamLocalUserPasswordByMoid": {
                                "operationId": "GetIamLocalUserPasswordByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/LocalUserPasswords/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.LocalUserPassword' resource.",
                "operationId": "PatchIamLocalUserPassword",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Global System Privileges",
                            "PRIVSET.Global Write Privileges",
                            "UPDATE.iam.LocalUserPassword"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.LocalUserPassword' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.LocalUserPassword"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.LocalUserPassword' resource was patched as requested. The 'iam.LocalUserPassword' 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/iam.LocalUserPassword"
                                }
                            }
                        },
                        "links": {
                            "GetIamLocalUserPasswordByMoid": {
                                "operationId": "GetIamLocalUserPasswordByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/LocalUserPasswords/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/LocalUserPasswordPolicies": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.LocalUserPasswordPolicy' resource.",
                "operationId": "GetIamLocalUserPasswordPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure Local Users Password Policy",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.LocalUserPasswordPolicy",
                            "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 'iam.LocalUserPasswordPolicy' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.LocalUserPasswordPolicy.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/LocalUserPasswordPolicies/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.LocalUserPasswordPolicy' resource.",
                "operationId": "GetIamLocalUserPasswordPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure Local Users Password Policy",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.LocalUserPasswordPolicy",
                            "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 'iam.LocalUserPasswordPolicy' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.LocalUserPasswordPolicy"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamLocalUserPasswordPolicyByMoid": {
                                "operationId": "GetIamLocalUserPasswordPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/LocalUserPasswordPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.LocalUserPasswordPolicy' resource.",
                "operationId": "UpdateIamLocalUserPasswordPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure Local Users Password Policy",
                            "PRIVSET.Manage Access and Permissions",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.LocalUserPasswordPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.LocalUserPasswordPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.LocalUserPasswordPolicy"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.LocalUserPasswordPolicy' resource was modified as requested. The 'iam.LocalUserPasswordPolicy' 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/iam.LocalUserPasswordPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetIamLocalUserPasswordPolicyByMoid": {
                                "operationId": "GetIamLocalUserPasswordPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/LocalUserPasswordPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.LocalUserPasswordPolicy' resource.",
                "operationId": "PatchIamLocalUserPasswordPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure Local Users Password Policy",
                            "PRIVSET.Manage Access and Permissions",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.LocalUserPasswordPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.LocalUserPasswordPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.LocalUserPasswordPolicy"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.LocalUserPasswordPolicy' resource was patched as requested. The 'iam.LocalUserPasswordPolicy' 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/iam.LocalUserPasswordPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetIamLocalUserPasswordPolicyByMoid": {
                                "operationId": "GetIamLocalUserPasswordPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/LocalUserPasswordPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/OAuthTokens": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.OAuthToken' resource.",
                "operationId": "GetIamOAuthTokenList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete OAuth 2.0 tokens",
                            "PRIVSET.Manage Auth Tokens",
                            "PRIVSET.Read-Only",
                            "READ.iam.OAuthToken",
                            "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 'iam.OAuthToken' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.OAuthToken.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/OAuthTokens/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.OAuthToken' resource.",
                "operationId": "GetIamOAuthTokenByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete OAuth 2.0 tokens",
                            "PRIVSET.Manage Auth Tokens",
                            "PRIVSET.Read-Only",
                            "READ.iam.OAuthToken",
                            "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 'iam.OAuthToken' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.OAuthToken"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamOAuthTokenByMoid": {
                                "operationId": "GetIamOAuthTokenByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/OAuthTokens/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Delete a 'iam.OAuthToken' resource.",
                "operationId": "DeleteIamOAuthToken",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.iam.OAuthToken",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete OAuth 2.0 tokens",
                            "PRIVSET.Manage Auth Tokens",
                            "PRIVSET.Read-Only",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/PasswordHistorySettingCollections": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.PasswordHistorySettingCollection' resource.",
                "operationId": "GetIamPasswordHistorySettingCollectionList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Server Profiles",
                            "READ.iam.PasswordHistorySettingCollection",
                            "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 'iam.PasswordHistorySettingCollection' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.PasswordHistorySettingCollection.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/PasswordHistorySettingCollections/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.PasswordHistorySettingCollection' resource.",
                "operationId": "GetIamPasswordHistorySettingCollectionByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Server Profiles",
                            "READ.iam.PasswordHistorySettingCollection",
                            "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 'iam.PasswordHistorySettingCollection' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.PasswordHistorySettingCollection"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamPasswordHistorySettingCollectionByMoid": {
                                "operationId": "GetIamPasswordHistorySettingCollectionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/PasswordHistorySettingCollections/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/Permissions": {
            "post": {
                "tags": [
                    "iam"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Create a 'iam.Permission' resource.",
                "operationId": "CreateIamPermission",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.iam.Permission",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.Permission' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.Permission"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.Permission' resource was created as requested. The 'iam.Permission' 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/iam.Permission"
                                }
                            }
                        },
                        "links": {
                            "GetIamPermissionByMoid": {
                                "operationId": "GetIamPermissionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/Permissions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "get": {
                "tags": [
                    "iam"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'iam.Permission' resource.",
                "operationId": "GetIamPermissionList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.Permission",
                            "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 'iam.Permission' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.Permission.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/Permissions/{Moid}": {
            "post": {
                "tags": [
                    "iam"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Update a 'iam.Permission' resource.",
                "operationId": "UpdateIamPermission",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.Permission"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.Permission' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.Permission"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.Permission' resource was modified as requested. The 'iam.Permission' 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/iam.Permission"
                                }
                            }
                        },
                        "links": {
                            "GetIamPermissionByMoid": {
                                "operationId": "GetIamPermissionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/Permissions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Update a 'iam.Permission' resource.",
                "operationId": "PatchIamPermission",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.Permission"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.Permission' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.Permission"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.Permission' resource was patched as requested. The 'iam.Permission' 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/iam.Permission"
                                }
                            }
                        },
                        "links": {
                            "GetIamPermissionByMoid": {
                                "operationId": "GetIamPermissionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/Permissions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Delete a 'iam.Permission' resource.",
                "operationId": "DeleteIamPermission",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.iam.Permission",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "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"
                    }
                }
            },
            "get": {
                "tags": [
                    "iam"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'iam.Permission' resource.",
                "operationId": "GetIamPermissionByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.Permission",
                            "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 'iam.Permission' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.Permission"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamPermissionByMoid": {
                                "operationId": "GetIamPermissionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/Permissions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/PrivateKeySpecs": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.PrivateKeySpec' resource.",
                "operationId": "GetIamPrivateKeySpecList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-only SSL Certificates",
                            "READ.iam.PrivateKeySpec",
                            "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 'iam.PrivateKeySpec' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.PrivateKeySpec.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Create a 'iam.PrivateKeySpec' resource.",
                "operationId": "CreateIamPrivateKeySpec",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.iam.PrivateKeySpec",
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.PrivateKeySpec' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.PrivateKeySpec"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.PrivateKeySpec' resource was created as requested. The 'iam.PrivateKeySpec' 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/iam.PrivateKeySpec"
                                }
                            }
                        },
                        "links": {
                            "GetIamPrivateKeySpecByMoid": {
                                "operationId": "GetIamPrivateKeySpecByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/PrivateKeySpecs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/PrivateKeySpecs/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.PrivateKeySpec' resource.",
                "operationId": "GetIamPrivateKeySpecByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-only SSL Certificates",
                            "READ.iam.PrivateKeySpec",
                            "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 'iam.PrivateKeySpec' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.PrivateKeySpec"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamPrivateKeySpecByMoid": {
                                "operationId": "GetIamPrivateKeySpecByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/PrivateKeySpecs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.PrivateKeySpec' resource.",
                "operationId": "UpdateIamPrivateKeySpec",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.PrivateKeySpec"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.PrivateKeySpec' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.PrivateKeySpec"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.PrivateKeySpec' resource was modified as requested. The 'iam.PrivateKeySpec' 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/iam.PrivateKeySpec"
                                }
                            }
                        },
                        "links": {
                            "GetIamPrivateKeySpecByMoid": {
                                "operationId": "GetIamPrivateKeySpecByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/PrivateKeySpecs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.PrivateKeySpec' resource.",
                "operationId": "PatchIamPrivateKeySpec",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.PrivateKeySpec"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.PrivateKeySpec' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.PrivateKeySpec"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.PrivateKeySpec' resource was patched as requested. The 'iam.PrivateKeySpec' 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/iam.PrivateKeySpec"
                                }
                            }
                        },
                        "links": {
                            "GetIamPrivateKeySpecByMoid": {
                                "operationId": "GetIamPrivateKeySpecByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/PrivateKeySpecs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Delete a 'iam.PrivateKeySpec' resource.",
                "operationId": "DeleteIamPrivateKeySpec",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.iam.PrivateKeySpec",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete CSR",
                            "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/iam/Privileges": {
            "get": {
                "tags": [
                    "iam"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'iam.Privilege' resource.",
                "operationId": "GetIamPrivilegeList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.Privilege",
                            "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 'iam.Privilege' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.Privilege.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/Privileges/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'iam.Privilege' resource.",
                "operationId": "GetIamPrivilegeByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.Privilege",
                            "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 'iam.Privilege' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.Privilege"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamPrivilegeByMoid": {
                                "operationId": "GetIamPrivilegeByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/Privileges/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/PrivilegeSets": {
            "get": {
                "tags": [
                    "iam"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'iam.PrivilegeSet' resource.",
                "operationId": "GetIamPrivilegeSetList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.User Access Administrator",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.PrivilegeSet",
                            "ROLE.Account Administrator",
                            "ROLE.User Access 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 'iam.PrivilegeSet' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.PrivilegeSet.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Create a 'iam.PrivilegeSet' resource.",
                "operationId": "CreateIamPrivilegeSet",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.iam.PrivilegeSet",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.User Access Administrator",
                            "ROLE.Account Administrator",
                            "ROLE.User Access Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.PrivilegeSet' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.PrivilegeSet"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.PrivilegeSet' resource was created as requested. The 'iam.PrivilegeSet' 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/iam.PrivilegeSet"
                                }
                            }
                        },
                        "links": {
                            "GetIamPrivilegeSetByMoid": {
                                "operationId": "GetIamPrivilegeSetByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/PrivilegeSets/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/PrivilegeSets/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'iam.PrivilegeSet' resource.",
                "operationId": "GetIamPrivilegeSetByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.User Access Administrator",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.PrivilegeSet",
                            "ROLE.Account Administrator",
                            "ROLE.User Access 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 'iam.PrivilegeSet' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.PrivilegeSet"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamPrivilegeSetByMoid": {
                                "operationId": "GetIamPrivilegeSetByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/PrivilegeSets/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Update a 'iam.PrivilegeSet' resource.",
                "operationId": "UpdateIamPrivilegeSet",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.User Access Administrator",
                            "ROLE.Account Administrator",
                            "ROLE.User Access Administrator",
                            "UPDATE.iam.PrivilegeSet"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.PrivilegeSet' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.PrivilegeSet"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.PrivilegeSet' resource was modified as requested. The 'iam.PrivilegeSet' 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/iam.PrivilegeSet"
                                }
                            }
                        },
                        "links": {
                            "GetIamPrivilegeSetByMoid": {
                                "operationId": "GetIamPrivilegeSetByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/PrivilegeSets/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Update a 'iam.PrivilegeSet' resource.",
                "operationId": "PatchIamPrivilegeSet",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.User Access Administrator",
                            "ROLE.Account Administrator",
                            "ROLE.User Access Administrator",
                            "UPDATE.iam.PrivilegeSet"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.PrivilegeSet' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.PrivilegeSet"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.PrivilegeSet' resource was patched as requested. The 'iam.PrivilegeSet' 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/iam.PrivilegeSet"
                                }
                            }
                        },
                        "links": {
                            "GetIamPrivilegeSetByMoid": {
                                "operationId": "GetIamPrivilegeSetByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/PrivilegeSets/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Delete a 'iam.PrivilegeSet' resource.",
                "operationId": "DeleteIamPrivilegeSet",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.iam.PrivilegeSet",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.User Access Administrator",
                            "ROLE.Account Administrator",
                            "ROLE.User Access 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/iam/PrivilegeSetMetaInfos": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.PrivilegeSetMetaInfo' resource.",
                "operationId": "GetIamPrivilegeSetMetaInfoList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.PrivilegeSetMetaInfo",
                            "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 'iam.PrivilegeSetMetaInfo' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.PrivilegeSetMetaInfo.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Create a 'iam.PrivilegeSetMetaInfo' resource.",
                "operationId": "CreateIamPrivilegeSetMetaInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.iam.PrivilegeSetMetaInfo",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.PrivilegeSetMetaInfo' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.PrivilegeSetMetaInfo"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.PrivilegeSetMetaInfo' resource was created as requested. The 'iam.PrivilegeSetMetaInfo' 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/iam.PrivilegeSetMetaInfo"
                                }
                            }
                        },
                        "links": {
                            "GetIamPrivilegeSetMetaInfoByMoid": {
                                "operationId": "GetIamPrivilegeSetMetaInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/PrivilegeSetMetaInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/PrivilegeSetMetaInfos/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.PrivilegeSetMetaInfo' resource.",
                "operationId": "GetIamPrivilegeSetMetaInfoByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.PrivilegeSetMetaInfo",
                            "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 'iam.PrivilegeSetMetaInfo' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.PrivilegeSetMetaInfo"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamPrivilegeSetMetaInfoByMoid": {
                                "operationId": "GetIamPrivilegeSetMetaInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/PrivilegeSetMetaInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/Qualifiers": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.Qualifier' resource.",
                "operationId": "GetIamQualifierList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.Qualifier",
                            "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 'iam.Qualifier' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.Qualifier.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Create a 'iam.Qualifier' resource.",
                "operationId": "CreateIamQualifier",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.iam.Qualifier",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.Qualifier' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.Qualifier"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.Qualifier' resource was created as requested. The 'iam.Qualifier' 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/iam.Qualifier"
                                }
                            }
                        },
                        "links": {
                            "GetIamQualifierByMoid": {
                                "operationId": "GetIamQualifierByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/Qualifiers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/Qualifiers/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.Qualifier' resource.",
                "operationId": "GetIamQualifierByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.Qualifier",
                            "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 'iam.Qualifier' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.Qualifier"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamQualifierByMoid": {
                                "operationId": "GetIamQualifierByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/Qualifiers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.Qualifier' resource.",
                "operationId": "UpdateIamQualifier",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.Qualifier"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.Qualifier' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.Qualifier"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.Qualifier' resource was modified as requested. The 'iam.Qualifier' 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/iam.Qualifier"
                                }
                            }
                        },
                        "links": {
                            "GetIamQualifierByMoid": {
                                "operationId": "GetIamQualifierByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/Qualifiers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.Qualifier' resource.",
                "operationId": "PatchIamQualifier",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.Qualifier"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.Qualifier' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.Qualifier"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.Qualifier' resource was patched as requested. The 'iam.Qualifier' 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/iam.Qualifier"
                                }
                            }
                        },
                        "links": {
                            "GetIamQualifierByMoid": {
                                "operationId": "GetIamQualifierByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/Qualifiers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Delete a 'iam.Qualifier' resource.",
                "operationId": "DeleteIamQualifier",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.iam.Qualifier",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "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/iam/ResourceLimits": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.ResourceLimits' resource.",
                "operationId": "GetIamResourceLimitsList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure account details",
                            "PRIVSET.Create OAuth 2.0 grant type applications",
                            "PRIVSET.Delete API keys",
                            "PRIVSET.Delete OAuth 2.0 grant type applications",
                            "PRIVSET.Edit API keys",
                            "PRIVSET.Edit OAuth 2.0 grant type applications",
                            "PRIVSET.Enable and disable API keys",
                            "PRIVSET.Enable and disable OAuth 2.0 grant type applications",
                            "PRIVSET.Generate API keys",
                            "PRIVSET.Manage API Keys",
                            "PRIVSET.Manage Auth Tokens",
                            "PRIVSET.Manage Sessions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Access and Permissions",
                            "PRIVSET.Workload Optimizer Administrator",
                            "PRIVSET.Workload Optimizer Advisor",
                            "PRIVSET.Workload Optimizer Automator",
                            "PRIVSET.Workload Optimizer Deployer",
                            "PRIVSET.Workload Optimizer Observer",
                            "READ.iam.ResourceLimits",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.Workload Optimizer Administrator",
                            "ROLE.Workload Optimizer Advisor",
                            "ROLE.Workload Optimizer Automator",
                            "ROLE.Workload Optimizer Deployer",
                            "ROLE.Workload Optimizer Observer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iam.ResourceLimits' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.ResourceLimits.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/ResourceLimits/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.ResourceLimits' resource.",
                "operationId": "GetIamResourceLimitsByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure account details",
                            "PRIVSET.Create OAuth 2.0 grant type applications",
                            "PRIVSET.Delete API keys",
                            "PRIVSET.Delete OAuth 2.0 grant type applications",
                            "PRIVSET.Edit API keys",
                            "PRIVSET.Edit OAuth 2.0 grant type applications",
                            "PRIVSET.Enable and disable API keys",
                            "PRIVSET.Enable and disable OAuth 2.0 grant type applications",
                            "PRIVSET.Generate API keys",
                            "PRIVSET.Manage API Keys",
                            "PRIVSET.Manage Auth Tokens",
                            "PRIVSET.Manage Sessions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Access and Permissions",
                            "PRIVSET.Workload Optimizer Administrator",
                            "PRIVSET.Workload Optimizer Advisor",
                            "PRIVSET.Workload Optimizer Automator",
                            "PRIVSET.Workload Optimizer Deployer",
                            "PRIVSET.Workload Optimizer Observer",
                            "READ.iam.ResourceLimits",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.Workload Optimizer Administrator",
                            "ROLE.Workload Optimizer Advisor",
                            "ROLE.Workload Optimizer Automator",
                            "ROLE.Workload Optimizer Deployer",
                            "ROLE.Workload Optimizer Observer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iam.ResourceLimits' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.ResourceLimits"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamResourceLimitsByMoid": {
                                "operationId": "GetIamResourceLimitsByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/ResourceLimits/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.ResourceLimits' resource.",
                "operationId": "UpdateIamResourceLimits",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure account details",
                            "PRIVSET.Manage Access and Permissions",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.ResourceLimits"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.ResourceLimits' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.ResourceLimits"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.ResourceLimits' resource was modified as requested. The 'iam.ResourceLimits' 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/iam.ResourceLimits"
                                }
                            }
                        },
                        "links": {
                            "GetIamResourceLimitsByMoid": {
                                "operationId": "GetIamResourceLimitsByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/ResourceLimits/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.ResourceLimits' resource.",
                "operationId": "PatchIamResourceLimits",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure account details",
                            "PRIVSET.Manage Access and Permissions",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.ResourceLimits"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.ResourceLimits' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.ResourceLimits"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.ResourceLimits' resource was patched as requested. The 'iam.ResourceLimits' 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/iam.ResourceLimits"
                                }
                            }
                        },
                        "links": {
                            "GetIamResourceLimitsByMoid": {
                                "operationId": "GetIamResourceLimitsByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/ResourceLimits/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/ResourcePermissions": {
            "get": {
                "tags": [
                    "iam"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'iam.ResourcePermission' resource.",
                "operationId": "GetIamResourcePermissionList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iam.ResourcePermission"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iam.ResourcePermission' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.ResourcePermission.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/ResourcePermissions/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'iam.ResourcePermission' resource.",
                "operationId": "GetIamResourcePermissionByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iam.ResourcePermission"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iam.ResourcePermission' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.ResourcePermission"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamResourcePermissionByMoid": {
                                "operationId": "GetIamResourcePermissionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/ResourcePermissions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/ResourceRoles": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.ResourceRoles' resource.",
                "operationId": "GetIamResourceRolesList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.ResourceRoles",
                            "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 'iam.ResourceRoles' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.ResourceRoles.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Create a 'iam.ResourceRoles' resource.",
                "operationId": "CreateIamResourceRoles",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.iam.ResourceRoles",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.ResourceRoles' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.ResourceRoles"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.ResourceRoles' resource was created as requested. The 'iam.ResourceRoles' 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/iam.ResourceRoles"
                                }
                            }
                        },
                        "links": {
                            "GetIamResourceRolesByMoid": {
                                "operationId": "GetIamResourceRolesByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/ResourceRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/ResourceRoles/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.ResourceRoles' resource.",
                "operationId": "GetIamResourceRolesByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.ResourceRoles",
                            "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 'iam.ResourceRoles' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.ResourceRoles"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamResourceRolesByMoid": {
                                "operationId": "GetIamResourceRolesByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/ResourceRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.ResourceRoles' resource.",
                "operationId": "UpdateIamResourceRoles",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.ResourceRoles"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.ResourceRoles' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.ResourceRoles"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.ResourceRoles' resource was modified as requested. The 'iam.ResourceRoles' 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/iam.ResourceRoles"
                                }
                            }
                        },
                        "links": {
                            "GetIamResourceRolesByMoid": {
                                "operationId": "GetIamResourceRolesByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/ResourceRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.ResourceRoles' resource.",
                "operationId": "PatchIamResourceRoles",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.ResourceRoles"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.ResourceRoles' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.ResourceRoles"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.ResourceRoles' resource was patched as requested. The 'iam.ResourceRoles' 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/iam.ResourceRoles"
                                }
                            }
                        },
                        "links": {
                            "GetIamResourceRolesByMoid": {
                                "operationId": "GetIamResourceRolesByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/ResourceRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Delete a 'iam.ResourceRoles' resource.",
                "operationId": "DeleteIamResourceRoles",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.iam.ResourceRoles",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "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/iam/Roles": {
            "get": {
                "tags": [
                    "iam"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'iam.Role' resource.",
                "operationId": "GetIamRoleList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.Role",
                            "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 'iam.Role' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.Role.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/Roles/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'iam.Role' resource.",
                "operationId": "GetIamRoleByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.Role",
                            "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 'iam.Role' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.Role"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamRoleByMoid": {
                                "operationId": "GetIamRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/Roles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/SecurityHolders": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.SecurityHolder' resource.",
                "operationId": "GetIamSecurityHolderList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.SecurityHolder",
                            "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 'iam.SecurityHolder' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.SecurityHolder.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/SecurityHolders/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.SecurityHolder' resource.",
                "operationId": "GetIamSecurityHolderByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.SecurityHolder",
                            "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 'iam.SecurityHolder' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.SecurityHolder"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamSecurityHolderByMoid": {
                                "operationId": "GetIamSecurityHolderByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/SecurityHolders/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/ServiceProviders": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.ServiceProvider' resource.",
                "operationId": "GetIamServiceProviderList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Identity Providers",
                            "READ.iam.ServiceProvider",
                            "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 'iam.ServiceProvider' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.ServiceProvider.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/ServiceProviders/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.ServiceProvider' resource.",
                "operationId": "GetIamServiceProviderByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Identity Providers",
                            "READ.iam.ServiceProvider",
                            "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 'iam.ServiceProvider' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.ServiceProvider"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamServiceProviderByMoid": {
                                "operationId": "GetIamServiceProviderByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/ServiceProviders/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/Sessions": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.Session' resource.",
                "operationId": "GetIamSessionList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Sessions",
                            "PRIVSET.View Access and Permissions",
                            "PRIVSET.View sessions",
                            "READ.iam.Session",
                            "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 'iam.Session' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.Session.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/Sessions/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.Session' resource.",
                "operationId": "GetIamSessionByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Sessions",
                            "PRIVSET.View Access and Permissions",
                            "PRIVSET.View sessions",
                            "READ.iam.Session",
                            "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 'iam.Session' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.Session"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamSessionByMoid": {
                                "operationId": "GetIamSessionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/Sessions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Delete a 'iam.Session' resource.",
                "operationId": "DeleteIamSession",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.iam.Session",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Sessions",
                            "PRIVSET.Terminate sessions",
                            "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/iam/SessionLimits": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.SessionLimits' resource.",
                "operationId": "GetIamSessionLimitsList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure account details",
                            "PRIVSET.Manage Sessions",
                            "PRIVSET.View Access and Permissions",
                            "PRIVSET.View sessions",
                            "READ.iam.SessionLimits",
                            "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 'iam.SessionLimits' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.SessionLimits.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Create a 'iam.SessionLimits' resource.",
                "operationId": "CreateIamSessionLimits",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.iam.SessionLimits",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Sessions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.SessionLimits' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.SessionLimits"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.SessionLimits' resource was created as requested. The 'iam.SessionLimits' 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/iam.SessionLimits"
                                }
                            }
                        },
                        "links": {
                            "GetIamSessionLimitsByMoid": {
                                "operationId": "GetIamSessionLimitsByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/SessionLimits/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/SessionLimits/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.SessionLimits' resource.",
                "operationId": "GetIamSessionLimitsByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure account details",
                            "PRIVSET.Manage Sessions",
                            "PRIVSET.View Access and Permissions",
                            "PRIVSET.View sessions",
                            "READ.iam.SessionLimits",
                            "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 'iam.SessionLimits' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.SessionLimits"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamSessionLimitsByMoid": {
                                "operationId": "GetIamSessionLimitsByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/SessionLimits/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.SessionLimits' resource.",
                "operationId": "UpdateIamSessionLimits",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure account details",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Sessions",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.SessionLimits"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.SessionLimits' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.SessionLimits"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.SessionLimits' resource was modified as requested. The 'iam.SessionLimits' 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/iam.SessionLimits"
                                }
                            }
                        },
                        "links": {
                            "GetIamSessionLimitsByMoid": {
                                "operationId": "GetIamSessionLimitsByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/SessionLimits/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.SessionLimits' resource.",
                "operationId": "PatchIamSessionLimits",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure account details",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Sessions",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.SessionLimits"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.SessionLimits' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.SessionLimits"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.SessionLimits' resource was patched as requested. The 'iam.SessionLimits' 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/iam.SessionLimits"
                                }
                            }
                        },
                        "links": {
                            "GetIamSessionLimitsByMoid": {
                                "operationId": "GetIamSessionLimitsByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/SessionLimits/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Delete a 'iam.SessionLimits' resource.",
                "operationId": "DeleteIamSessionLimits",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.iam.SessionLimits",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Sessions",
                            "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/iam/SharingRules": {
            "post": {
                "tags": [
                    "iam"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Create a 'iam.SharingRule' resource.",
                "operationId": "CreateIamSharingRule",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.iam.SharingRule",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Organizations",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.SharingRule' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.SharingRule"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.SharingRule' resource was created as requested. The 'iam.SharingRule' 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/iam.SharingRule"
                                }
                            }
                        },
                        "links": {
                            "GetIamSharingRuleByMoid": {
                                "operationId": "GetIamSharingRuleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/SharingRules/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "get": {
                "tags": [
                    "iam"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'iam.SharingRule' resource.",
                "operationId": "GetIamSharingRuleList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Organizations",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Organizations",
                            "READ.iam.SharingRule",
                            "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 'iam.SharingRule' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.SharingRule.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/SharingRules/{Moid}": {
            "post": {
                "tags": [
                    "iam"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Update a 'iam.SharingRule' resource.",
                "operationId": "UpdateIamSharingRule",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Organizations",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.SharingRule"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.SharingRule' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.SharingRule"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.SharingRule' resource was modified as requested. The 'iam.SharingRule' 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/iam.SharingRule"
                                }
                            }
                        },
                        "links": {
                            "GetIamSharingRuleByMoid": {
                                "operationId": "GetIamSharingRuleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/SharingRules/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Update a 'iam.SharingRule' resource.",
                "operationId": "PatchIamSharingRule",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Organizations",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.SharingRule"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.SharingRule' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.SharingRule"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.SharingRule' resource was patched as requested. The 'iam.SharingRule' 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/iam.SharingRule"
                                }
                            }
                        },
                        "links": {
                            "GetIamSharingRuleByMoid": {
                                "operationId": "GetIamSharingRuleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/SharingRules/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Delete a 'iam.SharingRule' resource.",
                "operationId": "DeleteIamSharingRule",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.iam.SharingRule",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Organizations",
                            "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"
                    }
                }
            },
            "get": {
                "tags": [
                    "iam"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'iam.SharingRule' resource.",
                "operationId": "GetIamSharingRuleByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Organizations",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Organizations",
                            "READ.iam.SharingRule",
                            "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 'iam.SharingRule' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.SharingRule"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamSharingRuleByMoid": {
                                "operationId": "GetIamSharingRuleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/SharingRules/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/Systems": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.System' resource.",
                "operationId": "GetIamSystemList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iam.System"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iam.System' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.System.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/Systems/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.System' resource.",
                "operationId": "GetIamSystemByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iam.System"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iam.System' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.System"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamSystemByMoid": {
                                "operationId": "GetIamSystemByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/Systems/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/TestIdpConfigurations": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.TestIdpConfiguration' resource.",
                "operationId": "GetIamTestIdpConfigurationList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure LDAP servers",
                            "PRIVSET.Delete LDAP servers",
                            "PRIVSET.Edit LDAP servers",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.TestIdpConfiguration",
                            "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 'iam.TestIdpConfiguration' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.TestIdpConfiguration.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/TestIdpConfigurations/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.TestIdpConfiguration' resource.",
                "operationId": "GetIamTestIdpConfigurationByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Configure LDAP servers",
                            "PRIVSET.Delete LDAP servers",
                            "PRIVSET.Edit LDAP servers",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.TestIdpConfiguration",
                            "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 'iam.TestIdpConfiguration' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.TestIdpConfiguration"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamTestIdpConfigurationByMoid": {
                                "operationId": "GetIamTestIdpConfigurationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/TestIdpConfigurations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.TestIdpConfiguration' resource.",
                "operationId": "UpdateIamTestIdpConfiguration",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.TestIdpConfiguration"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.TestIdpConfiguration' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.TestIdpConfiguration"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.TestIdpConfiguration' resource was modified as requested. The 'iam.TestIdpConfiguration' 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/iam.TestIdpConfiguration"
                                }
                            }
                        },
                        "links": {
                            "GetIamTestIdpConfigurationByMoid": {
                                "operationId": "GetIamTestIdpConfigurationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/TestIdpConfigurations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.TestIdpConfiguration' resource.",
                "operationId": "PatchIamTestIdpConfiguration",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.TestIdpConfiguration"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.TestIdpConfiguration' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.TestIdpConfiguration"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.TestIdpConfiguration' resource was patched as requested. The 'iam.TestIdpConfiguration' 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/iam.TestIdpConfiguration"
                                }
                            }
                        },
                        "links": {
                            "GetIamTestIdpConfigurationByMoid": {
                                "operationId": "GetIamTestIdpConfigurationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/TestIdpConfigurations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/TrustPoints": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.TrustPoint' resource.",
                "operationId": "GetIamTrustPointList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Add trusted certificates",
                            "PRIVSET.Delete trusted certificates",
                            "PRIVSET.Devices",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Identity Providers",
                            "PRIVSET.Read-only SMTP policies",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.TrustPoint",
                            "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 'iam.TrustPoint' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.TrustPoint.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Create a 'iam.TrustPoint' resource.",
                "operationId": "CreateIamTrustPoint",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.iam.TrustPoint",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Add trusted certificates",
                            "PRIVSET.Devices",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Identity Providers",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.TrustPoint' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.TrustPoint"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.TrustPoint' resource was created as requested. The 'iam.TrustPoint' 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/iam.TrustPoint"
                                }
                            }
                        },
                        "links": {
                            "GetIamTrustPointByMoid": {
                                "operationId": "GetIamTrustPointByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/TrustPoints/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/TrustPoints/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.TrustPoint' resource.",
                "operationId": "GetIamTrustPointByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Add trusted certificates",
                            "PRIVSET.Delete trusted certificates",
                            "PRIVSET.Devices",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Identity Providers",
                            "PRIVSET.Read-only SMTP policies",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.TrustPoint",
                            "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 'iam.TrustPoint' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.TrustPoint"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamTrustPointByMoid": {
                                "operationId": "GetIamTrustPointByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/TrustPoints/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Delete a 'iam.TrustPoint' resource.",
                "operationId": "DeleteIamTrustPoint",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.iam.TrustPoint",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete trusted certificates",
                            "PRIVSET.Devices",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.Manage Identity Providers",
                            "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/iam/Users": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.User' resource.",
                "operationId": "GetIamUserList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Add notification rule or webhook",
                            "PRIVSET.Delete notification rule or webhook",
                            "PRIVSET.Edit notification rule or webhook",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.View Access and Permissions",
                            "PRIVSET.View sessions",
                            "READ.iam.User",
                            "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 'iam.User' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.User.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Create a 'iam.User' resource.",
                "operationId": "CreateIamUser",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.iam.User",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.User' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.User"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.User' resource was created as requested. The 'iam.User' 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/iam.User"
                                }
                            }
                        },
                        "links": {
                            "GetIamUserByMoid": {
                                "operationId": "GetIamUserByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/Users/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/Users/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.User' resource.",
                "operationId": "GetIamUserByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Add notification rule or webhook",
                            "PRIVSET.Delete notification rule or webhook",
                            "PRIVSET.Edit notification rule or webhook",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.View Access and Permissions",
                            "PRIVSET.View sessions",
                            "READ.iam.User",
                            "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 'iam.User' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.User"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamUserByMoid": {
                                "operationId": "GetIamUserByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/Users/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.User' resource.",
                "operationId": "UpdateIamUser",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.User"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.User' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.User"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.User' resource was modified as requested. The 'iam.User' 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/iam.User"
                                }
                            }
                        },
                        "links": {
                            "GetIamUserByMoid": {
                                "operationId": "GetIamUserByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/Users/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.User' resource.",
                "operationId": "PatchIamUser",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.User"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.User' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.User"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.User' resource was patched as requested. The 'iam.User' 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/iam.User"
                                }
                            }
                        },
                        "links": {
                            "GetIamUserByMoid": {
                                "operationId": "GetIamUserByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/Users/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Delete a 'iam.User' resource.",
                "operationId": "DeleteIamUser",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.iam.User",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "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/iam/UserGroups": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.UserGroup' resource.",
                "operationId": "GetIamUserGroupList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.UserGroup",
                            "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 'iam.UserGroup' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.UserGroup.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Create a 'iam.UserGroup' resource.",
                "operationId": "CreateIamUserGroup",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.iam.UserGroup",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.UserGroup' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.UserGroup"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.UserGroup' resource was created as requested. The 'iam.UserGroup' 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/iam.UserGroup"
                                }
                            }
                        },
                        "links": {
                            "GetIamUserGroupByMoid": {
                                "operationId": "GetIamUserGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/UserGroups/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/UserGroups/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.UserGroup' resource.",
                "operationId": "GetIamUserGroupByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.UserGroup",
                            "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 'iam.UserGroup' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.UserGroup"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamUserGroupByMoid": {
                                "operationId": "GetIamUserGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/UserGroups/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Delete a 'iam.UserGroup' resource.",
                "operationId": "DeleteIamUserGroup",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.iam.UserGroup",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "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"
                    }
                }
            },
            "post": {
                "tags": [
                    "iam"
                ],
                "summary": "Update a 'iam.UserGroup' resource.",
                "operationId": "UpdateIamUserGroup",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.UserGroup"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.UserGroup' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.UserGroup"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.UserGroup' resource was modified as requested. The 'iam.UserGroup' 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/iam.UserGroup"
                                }
                            }
                        },
                        "links": {
                            "GetIamUserGroupByMoid": {
                                "operationId": "GetIamUserGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/UserGroups/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.UserGroup' resource.",
                "operationId": "PatchIamUserGroup",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.UserGroup"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.UserGroup' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.UserGroup"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.UserGroup' resource was patched as requested. The 'iam.UserGroup' 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/iam.UserGroup"
                                }
                            }
                        },
                        "links": {
                            "GetIamUserGroupByMoid": {
                                "operationId": "GetIamUserGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/UserGroups/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/UserPreferences": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.UserPreference' resource.",
                "operationId": "GetIamUserPreferenceList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Global Read Privileges",
                            "PRIVSET.Global System Privileges",
                            "READ.iam.UserPreference"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iam.UserPreference' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.UserPreference.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/UserPreferences/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.UserPreference' resource.",
                "operationId": "GetIamUserPreferenceByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Global Read Privileges",
                            "PRIVSET.Global System Privileges",
                            "READ.iam.UserPreference"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iam.UserPreference' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.UserPreference"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamUserPreferenceByMoid": {
                                "operationId": "GetIamUserPreferenceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/UserPreferences/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.UserPreference' resource.",
                "operationId": "UpdateIamUserPreference",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Global System Privileges",
                            "PRIVSET.Global Write Privileges",
                            "UPDATE.iam.UserPreference"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.UserPreference' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.UserPreference"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.UserPreference' resource was modified as requested. The 'iam.UserPreference' 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/iam.UserPreference"
                                }
                            }
                        },
                        "links": {
                            "GetIamUserPreferenceByMoid": {
                                "operationId": "GetIamUserPreferenceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/UserPreferences/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.UserPreference' resource.",
                "operationId": "PatchIamUserPreference",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Global System Privileges",
                            "PRIVSET.Global Write Privileges",
                            "UPDATE.iam.UserPreference"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.UserPreference' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.UserPreference"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.UserPreference' resource was patched as requested. The 'iam.UserPreference' 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/iam.UserPreference"
                                }
                            }
                        },
                        "links": {
                            "GetIamUserPreferenceByMoid": {
                                "operationId": "GetIamUserPreferenceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/UserPreferences/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/UserQualifiers": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.UserQualifier' resource.",
                "operationId": "GetIamUserQualifierList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.UserQualifier",
                            "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 'iam.UserQualifier' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.UserQualifier.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Create a 'iam.UserQualifier' resource.",
                "operationId": "CreateIamUserQualifier",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.iam.UserQualifier",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.UserQualifier' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.UserQualifier"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.UserQualifier' resource was created as requested. The 'iam.UserQualifier' 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/iam.UserQualifier"
                                }
                            }
                        },
                        "links": {
                            "GetIamUserQualifierByMoid": {
                                "operationId": "GetIamUserQualifierByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/UserQualifiers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/UserQualifiers/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.UserQualifier' resource.",
                "operationId": "GetIamUserQualifierByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "PRIVSET.View Access and Permissions",
                            "READ.iam.UserQualifier",
                            "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 'iam.UserQualifier' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.UserQualifier"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamUserQualifierByMoid": {
                                "operationId": "GetIamUserQualifierByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/UserQualifiers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.UserQualifier' resource.",
                "operationId": "UpdateIamUserQualifier",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.UserQualifier"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.UserQualifier' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.UserQualifier"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.UserQualifier' resource was modified as requested. The 'iam.UserQualifier' 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/iam.UserQualifier"
                                }
                            }
                        },
                        "links": {
                            "GetIamUserQualifierByMoid": {
                                "operationId": "GetIamUserQualifierByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/UserQualifiers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.UserQualifier' resource.",
                "operationId": "PatchIamUserQualifier",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "ROLE.Account Administrator",
                            "UPDATE.iam.UserQualifier"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.UserQualifier' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.UserQualifier"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.UserQualifier' resource was patched as requested. The 'iam.UserQualifier' 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/iam.UserQualifier"
                                }
                            }
                        },
                        "links": {
                            "GetIamUserQualifierByMoid": {
                                "operationId": "GetIamUserQualifierByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/UserQualifiers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Delete a 'iam.UserQualifier' resource.",
                "operationId": "DeleteIamUserQualifier",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.iam.UserQualifier",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Access and Permissions",
                            "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/iam/UserSettings": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.UserSetting' resource.",
                "operationId": "GetIamUserSettingList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Global Read Privileges",
                            "PRIVSET.Global System Privileges",
                            "READ.iam.UserSetting"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iam.UserSetting' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.UserSetting.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Create a 'iam.UserSetting' resource.",
                "operationId": "CreateIamUserSetting",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.iam.UserSetting",
                            "PRIVSET.Global System Privileges",
                            "PRIVSET.Global Write Privileges"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.UserSetting' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.UserSetting"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.UserSetting' resource was created as requested. The 'iam.UserSetting' 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/iam.UserSetting"
                                }
                            }
                        },
                        "links": {
                            "GetIamUserSettingByMoid": {
                                "operationId": "GetIamUserSettingByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/UserSettings/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iam/UserSettings/{Moid}": {
            "get": {
                "tags": [
                    "iam"
                ],
                "summary": "Read a 'iam.UserSetting' resource.",
                "operationId": "GetIamUserSettingByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Global Read Privileges",
                            "PRIVSET.Global System Privileges",
                            "READ.iam.UserSetting"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iam.UserSetting' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iam.UserSetting"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIamUserSettingByMoid": {
                                "operationId": "GetIamUserSettingByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/UserSettings/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.UserSetting' resource.",
                "operationId": "UpdateIamUserSetting",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Global System Privileges",
                            "PRIVSET.Global Write Privileges",
                            "UPDATE.iam.UserSetting"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.UserSetting' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.UserSetting"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.UserSetting' resource was modified as requested. The 'iam.UserSetting' 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/iam.UserSetting"
                                }
                            }
                        },
                        "links": {
                            "GetIamUserSettingByMoid": {
                                "operationId": "GetIamUserSettingByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/UserSettings/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "iam"
                ],
                "summary": "Update a 'iam.UserSetting' resource.",
                "operationId": "PatchIamUserSetting",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Global System Privileges",
                            "PRIVSET.Global Write Privileges",
                            "UPDATE.iam.UserSetting"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iam.UserSetting' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iam.UserSetting"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iam.UserSetting' resource was patched as requested. The 'iam.UserSetting' 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/iam.UserSetting"
                                }
                            }
                        },
                        "links": {
                            "GetIamUserSettingByMoid": {
                                "operationId": "GetIamUserSettingByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/UserSettings/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/license/AccountLicenseData": {
            "get": {
                "tags": [
                    "license"
                ],
                "summary": "Read a 'license.AccountLicenseData' resource.",
                "operationId": "GetLicenseAccountLicenseDataList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Global Read Privileges",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Licensing Status",
                            "READ.license.AccountLicenseData",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'license.AccountLicenseData' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/license.AccountLicenseData.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/license/AccountLicenseData/{Moid}": {
            "get": {
                "tags": [
                    "license"
                ],
                "summary": "Read a 'license.AccountLicenseData' resource.",
                "operationId": "GetLicenseAccountLicenseDataByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Global Read Privileges",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Licensing Status",
                            "READ.license.AccountLicenseData",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'license.AccountLicenseData' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/license.AccountLicenseData"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseAccountLicenseDataByMoid": {
                                "operationId": "GetLicenseAccountLicenseDataByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/AccountLicenseData/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "license"
                ],
                "summary": "Update a 'license.AccountLicenseData' resource.",
                "operationId": "UpdateLicenseAccountLicenseData",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage products",
                            "ROLE.Account Administrator",
                            "UPDATE.license.AccountLicenseData"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.AccountLicenseData' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.AccountLicenseData"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.AccountLicenseData' resource was modified as requested. The 'license.AccountLicenseData' 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/license.AccountLicenseData"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseAccountLicenseDataByMoid": {
                                "operationId": "GetLicenseAccountLicenseDataByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/AccountLicenseData/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "license"
                ],
                "summary": "Update a 'license.AccountLicenseData' resource.",
                "operationId": "PatchLicenseAccountLicenseData",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage products",
                            "ROLE.Account Administrator",
                            "UPDATE.license.AccountLicenseData"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.AccountLicenseData' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.AccountLicenseData"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.AccountLicenseData' resource was patched as requested. The 'license.AccountLicenseData' 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/license.AccountLicenseData"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseAccountLicenseDataByMoid": {
                                "operationId": "GetLicenseAccountLicenseDataByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/AccountLicenseData/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/license/CustomerOps": {
            "get": {
                "tags": [
                    "license"
                ],
                "summary": "Read a 'license.CustomerOp' resource.",
                "operationId": "GetLicenseCustomerOpList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only licensing",
                            "PRIVSET.View Licensing Status",
                            "READ.license.CustomerOp",
                            "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 'license.CustomerOp' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/license.CustomerOp.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/license/CustomerOps/{Moid}": {
            "get": {
                "tags": [
                    "license"
                ],
                "summary": "Read a 'license.CustomerOp' resource.",
                "operationId": "GetLicenseCustomerOpByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only licensing",
                            "PRIVSET.View Licensing Status",
                            "READ.license.CustomerOp",
                            "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 'license.CustomerOp' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/license.CustomerOp"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseCustomerOpByMoid": {
                                "operationId": "GetLicenseCustomerOpByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/CustomerOps/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "license"
                ],
                "summary": "Update a 'license.CustomerOp' resource.",
                "operationId": "UpdateLicenseCustomerOp",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage products",
                            "ROLE.Account Administrator",
                            "UPDATE.license.CustomerOp"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.CustomerOp' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.CustomerOp"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.CustomerOp' resource was modified as requested. The 'license.CustomerOp' 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/license.CustomerOp"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseCustomerOpByMoid": {
                                "operationId": "GetLicenseCustomerOpByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/CustomerOps/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "license"
                ],
                "summary": "Update a 'license.CustomerOp' resource.",
                "operationId": "PatchLicenseCustomerOp",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage products",
                            "ROLE.Account Administrator",
                            "UPDATE.license.CustomerOp"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.CustomerOp' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.CustomerOp"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.CustomerOp' resource was patched as requested. The 'license.CustomerOp' 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/license.CustomerOp"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseCustomerOpByMoid": {
                                "operationId": "GetLicenseCustomerOpByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/CustomerOps/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/license/ErpCustomerOps": {
            "get": {
                "tags": [
                    "license"
                ],
                "summary": "Read a 'license.ErpCustomerOp' resource.",
                "operationId": "GetLicenseErpCustomerOpList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only licensing",
                            "PRIVSET.View Licensing Status",
                            "READ.license.ErpCustomerOp",
                            "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 'license.ErpCustomerOp' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/license.ErpCustomerOp.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/license/ErpCustomerOps/{Moid}": {
            "get": {
                "tags": [
                    "license"
                ],
                "summary": "Read a 'license.ErpCustomerOp' resource.",
                "operationId": "GetLicenseErpCustomerOpByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only licensing",
                            "PRIVSET.View Licensing Status",
                            "READ.license.ErpCustomerOp",
                            "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 'license.ErpCustomerOp' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/license.ErpCustomerOp"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseErpCustomerOpByMoid": {
                                "operationId": "GetLicenseErpCustomerOpByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/ErpCustomerOps/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "license"
                ],
                "summary": "Update a 'license.ErpCustomerOp' resource.",
                "operationId": "UpdateLicenseErpCustomerOp",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.license.ErpCustomerOp"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.ErpCustomerOp' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.ErpCustomerOp"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.ErpCustomerOp' resource was modified as requested. The 'license.ErpCustomerOp' 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/license.ErpCustomerOp"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseErpCustomerOpByMoid": {
                                "operationId": "GetLicenseErpCustomerOpByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/ErpCustomerOps/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "license"
                ],
                "summary": "Update a 'license.ErpCustomerOp' resource.",
                "operationId": "PatchLicenseErpCustomerOp",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.license.ErpCustomerOp"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.ErpCustomerOp' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.ErpCustomerOp"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.ErpCustomerOp' resource was patched as requested. The 'license.ErpCustomerOp' 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/license.ErpCustomerOp"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseErpCustomerOpByMoid": {
                                "operationId": "GetLicenseErpCustomerOpByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/ErpCustomerOps/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/license/ErpLicenseCounts": {
            "get": {
                "tags": [
                    "license"
                ],
                "summary": "Read a 'license.ErpLicenseCount' resource.",
                "operationId": "GetLicenseErpLicenseCountList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only licensing",
                            "PRIVSET.View Licensing Status",
                            "READ.license.ErpLicenseCount",
                            "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 'license.ErpLicenseCount' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/license.ErpLicenseCount.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "license"
                ],
                "summary": "Create a 'license.ErpLicenseCount' resource.",
                "operationId": "CreateLicenseErpLicenseCount",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.license.ErpLicenseCount"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.ErpLicenseCount' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.ErpLicenseCount"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.ErpLicenseCount' resource was created as requested. The 'license.ErpLicenseCount' 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/license.ErpLicenseCount"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseErpLicenseCountByMoid": {
                                "operationId": "GetLicenseErpLicenseCountByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/ErpLicenseCounts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/license/ErpLicenseCounts/{Moid}": {
            "get": {
                "tags": [
                    "license"
                ],
                "summary": "Read a 'license.ErpLicenseCount' resource.",
                "operationId": "GetLicenseErpLicenseCountByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only licensing",
                            "PRIVSET.View Licensing Status",
                            "READ.license.ErpLicenseCount",
                            "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 'license.ErpLicenseCount' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/license.ErpLicenseCount"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseErpLicenseCountByMoid": {
                                "operationId": "GetLicenseErpLicenseCountByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/ErpLicenseCounts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/license/IksCustomerOps": {
            "get": {
                "tags": [
                    "license"
                ],
                "summary": "Read a 'license.IksCustomerOp' resource.",
                "operationId": "GetLicenseIksCustomerOpList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only licensing",
                            "PRIVSET.View Licensing Status",
                            "READ.license.IksCustomerOp",
                            "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 'license.IksCustomerOp' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/license.IksCustomerOp.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/license/IksCustomerOps/{Moid}": {
            "get": {
                "tags": [
                    "license"
                ],
                "summary": "Read a 'license.IksCustomerOp' resource.",
                "operationId": "GetLicenseIksCustomerOpByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only licensing",
                            "PRIVSET.View Licensing Status",
                            "READ.license.IksCustomerOp",
                            "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 'license.IksCustomerOp' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/license.IksCustomerOp"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseIksCustomerOpByMoid": {
                                "operationId": "GetLicenseIksCustomerOpByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/IksCustomerOps/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "license"
                ],
                "summary": "Update a 'license.IksCustomerOp' resource.",
                "operationId": "UpdateLicenseIksCustomerOp",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.license.IksCustomerOp"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.IksCustomerOp' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.IksCustomerOp"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.IksCustomerOp' resource was modified as requested. The 'license.IksCustomerOp' 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/license.IksCustomerOp"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseIksCustomerOpByMoid": {
                                "operationId": "GetLicenseIksCustomerOpByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/IksCustomerOps/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "license"
                ],
                "summary": "Update a 'license.IksCustomerOp' resource.",
                "operationId": "PatchLicenseIksCustomerOp",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.license.IksCustomerOp"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.IksCustomerOp' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.IksCustomerOp"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.IksCustomerOp' resource was patched as requested. The 'license.IksCustomerOp' 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/license.IksCustomerOp"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseIksCustomerOpByMoid": {
                                "operationId": "GetLicenseIksCustomerOpByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/IksCustomerOps/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/license/IksLicenseCounts": {
            "get": {
                "tags": [
                    "license"
                ],
                "summary": "Read a 'license.IksLicenseCount' resource.",
                "operationId": "GetLicenseIksLicenseCountList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only licensing",
                            "PRIVSET.View Licensing Status",
                            "READ.license.IksLicenseCount",
                            "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 'license.IksLicenseCount' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/license.IksLicenseCount.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "license"
                ],
                "summary": "Create a 'license.IksLicenseCount' resource.",
                "operationId": "CreateLicenseIksLicenseCount",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.license.IksLicenseCount"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.IksLicenseCount' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.IksLicenseCount"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.IksLicenseCount' resource was created as requested. The 'license.IksLicenseCount' 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/license.IksLicenseCount"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseIksLicenseCountByMoid": {
                                "operationId": "GetLicenseIksLicenseCountByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/IksLicenseCounts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/license/IksLicenseCounts/{Moid}": {
            "get": {
                "tags": [
                    "license"
                ],
                "summary": "Read a 'license.IksLicenseCount' resource.",
                "operationId": "GetLicenseIksLicenseCountByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only licensing",
                            "PRIVSET.View Licensing Status",
                            "READ.license.IksLicenseCount",
                            "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 'license.IksLicenseCount' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/license.IksLicenseCount"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseIksLicenseCountByMoid": {
                                "operationId": "GetLicenseIksLicenseCountByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/IksLicenseCounts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "license"
                ],
                "summary": "Update a 'license.IksLicenseCount' resource.",
                "operationId": "UpdateLicenseIksLicenseCount",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.license.IksLicenseCount"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.IksLicenseCount' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.IksLicenseCount"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.IksLicenseCount' resource was modified as requested. The 'license.IksLicenseCount' 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/license.IksLicenseCount"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseIksLicenseCountByMoid": {
                                "operationId": "GetLicenseIksLicenseCountByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/IksLicenseCounts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "license"
                ],
                "summary": "Update a 'license.IksLicenseCount' resource.",
                "operationId": "PatchLicenseIksLicenseCount",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.license.IksLicenseCount"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.IksLicenseCount' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.IksLicenseCount"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.IksLicenseCount' resource was patched as requested. The 'license.IksLicenseCount' 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/license.IksLicenseCount"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseIksLicenseCountByMoid": {
                                "operationId": "GetLicenseIksLicenseCountByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/IksLicenseCounts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/license/IncCustomerOps": {
            "get": {
                "tags": [
                    "license"
                ],
                "summary": "Read a 'license.IncCustomerOp' resource.",
                "operationId": "GetLicenseIncCustomerOpList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only licensing",
                            "PRIVSET.View Licensing Status",
                            "READ.license.IncCustomerOp",
                            "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 'license.IncCustomerOp' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/license.IncCustomerOp.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/license/IncCustomerOps/{Moid}": {
            "get": {
                "tags": [
                    "license"
                ],
                "summary": "Read a 'license.IncCustomerOp' resource.",
                "operationId": "GetLicenseIncCustomerOpByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only licensing",
                            "PRIVSET.View Licensing Status",
                            "READ.license.IncCustomerOp",
                            "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 'license.IncCustomerOp' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/license.IncCustomerOp"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseIncCustomerOpByMoid": {
                                "operationId": "GetLicenseIncCustomerOpByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/IncCustomerOps/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "license"
                ],
                "summary": "Update a 'license.IncCustomerOp' resource.",
                "operationId": "UpdateLicenseIncCustomerOp",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.license.IncCustomerOp"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.IncCustomerOp' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.IncCustomerOp"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.IncCustomerOp' resource was modified as requested. The 'license.IncCustomerOp' 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/license.IncCustomerOp"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseIncCustomerOpByMoid": {
                                "operationId": "GetLicenseIncCustomerOpByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/IncCustomerOps/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "license"
                ],
                "summary": "Update a 'license.IncCustomerOp' resource.",
                "operationId": "PatchLicenseIncCustomerOp",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.license.IncCustomerOp"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.IncCustomerOp' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.IncCustomerOp"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.IncCustomerOp' resource was patched as requested. The 'license.IncCustomerOp' 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/license.IncCustomerOp"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseIncCustomerOpByMoid": {
                                "operationId": "GetLicenseIncCustomerOpByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/IncCustomerOps/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/license/IncLicenseCounts": {
            "get": {
                "tags": [
                    "license"
                ],
                "summary": "Read a 'license.IncLicenseCount' resource.",
                "operationId": "GetLicenseIncLicenseCountList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only licensing",
                            "PRIVSET.View Licensing Status",
                            "READ.license.IncLicenseCount",
                            "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 'license.IncLicenseCount' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/license.IncLicenseCount.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "license"
                ],
                "summary": "Create a 'license.IncLicenseCount' resource.",
                "operationId": "CreateLicenseIncLicenseCount",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.license.IncLicenseCount"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.IncLicenseCount' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.IncLicenseCount"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.IncLicenseCount' resource was created as requested. The 'license.IncLicenseCount' 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/license.IncLicenseCount"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseIncLicenseCountByMoid": {
                                "operationId": "GetLicenseIncLicenseCountByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/IncLicenseCounts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/license/IncLicenseCounts/{Moid}": {
            "get": {
                "tags": [
                    "license"
                ],
                "summary": "Read a 'license.IncLicenseCount' resource.",
                "operationId": "GetLicenseIncLicenseCountByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only licensing",
                            "PRIVSET.View Licensing Status",
                            "READ.license.IncLicenseCount",
                            "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 'license.IncLicenseCount' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/license.IncLicenseCount"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseIncLicenseCountByMoid": {
                                "operationId": "GetLicenseIncLicenseCountByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/IncLicenseCounts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "license"
                ],
                "summary": "Update a 'license.IncLicenseCount' resource.",
                "operationId": "UpdateLicenseIncLicenseCount",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.license.IncLicenseCount"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.IncLicenseCount' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.IncLicenseCount"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.IncLicenseCount' resource was modified as requested. The 'license.IncLicenseCount' 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/license.IncLicenseCount"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseIncLicenseCountByMoid": {
                                "operationId": "GetLicenseIncLicenseCountByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/IncLicenseCounts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "license"
                ],
                "summary": "Update a 'license.IncLicenseCount' resource.",
                "operationId": "PatchLicenseIncLicenseCount",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.license.IncLicenseCount"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.IncLicenseCount' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.IncLicenseCount"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.IncLicenseCount' resource was patched as requested. The 'license.IncLicenseCount' 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/license.IncLicenseCount"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseIncLicenseCountByMoid": {
                                "operationId": "GetLicenseIncLicenseCountByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/IncLicenseCounts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/license/IwoCustomerOps": {
            "get": {
                "tags": [
                    "license"
                ],
                "summary": "Read a 'license.IwoCustomerOp' resource.",
                "operationId": "GetLicenseIwoCustomerOpList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only licensing",
                            "PRIVSET.View Licensing Status",
                            "READ.license.IwoCustomerOp",
                            "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 'license.IwoCustomerOp' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/license.IwoCustomerOp.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/license/IwoCustomerOps/{Moid}": {
            "get": {
                "tags": [
                    "license"
                ],
                "summary": "Read a 'license.IwoCustomerOp' resource.",
                "operationId": "GetLicenseIwoCustomerOpByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only licensing",
                            "PRIVSET.View Licensing Status",
                            "READ.license.IwoCustomerOp",
                            "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 'license.IwoCustomerOp' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/license.IwoCustomerOp"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseIwoCustomerOpByMoid": {
                                "operationId": "GetLicenseIwoCustomerOpByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/IwoCustomerOps/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "license"
                ],
                "summary": "Update a 'license.IwoCustomerOp' resource.",
                "operationId": "UpdateLicenseIwoCustomerOp",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage products",
                            "ROLE.Account Administrator",
                            "UPDATE.license.IwoCustomerOp"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.IwoCustomerOp' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.IwoCustomerOp"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.IwoCustomerOp' resource was modified as requested. The 'license.IwoCustomerOp' 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/license.IwoCustomerOp"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseIwoCustomerOpByMoid": {
                                "operationId": "GetLicenseIwoCustomerOpByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/IwoCustomerOps/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "license"
                ],
                "summary": "Update a 'license.IwoCustomerOp' resource.",
                "operationId": "PatchLicenseIwoCustomerOp",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage products",
                            "ROLE.Account Administrator",
                            "UPDATE.license.IwoCustomerOp"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.IwoCustomerOp' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.IwoCustomerOp"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.IwoCustomerOp' resource was patched as requested. The 'license.IwoCustomerOp' 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/license.IwoCustomerOp"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseIwoCustomerOpByMoid": {
                                "operationId": "GetLicenseIwoCustomerOpByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/IwoCustomerOps/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/license/IwoLicenseCounts": {
            "get": {
                "tags": [
                    "license"
                ],
                "summary": "Read a 'license.IwoLicenseCount' resource.",
                "operationId": "GetLicenseIwoLicenseCountList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only licensing",
                            "PRIVSET.View Licensing Status",
                            "READ.license.IwoLicenseCount",
                            "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 'license.IwoLicenseCount' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/license.IwoLicenseCount.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "license"
                ],
                "summary": "Create a 'license.IwoLicenseCount' resource.",
                "operationId": "CreateLicenseIwoLicenseCount",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.license.IwoLicenseCount"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.IwoLicenseCount' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.IwoLicenseCount"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.IwoLicenseCount' resource was created as requested. The 'license.IwoLicenseCount' 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/license.IwoLicenseCount"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseIwoLicenseCountByMoid": {
                                "operationId": "GetLicenseIwoLicenseCountByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/IwoLicenseCounts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/license/IwoLicenseCounts/{Moid}": {
            "get": {
                "tags": [
                    "license"
                ],
                "summary": "Read a 'license.IwoLicenseCount' resource.",
                "operationId": "GetLicenseIwoLicenseCountByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only licensing",
                            "PRIVSET.View Licensing Status",
                            "READ.license.IwoLicenseCount",
                            "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 'license.IwoLicenseCount' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/license.IwoLicenseCount"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseIwoLicenseCountByMoid": {
                                "operationId": "GetLicenseIwoLicenseCountByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/IwoLicenseCounts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "license"
                ],
                "summary": "Update a 'license.IwoLicenseCount' resource.",
                "operationId": "UpdateLicenseIwoLicenseCount",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.license.IwoLicenseCount"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.IwoLicenseCount' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.IwoLicenseCount"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.IwoLicenseCount' resource was modified as requested. The 'license.IwoLicenseCount' 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/license.IwoLicenseCount"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseIwoLicenseCountByMoid": {
                                "operationId": "GetLicenseIwoLicenseCountByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/IwoLicenseCounts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "license"
                ],
                "summary": "Update a 'license.IwoLicenseCount' resource.",
                "operationId": "PatchLicenseIwoLicenseCount",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.license.IwoLicenseCount"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.IwoLicenseCount' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.IwoLicenseCount"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.IwoLicenseCount' resource was patched as requested. The 'license.IwoLicenseCount' 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/license.IwoLicenseCount"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseIwoLicenseCountByMoid": {
                                "operationId": "GetLicenseIwoLicenseCountByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/IwoLicenseCounts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/license/LicenseInfos": {
            "get": {
                "tags": [
                    "license"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'license.LicenseInfo' resource.",
                "operationId": "GetLicenseLicenseInfoList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Global Read Privileges",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Licensing Status",
                            "READ.license.LicenseInfo",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'license.LicenseInfo' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/license.LicenseInfo.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "license"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Create a 'license.LicenseInfo' resource.",
                "operationId": "CreateLicenseLicenseInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.license.LicenseInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.LicenseInfo' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.LicenseInfo"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.LicenseInfo' resource was created as requested. The 'license.LicenseInfo' 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/license.LicenseInfo"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseLicenseInfoByMoid": {
                                "operationId": "GetLicenseLicenseInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/LicenseInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/license/LicenseInfos/{Moid}": {
            "get": {
                "tags": [
                    "license"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'license.LicenseInfo' resource.",
                "operationId": "GetLicenseLicenseInfoByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Global Read Privileges",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Licensing Status",
                            "READ.license.LicenseInfo",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'license.LicenseInfo' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/license.LicenseInfo"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseLicenseInfoByMoid": {
                                "operationId": "GetLicenseLicenseInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/LicenseInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "license"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Update a 'license.LicenseInfo' resource.",
                "operationId": "UpdateLicenseLicenseInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.license.LicenseInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.LicenseInfo' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.LicenseInfo"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.LicenseInfo' resource was modified as requested. The 'license.LicenseInfo' 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/license.LicenseInfo"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseLicenseInfoByMoid": {
                                "operationId": "GetLicenseLicenseInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/LicenseInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "license"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Update a 'license.LicenseInfo' resource.",
                "operationId": "PatchLicenseLicenseInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.license.LicenseInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.LicenseInfo' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.LicenseInfo"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.LicenseInfo' resource was patched as requested. The 'license.LicenseInfo' 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/license.LicenseInfo"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseLicenseInfoByMoid": {
                                "operationId": "GetLicenseLicenseInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/LicenseInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/license/LicenseInfoViews": {
            "get": {
                "tags": [
                    "license"
                ],
                "summary": "Read a 'license.LicenseInfoView' resource.",
                "operationId": "GetLicenseLicenseInfoViewList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Global Read Privileges",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only licensing",
                            "PRIVSET.View Licensing Status",
                            "READ.license.LicenseInfoView",
                            "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 'license.LicenseInfoView' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/license.LicenseInfoView.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/license/LicenseInfoViews/{Moid}": {
            "get": {
                "tags": [
                    "license"
                ],
                "summary": "Read a 'license.LicenseInfoView' resource.",
                "operationId": "GetLicenseLicenseInfoViewByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Global Read Privileges",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only licensing",
                            "PRIVSET.View Licensing Status",
                            "READ.license.LicenseInfoView",
                            "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 'license.LicenseInfoView' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/license.LicenseInfoView"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseLicenseInfoViewByMoid": {
                                "operationId": "GetLicenseLicenseInfoViewByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/LicenseInfoViews/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/license/LicenseRegistrationStatuses": {
            "get": {
                "tags": [
                    "license"
                ],
                "summary": "Read a 'license.LicenseRegistrationStatus' resource.",
                "operationId": "GetLicenseLicenseRegistrationStatusList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only licensing",
                            "PRIVSET.View Licensing Status",
                            "READ.license.LicenseRegistrationStatus",
                            "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 'license.LicenseRegistrationStatus' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/license.LicenseRegistrationStatus.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/license/LicenseRegistrationStatuses/{Moid}": {
            "get": {
                "tags": [
                    "license"
                ],
                "summary": "Read a 'license.LicenseRegistrationStatus' resource.",
                "operationId": "GetLicenseLicenseRegistrationStatusByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only licensing",
                            "PRIVSET.View Licensing Status",
                            "READ.license.LicenseRegistrationStatus",
                            "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 'license.LicenseRegistrationStatus' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/license.LicenseRegistrationStatus"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseLicenseRegistrationStatusByMoid": {
                                "operationId": "GetLicenseLicenseRegistrationStatusByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/LicenseRegistrationStatuses/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "license"
                ],
                "summary": "Update a 'license.LicenseRegistrationStatus' resource.",
                "operationId": "UpdateLicenseLicenseRegistrationStatus",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.license.LicenseRegistrationStatus"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.LicenseRegistrationStatus' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.LicenseRegistrationStatus"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.LicenseRegistrationStatus' resource was modified as requested. The 'license.LicenseRegistrationStatus' 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/license.LicenseRegistrationStatus"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseLicenseRegistrationStatusByMoid": {
                                "operationId": "GetLicenseLicenseRegistrationStatusByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/LicenseRegistrationStatuses/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "license"
                ],
                "summary": "Update a 'license.LicenseRegistrationStatus' resource.",
                "operationId": "PatchLicenseLicenseRegistrationStatus",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.license.LicenseRegistrationStatus"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.LicenseRegistrationStatus' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.LicenseRegistrationStatus"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.LicenseRegistrationStatus' resource was patched as requested. The 'license.LicenseRegistrationStatus' 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/license.LicenseRegistrationStatus"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseLicenseRegistrationStatusByMoid": {
                                "operationId": "GetLicenseLicenseRegistrationStatusByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/LicenseRegistrationStatuses/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/license/LicenseReservationOps": {
            "get": {
                "tags": [
                    "license"
                ],
                "summary": "Read a 'license.LicenseReservationOp' resource.",
                "operationId": "GetLicenseLicenseReservationOpList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only licensing",
                            "PRIVSET.View Licensing Status",
                            "READ.license.LicenseReservationOp",
                            "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 'license.LicenseReservationOp' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/license.LicenseReservationOp.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "license"
                ],
                "summary": "Create a 'license.LicenseReservationOp' resource.",
                "operationId": "CreateLicenseLicenseReservationOp",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.license.LicenseReservationOp",
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.LicenseReservationOp' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.LicenseReservationOp"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.LicenseReservationOp' resource was created as requested. The 'license.LicenseReservationOp' 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/license.LicenseReservationOp"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseLicenseReservationOpByMoid": {
                                "operationId": "GetLicenseLicenseReservationOpByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/LicenseReservationOps/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/license/LicenseReservationOps/{Moid}": {
            "get": {
                "tags": [
                    "license"
                ],
                "summary": "Read a 'license.LicenseReservationOp' resource.",
                "operationId": "GetLicenseLicenseReservationOpByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only licensing",
                            "PRIVSET.View Licensing Status",
                            "READ.license.LicenseReservationOp",
                            "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 'license.LicenseReservationOp' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/license.LicenseReservationOp"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseLicenseReservationOpByMoid": {
                                "operationId": "GetLicenseLicenseReservationOpByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/LicenseReservationOps/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "license"
                ],
                "summary": "Update a 'license.LicenseReservationOp' resource.",
                "operationId": "UpdateLicenseLicenseReservationOp",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.license.LicenseReservationOp"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.LicenseReservationOp' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.LicenseReservationOp"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.LicenseReservationOp' resource was modified as requested. The 'license.LicenseReservationOp' 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/license.LicenseReservationOp"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseLicenseReservationOpByMoid": {
                                "operationId": "GetLicenseLicenseReservationOpByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/LicenseReservationOps/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "license"
                ],
                "summary": "Update a 'license.LicenseReservationOp' resource.",
                "operationId": "PatchLicenseLicenseReservationOp",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.license.LicenseReservationOp"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.LicenseReservationOp' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.LicenseReservationOp"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.LicenseReservationOp' resource was patched as requested. The 'license.LicenseReservationOp' 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/license.LicenseReservationOp"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseLicenseReservationOpByMoid": {
                                "operationId": "GetLicenseLicenseReservationOpByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/LicenseReservationOps/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/license/SmartlicenseTokens": {
            "get": {
                "tags": [
                    "license"
                ],
                "summary": "Read a 'license.SmartlicenseToken' resource.",
                "operationId": "GetLicenseSmartlicenseTokenList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only licensing",
                            "PRIVSET.View Licensing Status",
                            "READ.license.SmartlicenseToken",
                            "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 'license.SmartlicenseToken' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/license.SmartlicenseToken.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/license/SmartlicenseTokens/{Moid}": {
            "get": {
                "tags": [
                    "license"
                ],
                "summary": "Read a 'license.SmartlicenseToken' resource.",
                "operationId": "GetLicenseSmartlicenseTokenByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only licensing",
                            "PRIVSET.View Licensing Status",
                            "READ.license.SmartlicenseToken",
                            "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 'license.SmartlicenseToken' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/license.SmartlicenseToken"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseSmartlicenseTokenByMoid": {
                                "operationId": "GetLicenseSmartlicenseTokenByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/SmartlicenseTokens/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "license"
                ],
                "summary": "Update a 'license.SmartlicenseToken' resource.",
                "operationId": "UpdateLicenseSmartlicenseToken",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.license.SmartlicenseToken"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.SmartlicenseToken' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.SmartlicenseToken"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.SmartlicenseToken' resource was modified as requested. The 'license.SmartlicenseToken' 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/license.SmartlicenseToken"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseSmartlicenseTokenByMoid": {
                                "operationId": "GetLicenseSmartlicenseTokenByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/SmartlicenseTokens/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "license"
                ],
                "summary": "Update a 'license.SmartlicenseToken' resource.",
                "operationId": "PatchLicenseSmartlicenseToken",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.license.SmartlicenseToken"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'license.SmartlicenseToken' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/license.SmartlicenseToken"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'license.SmartlicenseToken' resource was patched as requested. The 'license.SmartlicenseToken' 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/license.SmartlicenseToken"
                                }
                            }
                        },
                        "links": {
                            "GetLicenseSmartlicenseTokenByMoid": {
                                "operationId": "GetLicenseSmartlicenseTokenByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/license/SmartlicenseTokens/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/meraki/Devices": {
            "get": {
                "tags": [
                    "meraki"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'meraki.Device' resource.",
                "operationId": "GetMerakiDeviceList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.meraki.Device",
                            "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 'meraki.Device' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/meraki.Device.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/meraki/Devices/{Moid}": {
            "get": {
                "tags": [
                    "meraki"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'meraki.Device' resource.",
                "operationId": "GetMerakiDeviceByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.meraki.Device",
                            "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 'meraki.Device' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/meraki.Device"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetMerakiDeviceByMoid": {
                                "operationId": "GetMerakiDeviceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/meraki/Devices/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/meraki/Networks": {
            "get": {
                "tags": [
                    "meraki"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'meraki.Network' resource.",
                "operationId": "GetMerakiNetworkList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.meraki.Network",
                            "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 'meraki.Network' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/meraki.Network.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/meraki/Networks/{Moid}": {
            "get": {
                "tags": [
                    "meraki"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'meraki.Network' resource.",
                "operationId": "GetMerakiNetworkByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.meraki.Network",
                            "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 'meraki.Network' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/meraki.Network"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetMerakiNetworkByMoid": {
                                "operationId": "GetMerakiNetworkByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/meraki/Networks/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/meraki/Organizations": {
            "get": {
                "tags": [
                    "meraki"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'meraki.Organization' resource.",
                "operationId": "GetMerakiOrganizationList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.meraki.Organization",
                            "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 'meraki.Organization' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/meraki.Organization.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/meraki/Organizations/{Moid}": {
            "get": {
                "tags": [
                    "meraki"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'meraki.Organization' resource.",
                "operationId": "GetMerakiOrganizationByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.meraki.Organization",
                            "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 'meraki.Organization' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/meraki.Organization"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetMerakiOrganizationByMoid": {
                                "operationId": "GetMerakiOrganizationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/meraki/Organizations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/meraki/PortProfiles": {
            "get": {
                "tags": [
                    "meraki"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'meraki.PortProfile' resource.",
                "operationId": "GetMerakiPortProfileList",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.meraki.PortProfile",
                            "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 'meraki.PortProfile' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/meraki.PortProfile.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/meraki/PortProfiles/{Moid}": {
            "get": {
                "tags": [
                    "meraki"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'meraki.PortProfile' resource.",
                "operationId": "GetMerakiPortProfileByMoid",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.meraki.PortProfile",
                            "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 'meraki.PortProfile' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/meraki.PortProfile"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetMerakiPortProfileByMoid": {
                                "operationId": "GetMerakiPortProfileByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/meraki/PortProfiles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/meraki/Tags": {
            "get": {
                "tags": [
                    "meraki"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'meraki.Tag' resource.",
                "operationId": "GetMerakiTagList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.meraki.Tag",
                            "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 'meraki.Tag' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/meraki.Tag.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/meraki/Tags/{Moid}": {
            "get": {
                "tags": [
                    "meraki"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'meraki.Tag' resource.",
                "operationId": "GetMerakiTagByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.meraki.Tag",
                            "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 'meraki.Tag' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/meraki.Tag"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetMerakiTagByMoid": {
                                "operationId": "GetMerakiTagByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/meraki/Tags/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/meta/Definitions": {
            "get": {
                "tags": [
                    "meta"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'meta.Definition' resource.",
                "operationId": "GetMetaDefinitionList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Global Read Privileges",
                            "PRIVSET.Global System Privileges",
                            "READ.meta.Definition"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'meta.Definition' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/meta.Definition.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/meta/Definitions/{Moid}": {
            "get": {
                "tags": [
                    "meta"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'meta.Definition' resource.",
                "operationId": "GetMetaDefinitionByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Global Read Privileges",
                            "PRIVSET.Global System Privileges",
                            "READ.meta.Definition"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'meta.Definition' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/meta.Definition"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetMetaDefinitionByMoid": {
                                "operationId": "GetMetaDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/meta/Definitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/notification/AccountSubscriptions": {
            "get": {
                "tags": [
                    "notification"
                ],
                "summary": "Read a 'notification.AccountSubscription' resource.",
                "operationId": "GetNotificationAccountSubscriptionList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Add notification rule or webhook",
                            "PRIVSET.Delete notification rule or webhook",
                            "PRIVSET.Edit notification rule or webhook",
                            "READ.notification.AccountSubscription",
                            "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 'notification.AccountSubscription' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/notification.AccountSubscription.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "notification"
                ],
                "summary": "Create a 'notification.AccountSubscription' resource.",
                "operationId": "CreateNotificationAccountSubscription",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.notification.AccountSubscription",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Add notification rule or webhook",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'notification.AccountSubscription' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/notification.AccountSubscription"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'notification.AccountSubscription' resource was created as requested. The 'notification.AccountSubscription' 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/notification.AccountSubscription"
                                }
                            }
                        },
                        "links": {
                            "GetNotificationAccountSubscriptionByMoid": {
                                "operationId": "GetNotificationAccountSubscriptionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/notification/AccountSubscriptions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/notification/AccountSubscriptions/{Moid}": {
            "get": {
                "tags": [
                    "notification"
                ],
                "summary": "Read a 'notification.AccountSubscription' resource.",
                "operationId": "GetNotificationAccountSubscriptionByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Add notification rule or webhook",
                            "PRIVSET.Delete notification rule or webhook",
                            "PRIVSET.Edit notification rule or webhook",
                            "READ.notification.AccountSubscription",
                            "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 'notification.AccountSubscription' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/notification.AccountSubscription"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetNotificationAccountSubscriptionByMoid": {
                                "operationId": "GetNotificationAccountSubscriptionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/notification/AccountSubscriptions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "notification"
                ],
                "summary": "Update a 'notification.AccountSubscription' resource.",
                "operationId": "UpdateNotificationAccountSubscription",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit notification rule or webhook",
                            "ROLE.Account Administrator",
                            "UPDATE.notification.AccountSubscription"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'notification.AccountSubscription' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/notification.AccountSubscription"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'notification.AccountSubscription' resource was modified as requested. The 'notification.AccountSubscription' 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/notification.AccountSubscription"
                                }
                            }
                        },
                        "links": {
                            "GetNotificationAccountSubscriptionByMoid": {
                                "operationId": "GetNotificationAccountSubscriptionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/notification/AccountSubscriptions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "notification"
                ],
                "summary": "Update a 'notification.AccountSubscription' resource.",
                "operationId": "PatchNotificationAccountSubscription",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit notification rule or webhook",
                            "ROLE.Account Administrator",
                            "UPDATE.notification.AccountSubscription"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'notification.AccountSubscription' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/notification.AccountSubscription"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'notification.AccountSubscription' resource was patched as requested. The 'notification.AccountSubscription' 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/notification.AccountSubscription"
                                }
                            }
                        },
                        "links": {
                            "GetNotificationAccountSubscriptionByMoid": {
                                "operationId": "GetNotificationAccountSubscriptionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/notification/AccountSubscriptions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "notification"
                ],
                "summary": "Delete a 'notification.AccountSubscription' resource.",
                "operationId": "DeleteNotificationAccountSubscription",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.notification.AccountSubscription",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete notification rule or webhook",
                            "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/oauth/AccessTokens": {
            "get": {
                "tags": [
                    "oauth"
                ],
                "summary": "Read a 'oauth.AccessToken' resource.",
                "operationId": "GetOauthAccessTokenList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Enable subscription information",
                            "READ.oauth.AccessToken",
                            "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 'oauth.AccessToken' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/oauth.AccessToken.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/oauth/AccessTokens/{Moid}": {
            "get": {
                "tags": [
                    "oauth"
                ],
                "summary": "Read a 'oauth.AccessToken' resource.",
                "operationId": "GetOauthAccessTokenByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Enable subscription information",
                            "READ.oauth.AccessToken",
                            "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 'oauth.AccessToken' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/oauth.AccessToken"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetOauthAccessTokenByMoid": {
                                "operationId": "GetOauthAccessTokenByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/oauth/AccessTokens/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "oauth"
                ],
                "summary": "Delete a 'oauth.AccessToken' resource.",
                "operationId": "DeleteOauthAccessToken",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.oauth.AccessToken",
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/oauth/Authorizations": {
            "post": {
                "tags": [
                    "oauth"
                ],
                "summary": "Create a 'oauth.Authorization' resource.",
                "operationId": "CreateOauthAuthorization",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.oauth.Authorization",
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'oauth.Authorization' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/oauth.Authorization"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'oauth.Authorization' resource was created as requested. The 'oauth.Authorization' 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/oauth.Authorization"
                                }
                            }
                        },
                        "links": {
                            "GetOauthAuthorizationByMoid": {
                                "operationId": "GetOauthAuthorizationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/oauth/Authorizations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "get": {
                "tags": [
                    "oauth"
                ],
                "summary": "Read a 'oauth.Authorization' resource.",
                "operationId": "GetOauthAuthorizationList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Enable subscription information",
                            "PRIVSET.Read-Only",
                            "READ.oauth.Authorization",
                            "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 'oauth.Authorization' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/oauth.Authorization.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/oauth/Authorizations/{Moid}": {
            "post": {
                "tags": [
                    "oauth"
                ],
                "summary": "Update a 'oauth.Authorization' resource.",
                "operationId": "UpdateOauthAuthorization",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Enable subscription information",
                            "ROLE.Account Administrator",
                            "UPDATE.oauth.Authorization"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'oauth.Authorization' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/oauth.Authorization"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'oauth.Authorization' resource was modified as requested. The 'oauth.Authorization' 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/oauth.Authorization"
                                }
                            }
                        },
                        "links": {
                            "GetOauthAuthorizationByMoid": {
                                "operationId": "GetOauthAuthorizationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/oauth/Authorizations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "oauth"
                ],
                "summary": "Update a 'oauth.Authorization' resource.",
                "operationId": "PatchOauthAuthorization",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Enable subscription information",
                            "ROLE.Account Administrator",
                            "UPDATE.oauth.Authorization"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'oauth.Authorization' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/oauth.Authorization"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'oauth.Authorization' resource was patched as requested. The 'oauth.Authorization' 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/oauth.Authorization"
                                }
                            }
                        },
                        "links": {
                            "GetOauthAuthorizationByMoid": {
                                "operationId": "GetOauthAuthorizationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/oauth/Authorizations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "get": {
                "tags": [
                    "oauth"
                ],
                "summary": "Read a 'oauth.Authorization' resource.",
                "operationId": "GetOauthAuthorizationByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Enable subscription information",
                            "PRIVSET.Read-Only",
                            "READ.oauth.Authorization",
                            "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 'oauth.Authorization' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/oauth.Authorization"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetOauthAuthorizationByMoid": {
                                "operationId": "GetOauthAuthorizationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/oauth/Authorizations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/openapi/ApiMethodMeta": {
            "get": {
                "tags": [
                    "openapi"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'openapi.ApiMethodMeta' resource.",
                "operationId": "GetOpenapiApiMethodMetaList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Workflow Designer",
                            "READ.openapi.ApiMethodMeta",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.Workflow Designer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'openapi.ApiMethodMeta' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/openapi.ApiMethodMeta.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/openapi/ApiMethodMeta/{Moid}": {
            "get": {
                "tags": [
                    "openapi"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'openapi.ApiMethodMeta' resource.",
                "operationId": "GetOpenapiApiMethodMetaByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Workflow Designer",
                            "READ.openapi.ApiMethodMeta",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.Workflow Designer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'openapi.ApiMethodMeta' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/openapi.ApiMethodMeta"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetOpenapiApiMethodMetaByMoid": {
                                "operationId": "GetOpenapiApiMethodMetaByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/openapi/ApiMethodMeta/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "openapi"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Delete a 'openapi.ApiMethodMeta' resource.",
                "operationId": "DeleteOpenapiApiMethodMeta",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.openapi.ApiMethodMeta",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Workflow Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Workflow Designer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/openapi/OpenApiSpecifications": {
            "get": {
                "tags": [
                    "openapi"
                ],
                "summary": "Read a 'openapi.OpenApiSpecification' resource.",
                "operationId": "GetOpenapiOpenApiSpecificationList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Workflow Designer",
                            "READ.openapi.OpenApiSpecification",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.Workflow Designer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'openapi.OpenApiSpecification' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/openapi.OpenApiSpecification.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "openapi"
                ],
                "summary": "Create a 'openapi.OpenApiSpecification' resource.",
                "operationId": "CreateOpenapiOpenApiSpecification",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.openapi.OpenApiSpecification",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Workflow Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Workflow Designer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'openapi.OpenApiSpecification' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/openapi.OpenApiSpecification"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'openapi.OpenApiSpecification' resource was created as requested. The 'openapi.OpenApiSpecification' 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/openapi.OpenApiSpecification"
                                }
                            }
                        },
                        "links": {
                            "GetOpenapiOpenApiSpecificationByMoid": {
                                "operationId": "GetOpenapiOpenApiSpecificationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/openapi/OpenApiSpecifications/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/openapi/OpenApiSpecifications/{Moid}": {
            "get": {
                "tags": [
                    "openapi"
                ],
                "summary": "Read a 'openapi.OpenApiSpecification' resource.",
                "operationId": "GetOpenapiOpenApiSpecificationByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Workflow Designer",
                            "READ.openapi.OpenApiSpecification",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.Workflow Designer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'openapi.OpenApiSpecification' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/openapi.OpenApiSpecification"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetOpenapiOpenApiSpecificationByMoid": {
                                "operationId": "GetOpenapiOpenApiSpecificationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/openapi/OpenApiSpecifications/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "openapi"
                ],
                "summary": "Update a 'openapi.OpenApiSpecification' resource.",
                "operationId": "UpdateOpenapiOpenApiSpecification",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Workflow Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Workflow Designer",
                            "UPDATE.openapi.OpenApiSpecification"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'openapi.OpenApiSpecification' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/openapi.OpenApiSpecification"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'openapi.OpenApiSpecification' resource was modified as requested. The 'openapi.OpenApiSpecification' 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/openapi.OpenApiSpecification"
                                }
                            }
                        },
                        "links": {
                            "GetOpenapiOpenApiSpecificationByMoid": {
                                "operationId": "GetOpenapiOpenApiSpecificationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/openapi/OpenApiSpecifications/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "openapi"
                ],
                "summary": "Update a 'openapi.OpenApiSpecification' resource.",
                "operationId": "PatchOpenapiOpenApiSpecification",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Workflow Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Workflow Designer",
                            "UPDATE.openapi.OpenApiSpecification"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'openapi.OpenApiSpecification' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/openapi.OpenApiSpecification"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'openapi.OpenApiSpecification' resource was patched as requested. The 'openapi.OpenApiSpecification' 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/openapi.OpenApiSpecification"
                                }
                            }
                        },
                        "links": {
                            "GetOpenapiOpenApiSpecificationByMoid": {
                                "operationId": "GetOpenapiOpenApiSpecificationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/openapi/OpenApiSpecifications/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "openapi"
                ],
                "summary": "Delete a 'openapi.OpenApiSpecification' resource.",
                "operationId": "DeleteOpenapiOpenApiSpecification",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.openapi.OpenApiSpecification",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Workflow Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Workflow Designer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/openapi/ProcessFiles": {
            "get": {
                "tags": [
                    "openapi"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'openapi.ProcessFile' resource.",
                "operationId": "GetOpenapiProcessFileList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Workflow Designer",
                            "READ.openapi.ProcessFile",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.Workflow Designer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'openapi.ProcessFile' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/openapi.ProcessFile.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "openapi"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Create a 'openapi.ProcessFile' resource.",
                "operationId": "CreateOpenapiProcessFile",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.openapi.ProcessFile",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Workflow Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Workflow Designer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'openapi.ProcessFile' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/openapi.ProcessFile"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'openapi.ProcessFile' resource was created as requested. The 'openapi.ProcessFile' 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/openapi.ProcessFile"
                                }
                            }
                        },
                        "links": {
                            "GetOpenapiProcessFileByMoid": {
                                "operationId": "GetOpenapiProcessFileByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/openapi/ProcessFiles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/openapi/ProcessFiles/{Moid}": {
            "get": {
                "tags": [
                    "openapi"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'openapi.ProcessFile' resource.",
                "operationId": "GetOpenapiProcessFileByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Workflow Designer",
                            "READ.openapi.ProcessFile",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.Workflow Designer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'openapi.ProcessFile' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/openapi.ProcessFile"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetOpenapiProcessFileByMoid": {
                                "operationId": "GetOpenapiProcessFileByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/openapi/ProcessFiles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "openapi"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Delete a 'openapi.ProcessFile' resource.",
                "operationId": "DeleteOpenapiProcessFile",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.openapi.ProcessFile",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Workflow Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Workflow Designer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/openapi/TaskGenerationRequests": {
            "get": {
                "tags": [
                    "openapi"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'openapi.TaskGenerationRequest' resource.",
                "operationId": "GetOpenapiTaskGenerationRequestList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Workflow Designer",
                            "READ.openapi.TaskGenerationRequest",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.Workflow Designer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'openapi.TaskGenerationRequest' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/openapi.TaskGenerationRequest.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "openapi"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Create a 'openapi.TaskGenerationRequest' resource.",
                "operationId": "CreateOpenapiTaskGenerationRequest",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.openapi.TaskGenerationRequest",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Workflow Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Workflow Designer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'openapi.TaskGenerationRequest' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/openapi.TaskGenerationRequest"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'openapi.TaskGenerationRequest' resource was created as requested. The 'openapi.TaskGenerationRequest' 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/openapi.TaskGenerationRequest"
                                }
                            }
                        },
                        "links": {
                            "GetOpenapiTaskGenerationRequestByMoid": {
                                "operationId": "GetOpenapiTaskGenerationRequestByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/openapi/TaskGenerationRequests/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/openapi/TaskGenerationRequests/{Moid}": {
            "get": {
                "tags": [
                    "openapi"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'openapi.TaskGenerationRequest' resource.",
                "operationId": "GetOpenapiTaskGenerationRequestByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Workflow Designer",
                            "READ.openapi.TaskGenerationRequest",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.Workflow Designer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'openapi.TaskGenerationRequest' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/openapi.TaskGenerationRequest"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetOpenapiTaskGenerationRequestByMoid": {
                                "operationId": "GetOpenapiTaskGenerationRequestByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/openapi/TaskGenerationRequests/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "openapi"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Update a 'openapi.TaskGenerationRequest' resource.",
                "operationId": "UpdateOpenapiTaskGenerationRequest",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Workflow Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Workflow Designer",
                            "UPDATE.openapi.TaskGenerationRequest"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'openapi.TaskGenerationRequest' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/openapi.TaskGenerationRequest"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'openapi.TaskGenerationRequest' resource was modified as requested. The 'openapi.TaskGenerationRequest' 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/openapi.TaskGenerationRequest"
                                }
                            }
                        },
                        "links": {
                            "GetOpenapiTaskGenerationRequestByMoid": {
                                "operationId": "GetOpenapiTaskGenerationRequestByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/openapi/TaskGenerationRequests/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "openapi"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Update a 'openapi.TaskGenerationRequest' resource.",
                "operationId": "PatchOpenapiTaskGenerationRequest",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Workflow Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Workflow Designer",
                            "UPDATE.openapi.TaskGenerationRequest"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'openapi.TaskGenerationRequest' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/openapi.TaskGenerationRequest"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'openapi.TaskGenerationRequest' resource was patched as requested. The 'openapi.TaskGenerationRequest' 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/openapi.TaskGenerationRequest"
                                }
                            }
                        },
                        "links": {
                            "GetOpenapiTaskGenerationRequestByMoid": {
                                "operationId": "GetOpenapiTaskGenerationRequestByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/openapi/TaskGenerationRequests/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "openapi"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Delete a 'openapi.TaskGenerationRequest' resource.",
                "operationId": "DeleteOpenapiTaskGenerationRequest",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.openapi.TaskGenerationRequest",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Workflow Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Workflow Designer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/openapi/TaskGenerationResults": {
            "get": {
                "tags": [
                    "openapi"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'openapi.TaskGenerationResult' resource.",
                "operationId": "GetOpenapiTaskGenerationResultList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Workflow Designer",
                            "READ.openapi.TaskGenerationResult",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.Workflow Designer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'openapi.TaskGenerationResult' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/openapi.TaskGenerationResult.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/openapi/TaskGenerationResults/{Moid}": {
            "get": {
                "tags": [
                    "openapi"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'openapi.TaskGenerationResult' resource.",
                "operationId": "GetOpenapiTaskGenerationResultByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Workflow Designer",
                            "READ.openapi.TaskGenerationResult",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.Workflow Designer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'openapi.TaskGenerationResult' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/openapi.TaskGenerationResult"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetOpenapiTaskGenerationResultByMoid": {
                                "operationId": "GetOpenapiTaskGenerationResultByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/openapi/TaskGenerationResults/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "openapi"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Delete a 'openapi.TaskGenerationResult' resource.",
                "operationId": "DeleteOpenapiTaskGenerationResult",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.openapi.TaskGenerationResult",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Workflow Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Workflow Designer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/oprs/Deployments": {
            "get": {
                "tags": [
                    "oprs"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'oprs.Deployment' resource.",
                "operationId": "GetOprsDeploymentList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Hypervisors",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Hypervisors",
                            "READ.oprs.Deployment",
                            "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 'oprs.Deployment' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/oprs.Deployment.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "oprs"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Create a 'oprs.Deployment' resource.",
                "operationId": "CreateOprsDeployment",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.oprs.Deployment",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Hypervisors",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'oprs.Deployment' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/oprs.Deployment"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'oprs.Deployment' resource was created as requested. The 'oprs.Deployment' 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/oprs.Deployment"
                                }
                            }
                        },
                        "links": {
                            "GetOprsDeploymentByMoid": {
                                "operationId": "GetOprsDeploymentByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/oprs/Deployments/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/oprs/Deployments/{Moid}": {
            "get": {
                "tags": [
                    "oprs"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'oprs.Deployment' resource.",
                "operationId": "GetOprsDeploymentByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Hypervisors",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Hypervisors",
                            "READ.oprs.Deployment",
                            "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 'oprs.Deployment' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/oprs.Deployment"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetOprsDeploymentByMoid": {
                                "operationId": "GetOprsDeploymentByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/oprs/Deployments/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "oprs"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Update a 'oprs.Deployment' resource.",
                "operationId": "UpdateOprsDeployment",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Hypervisors",
                            "ROLE.Account Administrator",
                            "UPDATE.oprs.Deployment"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'oprs.Deployment' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/oprs.Deployment"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'oprs.Deployment' resource was modified as requested. The 'oprs.Deployment' 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/oprs.Deployment"
                                }
                            }
                        },
                        "links": {
                            "GetOprsDeploymentByMoid": {
                                "operationId": "GetOprsDeploymentByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/oprs/Deployments/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "oprs"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Update a 'oprs.Deployment' resource.",
                "operationId": "PatchOprsDeployment",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Hypervisors",
                            "ROLE.Account Administrator",
                            "UPDATE.oprs.Deployment"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'oprs.Deployment' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/oprs.Deployment"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'oprs.Deployment' resource was patched as requested. The 'oprs.Deployment' 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/oprs.Deployment"
                                }
                            }
                        },
                        "links": {
                            "GetOprsDeploymentByMoid": {
                                "operationId": "GetOprsDeploymentByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/oprs/Deployments/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "oprs"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Delete a 'oprs.Deployment' resource.",
                "operationId": "DeleteOprsDeployment",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.oprs.Deployment",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Hypervisors",
                            "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/oprs/SyncTargetListMessages": {
            "get": {
                "tags": [
                    "oprs"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'oprs.SyncTargetListMessage' resource.",
                "operationId": "GetOprsSyncTargetListMessageList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.oprs.SyncTargetListMessage",
                            "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 'oprs.SyncTargetListMessage' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/oprs.SyncTargetListMessage.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "oprs"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Create a 'oprs.SyncTargetListMessage' resource.",
                "operationId": "CreateOprsSyncTargetListMessage",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.oprs.SyncTargetListMessage",
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'oprs.SyncTargetListMessage' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/oprs.SyncTargetListMessage"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'oprs.SyncTargetListMessage' resource was created as requested. The 'oprs.SyncTargetListMessage' 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/oprs.SyncTargetListMessage"
                                }
                            }
                        },
                        "links": {
                            "GetOprsSyncTargetListMessageByMoid": {
                                "operationId": "GetOprsSyncTargetListMessageByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/oprs/SyncTargetListMessages/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/oprs/SyncTargetListMessages/{Moid}": {
            "get": {
                "tags": [
                    "oprs"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'oprs.SyncTargetListMessage' resource.",
                "operationId": "GetOprsSyncTargetListMessageByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.oprs.SyncTargetListMessage",
                            "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 'oprs.SyncTargetListMessage' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/oprs.SyncTargetListMessage"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetOprsSyncTargetListMessageByMoid": {
                                "operationId": "GetOprsSyncTargetListMessageByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/oprs/SyncTargetListMessages/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "oprs"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Update a 'oprs.SyncTargetListMessage' resource.",
                "operationId": "UpdateOprsSyncTargetListMessage",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.oprs.SyncTargetListMessage"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'oprs.SyncTargetListMessage' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/oprs.SyncTargetListMessage"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'oprs.SyncTargetListMessage' resource was modified as requested. The 'oprs.SyncTargetListMessage' 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/oprs.SyncTargetListMessage"
                                }
                            }
                        },
                        "links": {
                            "GetOprsSyncTargetListMessageByMoid": {
                                "operationId": "GetOprsSyncTargetListMessageByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/oprs/SyncTargetListMessages/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "oprs"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Update a 'oprs.SyncTargetListMessage' resource.",
                "operationId": "PatchOprsSyncTargetListMessage",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.oprs.SyncTargetListMessage"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'oprs.SyncTargetListMessage' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/oprs.SyncTargetListMessage"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'oprs.SyncTargetListMessage' resource was patched as requested. The 'oprs.SyncTargetListMessage' 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/oprs.SyncTargetListMessage"
                                }
                            }
                        },
                        "links": {
                            "GetOprsSyncTargetListMessageByMoid": {
                                "operationId": "GetOprsSyncTargetListMessageByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/oprs/SyncTargetListMessages/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "oprs"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Delete a 'oprs.SyncTargetListMessage' resource.",
                "operationId": "DeleteOprsSyncTargetListMessage",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.oprs.SyncTargetListMessage",
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/organization/Organizations": {
            "post": {
                "tags": [
                    "organization"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Create a 'organization.Organization' resource.",
                "operationId": "CreateOrganizationOrganization",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.organization.Organization",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Organizations",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'organization.Organization' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/organization.Organization"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'organization.Organization' resource was created as requested. The 'organization.Organization' 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/organization.Organization"
                                }
                            }
                        },
                        "links": {
                            "GetOrganizationOrganizationByMoid": {
                                "operationId": "GetOrganizationOrganizationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/organization/Organizations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "get": {
                "tags": [
                    "organization"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'organization.Organization' resource.",
                "operationId": "GetOrganizationOrganizationList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Manage Organizations",
                            "PRIVSET.Read Organizations",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Organizations",
                            "READ.organization.Organization",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'organization.Organization' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/organization.Organization.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/organization/Organizations/{Moid}": {
            "post": {
                "tags": [
                    "organization"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Update a 'organization.Organization' resource.",
                "operationId": "UpdateOrganizationOrganization",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Organizations",
                            "ROLE.Account Administrator",
                            "UPDATE.organization.Organization"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'organization.Organization' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/organization.Organization"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'organization.Organization' resource was modified as requested. The 'organization.Organization' 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/organization.Organization"
                                }
                            }
                        },
                        "links": {
                            "GetOrganizationOrganizationByMoid": {
                                "operationId": "GetOrganizationOrganizationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/organization/Organizations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "organization"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Update a 'organization.Organization' resource.",
                "operationId": "PatchOrganizationOrganization",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Organizations",
                            "ROLE.Account Administrator",
                            "UPDATE.organization.Organization"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'organization.Organization' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/organization.Organization"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'organization.Organization' resource was patched as requested. The 'organization.Organization' 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/organization.Organization"
                                }
                            }
                        },
                        "links": {
                            "GetOrganizationOrganizationByMoid": {
                                "operationId": "GetOrganizationOrganizationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/organization/Organizations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "organization"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Delete a 'organization.Organization' resource.",
                "operationId": "DeleteOrganizationOrganization",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.organization.Organization",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Organizations",
                            "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"
                    }
                }
            },
            "get": {
                "tags": [
                    "organization"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'organization.Organization' resource.",
                "operationId": "GetOrganizationOrganizationByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Manage Organizations",
                            "PRIVSET.Read Organizations",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Organizations",
                            "READ.organization.Organization",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'organization.Organization' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/organization.Organization"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetOrganizationOrganizationByMoid": {
                                "operationId": "GetOrganizationOrganizationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/organization/Organizations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/resource/Groups": {
            "post": {
                "tags": [
                    "resource"
                ],
                "summary": "Create a 'resource.Group' resource.",
                "operationId": "CreateResourceGroup",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.resource.Group",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Organizations",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'resource.Group' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/resource.Group"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'resource.Group' resource was created as requested. The 'resource.Group' 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/resource.Group"
                                }
                            }
                        },
                        "links": {
                            "GetResourceGroupByMoid": {
                                "operationId": "GetResourceGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/resource/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"
                    }
                }
            },
            "get": {
                "tags": [
                    "resource"
                ],
                "summary": "Read a 'resource.Group' resource.",
                "operationId": "GetResourceGroupList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Organizations",
                            "PRIVSET.Read Organizations",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Organizations",
                            "READ.resource.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 'resource.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/resource.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/resource/Groups/{Moid}": {
            "post": {
                "tags": [
                    "resource"
                ],
                "summary": "Update a 'resource.Group' resource.",
                "operationId": "UpdateResourceGroup",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Organizations",
                            "ROLE.Account Administrator",
                            "UPDATE.resource.Group"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'resource.Group' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/resource.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 'resource.Group' resource was modified as requested. The 'resource.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/resource.Group"
                                }
                            }
                        },
                        "links": {
                            "GetResourceGroupByMoid": {
                                "operationId": "GetResourceGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/resource/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": [
                    "resource"
                ],
                "summary": "Update a 'resource.Group' resource.",
                "operationId": "PatchResourceGroup",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Organizations",
                            "ROLE.Account Administrator",
                            "UPDATE.resource.Group"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'resource.Group' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/resource.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 'resource.Group' resource was patched as requested. The 'resource.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/resource.Group"
                                }
                            }
                        },
                        "links": {
                            "GetResourceGroupByMoid": {
                                "operationId": "GetResourceGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/resource/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"
                    }
                }
            },
            "delete": {
                "tags": [
                    "resource"
                ],
                "summary": "Delete a 'resource.Group' resource.",
                "operationId": "DeleteResourceGroup",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.resource.Group",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Organizations",
                            "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"
                    }
                }
            },
            "get": {
                "tags": [
                    "resource"
                ],
                "summary": "Read a 'resource.Group' resource.",
                "operationId": "GetResourceGroupByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Organizations",
                            "PRIVSET.Read Organizations",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Organizations",
                            "READ.resource.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 'resource.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/resource.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": {
                            "GetResourceGroupByMoid": {
                                "operationId": "GetResourceGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/resource/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/resource/GroupMembers": {
            "get": {
                "tags": [
                    "resource"
                ],
                "summary": "Read a 'resource.GroupMember' resource.",
                "operationId": "GetResourceGroupMemberList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Organizations",
                            "PRIVSET.Read Organizations",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Organizations",
                            "READ.resource.GroupMember",
                            "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 'resource.GroupMember' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/resource.GroupMember.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/resource/GroupMembers/{Moid}": {
            "get": {
                "tags": [
                    "resource"
                ],
                "summary": "Read a 'resource.GroupMember' resource.",
                "operationId": "GetResourceGroupMemberByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Organizations",
                            "PRIVSET.Read Organizations",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Organizations",
                            "READ.resource.GroupMember",
                            "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 'resource.GroupMember' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/resource.GroupMember"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetResourceGroupMemberByMoid": {
                                "operationId": "GetResourceGroupMemberByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/resource/GroupMembers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/resource/LicenseResourceCounts": {
            "get": {
                "tags": [
                    "resource"
                ],
                "summary": "Read a 'resource.LicenseResourceCount' resource.",
                "operationId": "GetResourceLicenseResourceCountList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.resource.LicenseResourceCount"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'resource.LicenseResourceCount' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/resource.LicenseResourceCount.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/resource/LicenseResourceCounts/{Moid}": {
            "get": {
                "tags": [
                    "resource"
                ],
                "summary": "Read a 'resource.LicenseResourceCount' resource.",
                "operationId": "GetResourceLicenseResourceCountByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.resource.LicenseResourceCount"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'resource.LicenseResourceCount' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/resource.LicenseResourceCount"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetResourceLicenseResourceCountByMoid": {
                                "operationId": "GetResourceLicenseResourceCountByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/resource/LicenseResourceCounts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/resource/Memberships": {
            "get": {
                "tags": [
                    "resource"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'resource.Membership' resource.",
                "operationId": "GetResourceMembershipList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Organizations",
                            "PRIVSET.Read Organizations",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Organizations",
                            "READ.resource.Membership",
                            "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 'resource.Membership' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/resource.Membership.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/resource/Memberships/{Moid}": {
            "get": {
                "tags": [
                    "resource"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'resource.Membership' resource.",
                "operationId": "GetResourceMembershipByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Organizations",
                            "PRIVSET.Read Organizations",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Organizations",
                            "READ.resource.Membership",
                            "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 'resource.Membership' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/resource.Membership"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetResourceMembershipByMoid": {
                                "operationId": "GetResourceMembershipByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/resource/Memberships/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "resource"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Update a 'resource.Membership' resource.",
                "operationId": "UpdateResourceMembership",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.resource.Membership"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'resource.Membership' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/resource.Membership"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'resource.Membership' resource was modified as requested. The 'resource.Membership' 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/resource.Membership"
                                }
                            }
                        },
                        "links": {
                            "GetResourceMembershipByMoid": {
                                "operationId": "GetResourceMembershipByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/resource/Memberships/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "resource"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Update a 'resource.Membership' resource.",
                "operationId": "PatchResourceMembership",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.resource.Membership"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'resource.Membership' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/resource.Membership"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'resource.Membership' resource was patched as requested. The 'resource.Membership' 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/resource.Membership"
                                }
                            }
                        },
                        "links": {
                            "GetResourceMembershipByMoid": {
                                "operationId": "GetResourceMembershipByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/resource/Memberships/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/resource/MembershipHolders": {
            "get": {
                "tags": [
                    "resource"
                ],
                "summary": "Read a 'resource.MembershipHolder' resource.",
                "operationId": "GetResourceMembershipHolderList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.resource.MembershipHolder"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'resource.MembershipHolder' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/resource.MembershipHolder.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/resource/MembershipHolders/{Moid}": {
            "get": {
                "tags": [
                    "resource"
                ],
                "summary": "Read a 'resource.MembershipHolder' resource.",
                "operationId": "GetResourceMembershipHolderByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.resource.MembershipHolder"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'resource.MembershipHolder' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/resource.MembershipHolder"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetResourceMembershipHolderByMoid": {
                                "operationId": "GetResourceMembershipHolderByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/resource/MembershipHolders/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/resource/Reservations": {
            "get": {
                "tags": [
                    "resource"
                ],
                "summary": "Read a 'resource.Reservation' resource.",
                "operationId": "GetResourceReservationList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Organizations",
                            "PRIVSET.Read Organizations",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Organizations",
                            "READ.resource.Reservation",
                            "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 'resource.Reservation' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/resource.Reservation.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "resource"
                ],
                "summary": "Create a 'resource.Reservation' resource.",
                "operationId": "CreateResourceReservation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.resource.Reservation",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Claim targets",
                            "PRIVSET.Manage Organizations",
                            "PRIVSET.View Organizations",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'resource.Reservation' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/resource.Reservation"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'resource.Reservation' resource was created as requested. The 'resource.Reservation' 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/resource.Reservation"
                                }
                            }
                        },
                        "links": {
                            "GetResourceReservationByMoid": {
                                "operationId": "GetResourceReservationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/resource/Reservations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/resource/Reservations/{Moid}": {
            "get": {
                "tags": [
                    "resource"
                ],
                "summary": "Read a 'resource.Reservation' resource.",
                "operationId": "GetResourceReservationByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Organizations",
                            "PRIVSET.Read Organizations",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Organizations",
                            "READ.resource.Reservation",
                            "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 'resource.Reservation' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/resource.Reservation"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetResourceReservationByMoid": {
                                "operationId": "GetResourceReservationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/resource/Reservations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "resource"
                ],
                "summary": "Update a 'resource.Reservation' resource.",
                "operationId": "UpdateResourceReservation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Claim targets",
                            "PRIVSET.Manage Organizations",
                            "PRIVSET.Unclaim targets",
                            "PRIVSET.View Organizations",
                            "ROLE.Account Administrator",
                            "UPDATE.resource.Reservation"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'resource.Reservation' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/resource.Reservation"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'resource.Reservation' resource was modified as requested. The 'resource.Reservation' 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/resource.Reservation"
                                }
                            }
                        },
                        "links": {
                            "GetResourceReservationByMoid": {
                                "operationId": "GetResourceReservationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/resource/Reservations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "resource"
                ],
                "summary": "Update a 'resource.Reservation' resource.",
                "operationId": "PatchResourceReservation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Claim targets",
                            "PRIVSET.Manage Organizations",
                            "PRIVSET.Unclaim targets",
                            "PRIVSET.View Organizations",
                            "ROLE.Account Administrator",
                            "UPDATE.resource.Reservation"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'resource.Reservation' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/resource.Reservation"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'resource.Reservation' resource was patched as requested. The 'resource.Reservation' 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/resource.Reservation"
                                }
                            }
                        },
                        "links": {
                            "GetResourceReservationByMoid": {
                                "operationId": "GetResourceReservationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/resource/Reservations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "resource"
                ],
                "summary": "Delete a 'resource.Reservation' resource.",
                "operationId": "DeleteResourceReservation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.resource.Reservation",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Organizations",
                            "PRIVSET.Unclaim targets",
                            "PRIVSET.View Organizations",
                            "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/resource/SelectionCriteria": {
            "get": {
                "tags": [
                    "resource"
                ],
                "summary": "Read a 'resource.SelectionCriteria' resource.",
                "operationId": "GetResourceSelectionCriteriaList",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Read Organizations",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "READ.resource.SelectionCriteria",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Read-Only",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'resource.SelectionCriteria' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/resource.SelectionCriteria.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "resource"
                ],
                "summary": "Create a 'resource.SelectionCriteria' resource.",
                "operationId": "CreateResourceSelectionCriteria",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.resource.SelectionCriteria",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Service Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Service Designer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'resource.SelectionCriteria' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/resource.SelectionCriteria"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'resource.SelectionCriteria' resource was created as requested. The 'resource.SelectionCriteria' 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/resource.SelectionCriteria"
                                }
                            }
                        },
                        "links": {
                            "GetResourceSelectionCriteriaByMoid": {
                                "operationId": "GetResourceSelectionCriteriaByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/resource/SelectionCriteria/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/resource/SelectionCriteria/{Moid}": {
            "get": {
                "tags": [
                    "resource"
                ],
                "summary": "Read a 'resource.SelectionCriteria' resource.",
                "operationId": "GetResourceSelectionCriteriaByMoid",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Read Organizations",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "READ.resource.SelectionCriteria",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Read-Only",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'resource.SelectionCriteria' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/resource.SelectionCriteria"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetResourceSelectionCriteriaByMoid": {
                                "operationId": "GetResourceSelectionCriteriaByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/resource/SelectionCriteria/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "resource"
                ],
                "summary": "Update a 'resource.SelectionCriteria' resource.",
                "operationId": "UpdateResourceSelectionCriteria",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Service Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Service Designer",
                            "UPDATE.resource.SelectionCriteria"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'resource.SelectionCriteria' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/resource.SelectionCriteria"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'resource.SelectionCriteria' resource was modified as requested. The 'resource.SelectionCriteria' 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/resource.SelectionCriteria"
                                }
                            }
                        },
                        "links": {
                            "GetResourceSelectionCriteriaByMoid": {
                                "operationId": "GetResourceSelectionCriteriaByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/resource/SelectionCriteria/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "resource"
                ],
                "summary": "Update a 'resource.SelectionCriteria' resource.",
                "operationId": "PatchResourceSelectionCriteria",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Service Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Service Designer",
                            "UPDATE.resource.SelectionCriteria"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'resource.SelectionCriteria' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/resource.SelectionCriteria"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'resource.SelectionCriteria' resource was patched as requested. The 'resource.SelectionCriteria' 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/resource.SelectionCriteria"
                                }
                            }
                        },
                        "links": {
                            "GetResourceSelectionCriteriaByMoid": {
                                "operationId": "GetResourceSelectionCriteriaByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/resource/SelectionCriteria/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "resource"
                ],
                "summary": "Delete a 'resource.SelectionCriteria' resource.",
                "operationId": "DeleteResourceSelectionCriteria",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.resource.SelectionCriteria",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Service Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Service Designer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/resource/SharedResourcesInfoHolders": {
            "get": {
                "tags": [
                    "resource"
                ],
                "summary": "Read a 'resource.SharedResourcesInfoHolder' resource.",
                "operationId": "GetResourceSharedResourcesInfoHolderList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read Organizations",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Organizations",
                            "READ.resource.SharedResourcesInfoHolder",
                            "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 'resource.SharedResourcesInfoHolder' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/resource.SharedResourcesInfoHolder.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/resource/SharedResourcesInfoHolders/{Moid}": {
            "get": {
                "tags": [
                    "resource"
                ],
                "summary": "Read a 'resource.SharedResourcesInfoHolder' resource.",
                "operationId": "GetResourceSharedResourcesInfoHolderByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read Organizations",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Organizations",
                            "READ.resource.SharedResourcesInfoHolder",
                            "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 'resource.SharedResourcesInfoHolder' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/resource.SharedResourcesInfoHolder"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetResourceSharedResourcesInfoHolderByMoid": {
                                "operationId": "GetResourceSharedResourcesInfoHolderByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/resource/SharedResourcesInfoHolders/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/servicenow/ChangeRequests": {
            "get": {
                "tags": [
                    "servicenow"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'servicenow.ChangeRequest' resource.",
                "operationId": "GetServicenowChangeRequestList",
                "deprecated": true,
                "x-sunset": "2026-12-19",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.servicenow.ChangeRequest",
                            "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 'servicenow.ChangeRequest' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/servicenow.ChangeRequest.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/servicenow/ChangeRequests/{Moid}": {
            "get": {
                "tags": [
                    "servicenow"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'servicenow.ChangeRequest' resource.",
                "operationId": "GetServicenowChangeRequestByMoid",
                "deprecated": true,
                "x-sunset": "2026-12-19",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.servicenow.ChangeRequest",
                            "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 'servicenow.ChangeRequest' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/servicenow.ChangeRequest"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetServicenowChangeRequestByMoid": {
                                "operationId": "GetServicenowChangeRequestByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/servicenow/ChangeRequests/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/servicenow/ChangeRequestDocs": {
            "get": {
                "tags": [
                    "servicenow"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'servicenow.ChangeRequestDoc' resource.",
                "operationId": "GetServicenowChangeRequestDocList",
                "deprecated": true,
                "x-sunset": "2026-12-19",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.servicenow.ChangeRequestDoc",
                            "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 'servicenow.ChangeRequestDoc' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/servicenow.ChangeRequestDoc.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/servicenow/ChangeRequestDocs/{Moid}": {
            "get": {
                "tags": [
                    "servicenow"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'servicenow.ChangeRequestDoc' resource.",
                "operationId": "GetServicenowChangeRequestDocByMoid",
                "deprecated": true,
                "x-sunset": "2026-12-19",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.servicenow.ChangeRequestDoc",
                            "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 'servicenow.ChangeRequestDoc' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/servicenow.ChangeRequestDoc"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetServicenowChangeRequestDocByMoid": {
                                "operationId": "GetServicenowChangeRequestDocByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/servicenow/ChangeRequestDocs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/servicenow/Incidents": {
            "get": {
                "tags": [
                    "servicenow"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'servicenow.Incident' resource.",
                "operationId": "GetServicenowIncidentList",
                "deprecated": true,
                "x-sunset": "2026-12-19",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.servicenow.Incident",
                            "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 'servicenow.Incident' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/servicenow.Incident.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/servicenow/Incidents/{Moid}": {
            "get": {
                "tags": [
                    "servicenow"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'servicenow.Incident' resource.",
                "operationId": "GetServicenowIncidentByMoid",
                "deprecated": true,
                "x-sunset": "2026-12-19",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.servicenow.Incident",
                            "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 'servicenow.Incident' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/servicenow.Incident"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetServicenowIncidentByMoid": {
                                "operationId": "GetServicenowIncidentByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/servicenow/Incidents/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/servicenow/IncidentDocs": {
            "get": {
                "tags": [
                    "servicenow"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'servicenow.IncidentDoc' resource.",
                "operationId": "GetServicenowIncidentDocList",
                "deprecated": true,
                "x-sunset": "2026-12-19",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.servicenow.IncidentDoc",
                            "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 'servicenow.IncidentDoc' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/servicenow.IncidentDoc.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/servicenow/IncidentDocs/{Moid}": {
            "get": {
                "tags": [
                    "servicenow"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'servicenow.IncidentDoc' resource.",
                "operationId": "GetServicenowIncidentDocByMoid",
                "deprecated": true,
                "x-sunset": "2026-12-19",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.servicenow.IncidentDoc",
                            "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 'servicenow.IncidentDoc' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/servicenow.IncidentDoc"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetServicenowIncidentDocByMoid": {
                                "operationId": "GetServicenowIncidentDocByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/servicenow/IncidentDocs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/task/CatalystSdwanScopedInventories": {
            "post": {
                "tags": [
                    "task"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Create a 'task.CatalystSdwanScopedInventory' resource.",
                "operationId": "CreateTaskCatalystSdwanScopedInventory",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.task.CatalystSdwanScopedInventory",
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'task.CatalystSdwanScopedInventory' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/task.CatalystSdwanScopedInventory"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'task.CatalystSdwanScopedInventory' resource was created as requested. The 'task.CatalystSdwanScopedInventory' 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/task.CatalystSdwanScopedInventory"
                                }
                            }
                        },
                        "links": {
                            "GetTaskCatalystSdwanScopedInventoryByMoid": {
                                "operationId": "GetTaskCatalystSdwanScopedInventoryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/task/CatalystSdwanScopedInventories/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/task/FabricMosScopedInventories": {
            "post": {
                "tags": [
                    "task"
                ],
                "summary": "Create a 'task.FabricMosScopedInventory' resource.",
                "operationId": "CreateTaskFabricMosScopedInventory",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.task.FabricMosScopedInventory",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.SAN Administrator",
                            "ROLE.Account Administrator",
                            "ROLE.SAN Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'task.FabricMosScopedInventory' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/task.FabricMosScopedInventory"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'task.FabricMosScopedInventory' resource was created as requested. The 'task.FabricMosScopedInventory' 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/task.FabricMosScopedInventory"
                                }
                            }
                        },
                        "links": {
                            "GetTaskFabricMosScopedInventoryByMoid": {
                                "operationId": "GetTaskFabricMosScopedInventoryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/task/FabricMosScopedInventories/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/task/HciScopedInventories": {
            "post": {
                "tags": [
                    "task"
                ],
                "summary": "Create a 'task.HciScopedInventory' resource.",
                "operationId": "CreateTaskHciScopedInventory",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.task.HciScopedInventory",
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'task.HciScopedInventory' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/task.HciScopedInventory"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'task.HciScopedInventory' resource was created as requested. The 'task.HciScopedInventory' 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/task.HciScopedInventory"
                                }
                            }
                        },
                        "links": {
                            "GetTaskHciScopedInventoryByMoid": {
                                "operationId": "GetTaskHciScopedInventoryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/task/HciScopedInventories/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/task/HitachiScopedInventories": {
            "post": {
                "tags": [
                    "task"
                ],
                "summary": "Create a 'task.HitachiScopedInventory' resource.",
                "operationId": "CreateTaskHitachiScopedInventory",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.task.HitachiScopedInventory",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'task.HitachiScopedInventory' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/task.HitachiScopedInventory"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'task.HitachiScopedInventory' resource was created as requested. The 'task.HitachiScopedInventory' 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/task.HitachiScopedInventory"
                                }
                            }
                        },
                        "links": {
                            "GetTaskHitachiScopedInventoryByMoid": {
                                "operationId": "GetTaskHitachiScopedInventoryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/task/HitachiScopedInventories/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/task/HyperFlexManagementScopedInventories": {
            "post": {
                "tags": [
                    "task"
                ],
                "summary": "Create a 'task.HyperFlexManagementScopedInventory' resource.",
                "operationId": "CreateTaskHyperFlexManagementScopedInventory",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.task.HyperFlexManagementScopedInventory",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'task.HyperFlexManagementScopedInventory' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/task.HyperFlexManagementScopedInventory"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'task.HyperFlexManagementScopedInventory' resource was created as requested. The 'task.HyperFlexManagementScopedInventory' 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/task.HyperFlexManagementScopedInventory"
                                }
                            }
                        },
                        "links": {
                            "GetTaskHyperFlexManagementScopedInventoryByMoid": {
                                "operationId": "GetTaskHyperFlexManagementScopedInventoryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/task/HyperFlexManagementScopedInventories/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/task/HyperflexScopedInventories": {
            "post": {
                "tags": [
                    "task"
                ],
                "summary": "Create a 'task.HyperflexScopedInventory' resource.",
                "operationId": "CreateTaskHyperflexScopedInventory",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.task.HyperflexScopedInventory",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'task.HyperflexScopedInventory' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/task.HyperflexScopedInventory"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'task.HyperflexScopedInventory' resource was created as requested. The 'task.HyperflexScopedInventory' 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/task.HyperflexScopedInventory"
                                }
                            }
                        },
                        "links": {
                            "GetTaskHyperflexScopedInventoryByMoid": {
                                "operationId": "GetTaskHyperflexScopedInventoryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/task/HyperflexScopedInventories/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/task/MdsScopedInventories": {
            "post": {
                "tags": [
                    "task"
                ],
                "summary": "Create a 'task.MdsScopedInventory' resource.",
                "operationId": "CreateTaskMdsScopedInventory",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.task.MdsScopedInventory",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Network Administrator",
                            "PRIVSET.SAN Administrator",
                            "ROLE.Account Administrator",
                            "ROLE.Network Administrator",
                            "ROLE.SAN Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'task.MdsScopedInventory' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/task.MdsScopedInventory"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'task.MdsScopedInventory' resource was created as requested. The 'task.MdsScopedInventory' 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/task.MdsScopedInventory"
                                }
                            }
                        },
                        "links": {
                            "GetTaskMdsScopedInventoryByMoid": {
                                "operationId": "GetTaskMdsScopedInventoryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/task/MdsScopedInventories/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/task/MdsSystemScopedInventories": {
            "post": {
                "tags": [
                    "task"
                ],
                "summary": "Create a 'task.MdsSystemScopedInventory' resource.",
                "operationId": "CreateTaskMdsSystemScopedInventory",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.task.MdsSystemScopedInventory",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Network Administrator",
                            "PRIVSET.SAN Administrator",
                            "ROLE.Account Administrator",
                            "ROLE.Network Administrator",
                            "ROLE.SAN Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'task.MdsSystemScopedInventory' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/task.MdsSystemScopedInventory"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'task.MdsSystemScopedInventory' resource was created as requested. The 'task.MdsSystemScopedInventory' 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/task.MdsSystemScopedInventory"
                                }
                            }
                        },
                        "links": {
                            "GetTaskMdsSystemScopedInventoryByMoid": {
                                "operationId": "GetTaskMdsSystemScopedInventoryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/task/MdsSystemScopedInventories/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/task/MerakiScopedInventories": {
            "post": {
                "tags": [
                    "task"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Create a 'task.MerakiScopedInventory' resource.",
                "operationId": "CreateTaskMerakiScopedInventory",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.task.MerakiScopedInventory",
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'task.MerakiScopedInventory' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/task.MerakiScopedInventory"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'task.MerakiScopedInventory' resource was created as requested. The 'task.MerakiScopedInventory' 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/task.MerakiScopedInventory"
                                }
                            }
                        },
                        "links": {
                            "GetTaskMerakiScopedInventoryByMoid": {
                                "operationId": "GetTaskMerakiScopedInventoryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/task/MerakiScopedInventories/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/task/NetAppScopedInventories": {
            "post": {
                "tags": [
                    "task"
                ],
                "summary": "Create a 'task.NetAppScopedInventory' resource.",
                "operationId": "CreateTaskNetAppScopedInventory",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.task.NetAppScopedInventory",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'task.NetAppScopedInventory' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/task.NetAppScopedInventory"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'task.NetAppScopedInventory' resource was created as requested. The 'task.NetAppScopedInventory' 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/task.NetAppScopedInventory"
                                }
                            }
                        },
                        "links": {
                            "GetTaskNetAppScopedInventoryByMoid": {
                                "operationId": "GetTaskNetAppScopedInventoryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/task/NetAppScopedInventories/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/task/NexusScopedInventories": {
            "post": {
                "tags": [
                    "task"
                ],
                "summary": "Create a 'task.NexusScopedInventory' resource.",
                "operationId": "CreateTaskNexusScopedInventory",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.task.NexusScopedInventory",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Network Administrator",
                            "ROLE.Account Administrator",
                            "ROLE.Network Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'task.NexusScopedInventory' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/task.NexusScopedInventory"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'task.NexusScopedInventory' resource was created as requested. The 'task.NexusScopedInventory' 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/task.NexusScopedInventory"
                                }
                            }
                        },
                        "links": {
                            "GetTaskNexusScopedInventoryByMoid": {
                                "operationId": "GetTaskNexusScopedInventoryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/task/NexusScopedInventories/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/task/NexusSystemScopedInventories": {
            "post": {
                "tags": [
                    "task"
                ],
                "summary": "Create a 'task.NexusSystemScopedInventory' resource.",
                "operationId": "CreateTaskNexusSystemScopedInventory",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.task.NexusSystemScopedInventory",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Network Administrator",
                            "ROLE.Account Administrator",
                            "ROLE.Network Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'task.NexusSystemScopedInventory' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/task.NexusSystemScopedInventory"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'task.NexusSystemScopedInventory' resource was created as requested. The 'task.NexusSystemScopedInventory' 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/task.NexusSystemScopedInventory"
                                }
                            }
                        },
                        "links": {
                            "GetTaskNexusSystemScopedInventoryByMoid": {
                                "operationId": "GetTaskNexusSystemScopedInventoryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/task/NexusSystemScopedInventories/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/task/NexusVlanScopedInventories": {
            "post": {
                "tags": [
                    "task"
                ],
                "summary": "Create a 'task.NexusVlanScopedInventory' resource.",
                "operationId": "CreateTaskNexusVlanScopedInventory",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.task.NexusVlanScopedInventory",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Network Administrator",
                            "ROLE.Account Administrator",
                            "ROLE.Network Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'task.NexusVlanScopedInventory' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/task.NexusVlanScopedInventory"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'task.NexusVlanScopedInventory' resource was created as requested. The 'task.NexusVlanScopedInventory' 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/task.NexusVlanScopedInventory"
                                }
                            }
                        },
                        "links": {
                            "GetTaskNexusVlanScopedInventoryByMoid": {
                                "operationId": "GetTaskNexusVlanScopedInventoryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/task/NexusVlanScopedInventories/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/task/PureFlashBladeScopedInventories": {
            "post": {
                "tags": [
                    "task"
                ],
                "summary": "Create a 'task.PureFlashBladeScopedInventory' resource.",
                "operationId": "CreateTaskPureFlashBladeScopedInventory",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.task.PureFlashBladeScopedInventory",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'task.PureFlashBladeScopedInventory' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/task.PureFlashBladeScopedInventory"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'task.PureFlashBladeScopedInventory' resource was created as requested. The 'task.PureFlashBladeScopedInventory' 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/task.PureFlashBladeScopedInventory"
                                }
                            }
                        },
                        "links": {
                            "GetTaskPureFlashBladeScopedInventoryByMoid": {
                                "operationId": "GetTaskPureFlashBladeScopedInventoryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/task/PureFlashBladeScopedInventories/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/task/PureScopedInventories": {
            "post": {
                "tags": [
                    "task"
                ],
                "summary": "Create a 'task.PureScopedInventory' resource.",
                "operationId": "CreateTaskPureScopedInventory",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.task.PureScopedInventory",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'task.PureScopedInventory' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/task.PureScopedInventory"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'task.PureScopedInventory' resource was created as requested. The 'task.PureScopedInventory' 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/task.PureScopedInventory"
                                }
                            }
                        },
                        "links": {
                            "GetTaskPureScopedInventoryByMoid": {
                                "operationId": "GetTaskPureScopedInventoryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/task/PureScopedInventories/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/task/ServerScopedInventories": {
            "post": {
                "tags": [
                    "task"
                ],
                "summary": "Create a 'task.ServerScopedInventory' resource.",
                "operationId": "CreateTaskServerScopedInventory",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.task.ServerScopedInventory",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'task.ServerScopedInventory' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/task.ServerScopedInventory"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'task.ServerScopedInventory' resource was created as requested. The 'task.ServerScopedInventory' 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/task.ServerScopedInventory"
                                }
                            }
                        },
                        "links": {
                            "GetTaskServerScopedInventoryByMoid": {
                                "operationId": "GetTaskServerScopedInventoryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/task/ServerScopedInventories/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/ucsd/BackupInfos": {
            "get": {
                "tags": [
                    "ucsd"
                ],
                "summary": "Read a 'ucsd.BackupInfo' resource.",
                "operationId": "GetUcsdBackupInfoList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.ucsd.BackupInfo",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'ucsd.BackupInfo' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ucsd.BackupInfo.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/ucsd/BackupInfos/{Moid}": {
            "get": {
                "tags": [
                    "ucsd"
                ],
                "summary": "Read a 'ucsd.BackupInfo' resource.",
                "operationId": "GetUcsdBackupInfoByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.ucsd.BackupInfo",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'ucsd.BackupInfo' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ucsd.BackupInfo"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetUcsdBackupInfoByMoid": {
                                "operationId": "GetUcsdBackupInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/ucsd/BackupInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "ucsd"
                ],
                "summary": "Delete a 'ucsd.BackupInfo' resource.",
                "operationId": "DeleteUcsdBackupInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.ucsd.BackupInfo",
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/webhook/Endpoints": {
            "post": {
                "tags": [
                    "webhook"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Create a 'webhook.Endpoint' resource.",
                "operationId": "CreateWebhookEndpoint",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.webhook.Endpoint",
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'webhook.Endpoint' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/webhook.Endpoint"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'webhook.Endpoint' resource was created as requested. The 'webhook.Endpoint' 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/webhook.Endpoint"
                                }
                            }
                        },
                        "links": {
                            "GetWebhookEndpointByMoid": {
                                "operationId": "GetWebhookEndpointByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/webhook/Endpoints/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "get": {
                "tags": [
                    "webhook"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'webhook.Endpoint' resource.",
                "operationId": "GetWebhookEndpointList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.webhook.Endpoint",
                            "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 'webhook.Endpoint' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/webhook.Endpoint.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/webhook/Endpoints/{Moid}": {
            "get": {
                "tags": [
                    "webhook"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'webhook.Endpoint' resource.",
                "operationId": "GetWebhookEndpointByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.webhook.Endpoint",
                            "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 'webhook.Endpoint' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/webhook.Endpoint"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWebhookEndpointByMoid": {
                                "operationId": "GetWebhookEndpointByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/webhook/Endpoints/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "webhook"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Update a 'webhook.Endpoint' resource.",
                "operationId": "UpdateWebhookEndpoint",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.webhook.Endpoint"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'webhook.Endpoint' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/webhook.Endpoint"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'webhook.Endpoint' resource was modified as requested. The 'webhook.Endpoint' 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/webhook.Endpoint"
                                }
                            }
                        },
                        "links": {
                            "GetWebhookEndpointByMoid": {
                                "operationId": "GetWebhookEndpointByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/webhook/Endpoints/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "webhook"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Update a 'webhook.Endpoint' resource.",
                "operationId": "PatchWebhookEndpoint",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.webhook.Endpoint"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'webhook.Endpoint' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/webhook.Endpoint"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'webhook.Endpoint' resource was patched as requested. The 'webhook.Endpoint' 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/webhook.Endpoint"
                                }
                            }
                        },
                        "links": {
                            "GetWebhookEndpointByMoid": {
                                "operationId": "GetWebhookEndpointByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/webhook/Endpoints/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "webhook"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Delete a 'webhook.Endpoint' resource.",
                "operationId": "DeleteWebhookEndpoint",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.webhook.Endpoint",
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/webhook/Schemas": {
            "post": {
                "tags": [
                    "webhook"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Create a 'webhook.Schema' resource.",
                "operationId": "CreateWebhookSchema",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.webhook.Schema",
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'webhook.Schema' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/webhook.Schema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'webhook.Schema' resource was created as requested. The 'webhook.Schema' 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/webhook.Schema"
                                }
                            }
                        },
                        "links": {
                            "GetWebhookSchemaByMoid": {
                                "operationId": "GetWebhookSchemaByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/webhook/Schemas/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "get": {
                "tags": [
                    "webhook"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'webhook.Schema' resource.",
                "operationId": "GetWebhookSchemaList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.webhook.Schema",
                            "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 'webhook.Schema' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/webhook.Schema.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/webhook/Schemas/{Moid}": {
            "get": {
                "tags": [
                    "webhook"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'webhook.Schema' resource.",
                "operationId": "GetWebhookSchemaByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.webhook.Schema",
                            "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 'webhook.Schema' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/webhook.Schema"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWebhookSchemaByMoid": {
                                "operationId": "GetWebhookSchemaByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/webhook/Schemas/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "webhook"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Update a 'webhook.Schema' resource.",
                "operationId": "UpdateWebhookSchema",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.webhook.Schema"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'webhook.Schema' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/webhook.Schema"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'webhook.Schema' resource was modified as requested. The 'webhook.Schema' 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/webhook.Schema"
                                }
                            }
                        },
                        "links": {
                            "GetWebhookSchemaByMoid": {
                                "operationId": "GetWebhookSchemaByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/webhook/Schemas/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "webhook"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Update a 'webhook.Schema' resource.",
                "operationId": "PatchWebhookSchema",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.webhook.Schema"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'webhook.Schema' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/webhook.Schema"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'webhook.Schema' resource was patched as requested. The 'webhook.Schema' 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/webhook.Schema"
                                }
                            }
                        },
                        "links": {
                            "GetWebhookSchemaByMoid": {
                                "operationId": "GetWebhookSchemaByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/webhook/Schemas/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "webhook"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Delete a 'webhook.Schema' resource.",
                "operationId": "DeleteWebhookSchema",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.webhook.Schema",
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/AnsibleBatchExecutors": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.AnsibleBatchExecutor' resource.",
                "operationId": "GetWorkflowAnsibleBatchExecutorList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.AnsibleBatchExecutor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.AnsibleBatchExecutor' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.AnsibleBatchExecutor.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.AnsibleBatchExecutor' resource.",
                "operationId": "CreateWorkflowAnsibleBatchExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.AnsibleBatchExecutor",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.AnsibleBatchExecutor' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.AnsibleBatchExecutor"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.AnsibleBatchExecutor' resource was created as requested. The 'workflow.AnsibleBatchExecutor' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.AnsibleBatchExecutor"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowAnsibleBatchExecutorByMoid": {
                                "operationId": "GetWorkflowAnsibleBatchExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/AnsibleBatchExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/AnsibleBatchExecutors/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.AnsibleBatchExecutor' resource.",
                "operationId": "GetWorkflowAnsibleBatchExecutorByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.AnsibleBatchExecutor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.AnsibleBatchExecutor' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.AnsibleBatchExecutor"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowAnsibleBatchExecutorByMoid": {
                                "operationId": "GetWorkflowAnsibleBatchExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/AnsibleBatchExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.AnsibleBatchExecutor' resource.",
                "operationId": "UpdateWorkflowAnsibleBatchExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.AnsibleBatchExecutor"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.AnsibleBatchExecutor' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.AnsibleBatchExecutor"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.AnsibleBatchExecutor' resource was modified as requested. The 'workflow.AnsibleBatchExecutor' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.AnsibleBatchExecutor"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowAnsibleBatchExecutorByMoid": {
                                "operationId": "GetWorkflowAnsibleBatchExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/AnsibleBatchExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.AnsibleBatchExecutor' resource.",
                "operationId": "PatchWorkflowAnsibleBatchExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.AnsibleBatchExecutor"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.AnsibleBatchExecutor' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.AnsibleBatchExecutor"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.AnsibleBatchExecutor' resource was patched as requested. The 'workflow.AnsibleBatchExecutor' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.AnsibleBatchExecutor"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowAnsibleBatchExecutorByMoid": {
                                "operationId": "GetWorkflowAnsibleBatchExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/AnsibleBatchExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.AnsibleBatchExecutor' resource.",
                "operationId": "DeleteWorkflowAnsibleBatchExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.AnsibleBatchExecutor",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/BatchApiExecutors": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.BatchApiExecutor' resource.",
                "operationId": "GetWorkflowBatchApiExecutorList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.BatchApiExecutor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.BatchApiExecutor' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.BatchApiExecutor.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.BatchApiExecutor' resource.",
                "operationId": "CreateWorkflowBatchApiExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.BatchApiExecutor",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.BatchApiExecutor' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.BatchApiExecutor"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.BatchApiExecutor' resource was created as requested. The 'workflow.BatchApiExecutor' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.BatchApiExecutor"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowBatchApiExecutorByMoid": {
                                "operationId": "GetWorkflowBatchApiExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/BatchApiExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/BatchApiExecutors/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.BatchApiExecutor' resource.",
                "operationId": "GetWorkflowBatchApiExecutorByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.BatchApiExecutor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.BatchApiExecutor' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.BatchApiExecutor"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowBatchApiExecutorByMoid": {
                                "operationId": "GetWorkflowBatchApiExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/BatchApiExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.BatchApiExecutor' resource.",
                "operationId": "UpdateWorkflowBatchApiExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.BatchApiExecutor"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.BatchApiExecutor' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.BatchApiExecutor"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.BatchApiExecutor' resource was modified as requested. The 'workflow.BatchApiExecutor' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.BatchApiExecutor"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowBatchApiExecutorByMoid": {
                                "operationId": "GetWorkflowBatchApiExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/BatchApiExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.BatchApiExecutor' resource.",
                "operationId": "PatchWorkflowBatchApiExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.BatchApiExecutor"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.BatchApiExecutor' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.BatchApiExecutor"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.BatchApiExecutor' resource was patched as requested. The 'workflow.BatchApiExecutor' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.BatchApiExecutor"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowBatchApiExecutorByMoid": {
                                "operationId": "GetWorkflowBatchApiExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/BatchApiExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.BatchApiExecutor' resource.",
                "operationId": "DeleteWorkflowBatchApiExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.BatchApiExecutor",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/Catalogs": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.Catalog' resource.",
                "operationId": "GetWorkflowCatalogList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read Workflows",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.Catalog",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.Catalog' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.Catalog.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/Catalogs/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.Catalog' resource.",
                "operationId": "GetWorkflowCatalogByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read Workflows",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.Catalog",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.Catalog' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.Catalog"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowCatalogByMoid": {
                                "operationId": "GetWorkflowCatalogByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/Catalogs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/CatalogItemDefinitions": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.CatalogItemDefinition' resource.",
                "operationId": "GetWorkflowCatalogItemDefinitionList",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Service Operator",
                            "READ.workflow.CatalogItemDefinition",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Read-Only",
                            "ROLE.Service Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.CatalogItemDefinition' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.CatalogItemDefinition.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.CatalogItemDefinition' resource.",
                "operationId": "CreateWorkflowCatalogItemDefinition",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.CatalogItemDefinition",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.CatalogItemDefinition' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.CatalogItemDefinition"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.CatalogItemDefinition' resource was created as requested. The 'workflow.CatalogItemDefinition' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.CatalogItemDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowCatalogItemDefinitionByMoid": {
                                "operationId": "GetWorkflowCatalogItemDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/CatalogItemDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/CatalogItemDefinitions/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.CatalogItemDefinition' resource.",
                "operationId": "GetWorkflowCatalogItemDefinitionByMoid",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Service Operator",
                            "READ.workflow.CatalogItemDefinition",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Read-Only",
                            "ROLE.Service Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.CatalogItemDefinition' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.CatalogItemDefinition"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowCatalogItemDefinitionByMoid": {
                                "operationId": "GetWorkflowCatalogItemDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/CatalogItemDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.CatalogItemDefinition' resource.",
                "operationId": "UpdateWorkflowCatalogItemDefinition",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "UPDATE.workflow.CatalogItemDefinition"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.CatalogItemDefinition' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.CatalogItemDefinition"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.CatalogItemDefinition' resource was modified as requested. The 'workflow.CatalogItemDefinition' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.CatalogItemDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowCatalogItemDefinitionByMoid": {
                                "operationId": "GetWorkflowCatalogItemDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/CatalogItemDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.CatalogItemDefinition' resource.",
                "operationId": "PatchWorkflowCatalogItemDefinition",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "UPDATE.workflow.CatalogItemDefinition"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.CatalogItemDefinition' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.CatalogItemDefinition"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.CatalogItemDefinition' resource was patched as requested. The 'workflow.CatalogItemDefinition' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.CatalogItemDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowCatalogItemDefinitionByMoid": {
                                "operationId": "GetWorkflowCatalogItemDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/CatalogItemDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.CatalogItemDefinition' resource.",
                "operationId": "DeleteWorkflowCatalogItemDefinition",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.CatalogItemDefinition",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/CatalogServiceRequests": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.CatalogServiceRequest' resource.",
                "operationId": "GetWorkflowCatalogServiceRequestList",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Service Operator",
                            "READ.workflow.CatalogServiceRequest",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Read-Only",
                            "ROLE.Service Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.CatalogServiceRequest' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.CatalogServiceRequest.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.CatalogServiceRequest' resource.",
                "operationId": "CreateWorkflowCatalogServiceRequest",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.CatalogServiceRequest",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Service Operator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Service Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.CatalogServiceRequest' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.CatalogServiceRequest"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.CatalogServiceRequest' resource was created as requested. The 'workflow.CatalogServiceRequest' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.CatalogServiceRequest"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowCatalogServiceRequestByMoid": {
                                "operationId": "GetWorkflowCatalogServiceRequestByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/CatalogServiceRequests/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/CatalogServiceRequests/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.CatalogServiceRequest' resource.",
                "operationId": "GetWorkflowCatalogServiceRequestByMoid",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Service Operator",
                            "READ.workflow.CatalogServiceRequest",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Read-Only",
                            "ROLE.Service Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.CatalogServiceRequest' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.CatalogServiceRequest"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowCatalogServiceRequestByMoid": {
                                "operationId": "GetWorkflowCatalogServiceRequestByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/CatalogServiceRequests/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.CatalogServiceRequest' resource.",
                "operationId": "UpdateWorkflowCatalogServiceRequest",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Service Operator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Service Operator",
                            "UPDATE.workflow.CatalogServiceRequest"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.CatalogServiceRequest' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.CatalogServiceRequest"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.CatalogServiceRequest' resource was modified as requested. The 'workflow.CatalogServiceRequest' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.CatalogServiceRequest"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowCatalogServiceRequestByMoid": {
                                "operationId": "GetWorkflowCatalogServiceRequestByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/CatalogServiceRequests/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.CatalogServiceRequest' resource.",
                "operationId": "PatchWorkflowCatalogServiceRequest",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Service Operator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Service Operator",
                            "UPDATE.workflow.CatalogServiceRequest"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.CatalogServiceRequest' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.CatalogServiceRequest"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.CatalogServiceRequest' resource was patched as requested. The 'workflow.CatalogServiceRequest' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.CatalogServiceRequest"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowCatalogServiceRequestByMoid": {
                                "operationId": "GetWorkflowCatalogServiceRequestByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/CatalogServiceRequests/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.CatalogServiceRequest' resource.",
                "operationId": "DeleteWorkflowCatalogServiceRequest",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.CatalogServiceRequest",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/CustomDataTypeDefinitions": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.CustomDataTypeDefinition' resource.",
                "operationId": "GetWorkflowCustomDataTypeDefinitionList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read Workflows",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.CustomDataTypeDefinition",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.CustomDataTypeDefinition' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.CustomDataTypeDefinition.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.CustomDataTypeDefinition' resource.",
                "operationId": "CreateWorkflowCustomDataTypeDefinition",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.CustomDataTypeDefinition",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.CustomDataTypeDefinition' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.CustomDataTypeDefinition"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.CustomDataTypeDefinition' resource was created as requested. The 'workflow.CustomDataTypeDefinition' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.CustomDataTypeDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowCustomDataTypeDefinitionByMoid": {
                                "operationId": "GetWorkflowCustomDataTypeDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/CustomDataTypeDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/CustomDataTypeDefinitions/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.CustomDataTypeDefinition' resource.",
                "operationId": "GetWorkflowCustomDataTypeDefinitionByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read Workflows",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.CustomDataTypeDefinition",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.CustomDataTypeDefinition' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.CustomDataTypeDefinition"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowCustomDataTypeDefinitionByMoid": {
                                "operationId": "GetWorkflowCustomDataTypeDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/CustomDataTypeDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.CustomDataTypeDefinition' resource.",
                "operationId": "UpdateWorkflowCustomDataTypeDefinition",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.CustomDataTypeDefinition"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.CustomDataTypeDefinition' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.CustomDataTypeDefinition"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.CustomDataTypeDefinition' resource was modified as requested. The 'workflow.CustomDataTypeDefinition' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.CustomDataTypeDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowCustomDataTypeDefinitionByMoid": {
                                "operationId": "GetWorkflowCustomDataTypeDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/CustomDataTypeDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.CustomDataTypeDefinition' resource.",
                "operationId": "PatchWorkflowCustomDataTypeDefinition",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.CustomDataTypeDefinition"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.CustomDataTypeDefinition' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.CustomDataTypeDefinition"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.CustomDataTypeDefinition' resource was patched as requested. The 'workflow.CustomDataTypeDefinition' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.CustomDataTypeDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowCustomDataTypeDefinitionByMoid": {
                                "operationId": "GetWorkflowCustomDataTypeDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/CustomDataTypeDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.CustomDataTypeDefinition' resource.",
                "operationId": "DeleteWorkflowCustomDataTypeDefinition",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.CustomDataTypeDefinition",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ErrorResponseHandlers": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ErrorResponseHandler' resource.",
                "operationId": "GetWorkflowErrorResponseHandlerList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.ErrorResponseHandler",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.ErrorResponseHandler' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ErrorResponseHandler.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.ErrorResponseHandler' resource.",
                "operationId": "CreateWorkflowErrorResponseHandler",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.ErrorResponseHandler",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ErrorResponseHandler' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ErrorResponseHandler"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ErrorResponseHandler' resource was created as requested. The 'workflow.ErrorResponseHandler' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ErrorResponseHandler"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowErrorResponseHandlerByMoid": {
                                "operationId": "GetWorkflowErrorResponseHandlerByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ErrorResponseHandlers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ErrorResponseHandlers/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ErrorResponseHandler' resource.",
                "operationId": "GetWorkflowErrorResponseHandlerByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.ErrorResponseHandler",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.ErrorResponseHandler' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ErrorResponseHandler"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowErrorResponseHandlerByMoid": {
                                "operationId": "GetWorkflowErrorResponseHandlerByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ErrorResponseHandlers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.ErrorResponseHandler' resource.",
                "operationId": "UpdateWorkflowErrorResponseHandler",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.ErrorResponseHandler"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ErrorResponseHandler' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ErrorResponseHandler"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ErrorResponseHandler' resource was modified as requested. The 'workflow.ErrorResponseHandler' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ErrorResponseHandler"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowErrorResponseHandlerByMoid": {
                                "operationId": "GetWorkflowErrorResponseHandlerByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ErrorResponseHandlers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.ErrorResponseHandler' resource.",
                "operationId": "PatchWorkflowErrorResponseHandler",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.ErrorResponseHandler"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ErrorResponseHandler' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ErrorResponseHandler"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ErrorResponseHandler' resource was patched as requested. The 'workflow.ErrorResponseHandler' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ErrorResponseHandler"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowErrorResponseHandlerByMoid": {
                                "operationId": "GetWorkflowErrorResponseHandlerByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ErrorResponseHandlers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.ErrorResponseHandler' resource.",
                "operationId": "DeleteWorkflowErrorResponseHandler",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.ErrorResponseHandler",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/PowerShellBatchApiExecutors": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.PowerShellBatchApiExecutor' resource.",
                "operationId": "GetWorkflowPowerShellBatchApiExecutorList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.PowerShellBatchApiExecutor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.PowerShellBatchApiExecutor' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.PowerShellBatchApiExecutor.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.PowerShellBatchApiExecutor' resource.",
                "operationId": "CreateWorkflowPowerShellBatchApiExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.PowerShellBatchApiExecutor",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.PowerShellBatchApiExecutor' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.PowerShellBatchApiExecutor"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.PowerShellBatchApiExecutor' resource was created as requested. The 'workflow.PowerShellBatchApiExecutor' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.PowerShellBatchApiExecutor"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowPowerShellBatchApiExecutorByMoid": {
                                "operationId": "GetWorkflowPowerShellBatchApiExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/PowerShellBatchApiExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/PowerShellBatchApiExecutors/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.PowerShellBatchApiExecutor' resource.",
                "operationId": "GetWorkflowPowerShellBatchApiExecutorByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.PowerShellBatchApiExecutor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.PowerShellBatchApiExecutor' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.PowerShellBatchApiExecutor"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowPowerShellBatchApiExecutorByMoid": {
                                "operationId": "GetWorkflowPowerShellBatchApiExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/PowerShellBatchApiExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.PowerShellBatchApiExecutor' resource.",
                "operationId": "UpdateWorkflowPowerShellBatchApiExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.PowerShellBatchApiExecutor"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.PowerShellBatchApiExecutor' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.PowerShellBatchApiExecutor"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.PowerShellBatchApiExecutor' resource was modified as requested. The 'workflow.PowerShellBatchApiExecutor' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.PowerShellBatchApiExecutor"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowPowerShellBatchApiExecutorByMoid": {
                                "operationId": "GetWorkflowPowerShellBatchApiExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/PowerShellBatchApiExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.PowerShellBatchApiExecutor' resource.",
                "operationId": "PatchWorkflowPowerShellBatchApiExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.PowerShellBatchApiExecutor"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.PowerShellBatchApiExecutor' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.PowerShellBatchApiExecutor"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.PowerShellBatchApiExecutor' resource was patched as requested. The 'workflow.PowerShellBatchApiExecutor' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.PowerShellBatchApiExecutor"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowPowerShellBatchApiExecutorByMoid": {
                                "operationId": "GetWorkflowPowerShellBatchApiExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/PowerShellBatchApiExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.PowerShellBatchApiExecutor' resource.",
                "operationId": "DeleteWorkflowPowerShellBatchApiExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.PowerShellBatchApiExecutor",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/RollbackWorkflows": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.RollbackWorkflow' resource.",
                "operationId": "GetWorkflowRollbackWorkflowList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.RollbackWorkflow",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.RollbackWorkflow' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.RollbackWorkflow.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.RollbackWorkflow' resource.",
                "operationId": "CreateWorkflowRollbackWorkflow",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.RollbackWorkflow",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.RollbackWorkflow' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.RollbackWorkflow"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.RollbackWorkflow' resource was created as requested. The 'workflow.RollbackWorkflow' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.RollbackWorkflow"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowRollbackWorkflowByMoid": {
                                "operationId": "GetWorkflowRollbackWorkflowByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/RollbackWorkflows/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/RollbackWorkflows/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.RollbackWorkflow' resource.",
                "operationId": "GetWorkflowRollbackWorkflowByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.RollbackWorkflow",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.RollbackWorkflow' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.RollbackWorkflow"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowRollbackWorkflowByMoid": {
                                "operationId": "GetWorkflowRollbackWorkflowByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/RollbackWorkflows/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.RollbackWorkflow' resource.",
                "operationId": "UpdateWorkflowRollbackWorkflow",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.RollbackWorkflow"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.RollbackWorkflow' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.RollbackWorkflow"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.RollbackWorkflow' resource was modified as requested. The 'workflow.RollbackWorkflow' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.RollbackWorkflow"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowRollbackWorkflowByMoid": {
                                "operationId": "GetWorkflowRollbackWorkflowByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/RollbackWorkflows/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.RollbackWorkflow' resource.",
                "operationId": "PatchWorkflowRollbackWorkflow",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.RollbackWorkflow"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.RollbackWorkflow' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.RollbackWorkflow"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.RollbackWorkflow' resource was patched as requested. The 'workflow.RollbackWorkflow' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.RollbackWorkflow"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowRollbackWorkflowByMoid": {
                                "operationId": "GetWorkflowRollbackWorkflowByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/RollbackWorkflows/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.RollbackWorkflow' resource.",
                "operationId": "DeleteWorkflowRollbackWorkflow",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.RollbackWorkflow",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemActionDefinitions": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemActionDefinition' resource.",
                "operationId": "GetWorkflowServiceItemActionDefinitionList",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "READ.workflow.ServiceItemActionDefinition",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.ServiceItemActionDefinition' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionDefinition.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.ServiceItemActionDefinition' resource.",
                "operationId": "CreateWorkflowServiceItemActionDefinition",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.ServiceItemActionDefinition",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Service Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Service Designer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ServiceItemActionDefinition' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ServiceItemActionDefinition"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ServiceItemActionDefinition' resource was created as requested. The 'workflow.ServiceItemActionDefinition' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemActionDefinitionByMoid": {
                                "operationId": "GetWorkflowServiceItemActionDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemActionDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemActionDefinitions/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemActionDefinition' resource.",
                "operationId": "GetWorkflowServiceItemActionDefinitionByMoid",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "READ.workflow.ServiceItemActionDefinition",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.ServiceItemActionDefinition' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionDefinition"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemActionDefinitionByMoid": {
                                "operationId": "GetWorkflowServiceItemActionDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemActionDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.ServiceItemActionDefinition' resource.",
                "operationId": "UpdateWorkflowServiceItemActionDefinition",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Service Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Service Designer",
                            "UPDATE.workflow.ServiceItemActionDefinition"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ServiceItemActionDefinition' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ServiceItemActionDefinition"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ServiceItemActionDefinition' resource was modified as requested. The 'workflow.ServiceItemActionDefinition' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemActionDefinitionByMoid": {
                                "operationId": "GetWorkflowServiceItemActionDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemActionDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.ServiceItemActionDefinition' resource.",
                "operationId": "PatchWorkflowServiceItemActionDefinition",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Service Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Service Designer",
                            "UPDATE.workflow.ServiceItemActionDefinition"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ServiceItemActionDefinition' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ServiceItemActionDefinition"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ServiceItemActionDefinition' resource was patched as requested. The 'workflow.ServiceItemActionDefinition' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemActionDefinitionByMoid": {
                                "operationId": "GetWorkflowServiceItemActionDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemActionDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.ServiceItemActionDefinition' resource.",
                "operationId": "DeleteWorkflowServiceItemActionDefinition",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.ServiceItemActionDefinition",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Service Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Service Designer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemActionInstances": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemActionInstance' resource.",
                "operationId": "GetWorkflowServiceItemActionInstanceList",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "READ.workflow.ServiceItemActionInstance",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.ServiceItemActionInstance' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionInstance.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.ServiceItemActionInstance' resource.",
                "operationId": "CreateWorkflowServiceItemActionInstance",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.ServiceItemActionInstance",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Create integrated systems",
                            "PRIVSET.Delete integrated systems",
                            "PRIVSET.Edit integrated systems",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Run interoperability checks",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ServiceItemActionInstance' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ServiceItemActionInstance"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ServiceItemActionInstance' resource was created as requested. The 'workflow.ServiceItemActionInstance' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionInstance"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemActionInstanceByMoid": {
                                "operationId": "GetWorkflowServiceItemActionInstanceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemActionInstances/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemActionInstances/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemActionInstance' resource.",
                "operationId": "GetWorkflowServiceItemActionInstanceByMoid",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "READ.workflow.ServiceItemActionInstance",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.ServiceItemActionInstance' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionInstance"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemActionInstanceByMoid": {
                                "operationId": "GetWorkflowServiceItemActionInstanceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemActionInstances/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.ServiceItemActionInstance' resource.",
                "operationId": "UpdateWorkflowServiceItemActionInstance",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Create integrated systems",
                            "PRIVSET.Delete integrated systems",
                            "PRIVSET.Edit integrated systems",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Run interoperability checks",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator",
                            "UPDATE.workflow.ServiceItemActionInstance"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ServiceItemActionInstance' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ServiceItemActionInstance"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ServiceItemActionInstance' resource was modified as requested. The 'workflow.ServiceItemActionInstance' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionInstance"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemActionInstanceByMoid": {
                                "operationId": "GetWorkflowServiceItemActionInstanceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemActionInstances/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.ServiceItemActionInstance' resource.",
                "operationId": "PatchWorkflowServiceItemActionInstance",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Create integrated systems",
                            "PRIVSET.Delete integrated systems",
                            "PRIVSET.Edit integrated systems",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Run interoperability checks",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator",
                            "UPDATE.workflow.ServiceItemActionInstance"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ServiceItemActionInstance' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ServiceItemActionInstance"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ServiceItemActionInstance' resource was patched as requested. The 'workflow.ServiceItemActionInstance' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionInstance"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemActionInstanceByMoid": {
                                "operationId": "GetWorkflowServiceItemActionInstanceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemActionInstances/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.ServiceItemActionInstance' resource.",
                "operationId": "DeleteWorkflowServiceItemActionInstance",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.ServiceItemActionInstance",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Delete integrated systems",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemAttributes": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemAttribute' resource.",
                "operationId": "GetWorkflowServiceItemAttributeList",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "READ.workflow.ServiceItemAttribute",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Read-Only",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.ServiceItemAttribute' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemAttribute.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemAttributes/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemAttribute' resource.",
                "operationId": "GetWorkflowServiceItemAttributeByMoid",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "READ.workflow.ServiceItemAttribute",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Read-Only",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.ServiceItemAttribute' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemAttribute"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemAttributeByMoid": {
                                "operationId": "GetWorkflowServiceItemAttributeByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemAttributes/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemDefinitions": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemDefinition' resource.",
                "operationId": "GetWorkflowServiceItemDefinitionList",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "READ.workflow.ServiceItemDefinition",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.ServiceItemDefinition' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemDefinition.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.ServiceItemDefinition' resource.",
                "operationId": "CreateWorkflowServiceItemDefinition",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.ServiceItemDefinition",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Service Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Service Designer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ServiceItemDefinition' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ServiceItemDefinition"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ServiceItemDefinition' resource was created as requested. The 'workflow.ServiceItemDefinition' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemDefinitionByMoid": {
                                "operationId": "GetWorkflowServiceItemDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemDefinitions/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemDefinition' resource.",
                "operationId": "GetWorkflowServiceItemDefinitionByMoid",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "READ.workflow.ServiceItemDefinition",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.ServiceItemDefinition' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemDefinition"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemDefinitionByMoid": {
                                "operationId": "GetWorkflowServiceItemDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.ServiceItemDefinition' resource.",
                "operationId": "UpdateWorkflowServiceItemDefinition",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Service Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Service Designer",
                            "UPDATE.workflow.ServiceItemDefinition"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ServiceItemDefinition' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ServiceItemDefinition"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ServiceItemDefinition' resource was modified as requested. The 'workflow.ServiceItemDefinition' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemDefinitionByMoid": {
                                "operationId": "GetWorkflowServiceItemDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.ServiceItemDefinition' resource.",
                "operationId": "PatchWorkflowServiceItemDefinition",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Service Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Service Designer",
                            "UPDATE.workflow.ServiceItemDefinition"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ServiceItemDefinition' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ServiceItemDefinition"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ServiceItemDefinition' resource was patched as requested. The 'workflow.ServiceItemDefinition' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemDefinitionByMoid": {
                                "operationId": "GetWorkflowServiceItemDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.ServiceItemDefinition' resource.",
                "operationId": "DeleteWorkflowServiceItemDefinition",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.ServiceItemDefinition",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Service Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Service Designer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemHealthCheckDefinitions": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemHealthCheckDefinition' resource.",
                "operationId": "GetWorkflowServiceItemHealthCheckDefinitionList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "READ.workflow.ServiceItemHealthCheckDefinition",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.ServiceItemHealthCheckDefinition' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemHealthCheckDefinition.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemHealthCheckDefinitions/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemHealthCheckDefinition' resource.",
                "operationId": "GetWorkflowServiceItemHealthCheckDefinitionByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "READ.workflow.ServiceItemHealthCheckDefinition",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.ServiceItemHealthCheckDefinition' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemHealthCheckDefinition"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemHealthCheckDefinitionByMoid": {
                                "operationId": "GetWorkflowServiceItemHealthCheckDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemHealthCheckDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemHealthCheckExecutions": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemHealthCheckExecution' resource.",
                "operationId": "GetWorkflowServiceItemHealthCheckExecutionList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.workflow.ServiceItemHealthCheckExecution",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.ServiceItemHealthCheckExecution' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemHealthCheckExecution.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemHealthCheckExecutions/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemHealthCheckExecution' resource.",
                "operationId": "GetWorkflowServiceItemHealthCheckExecutionByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.workflow.ServiceItemHealthCheckExecution",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.ServiceItemHealthCheckExecution' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemHealthCheckExecution"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemHealthCheckExecutionByMoid": {
                                "operationId": "GetWorkflowServiceItemHealthCheckExecutionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemHealthCheckExecutions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemInstances": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemInstance' resource.",
                "operationId": "GetWorkflowServiceItemInstanceList",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "READ.workflow.ServiceItemInstance",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.ServiceItemInstance' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemInstance.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.ServiceItemInstance' resource.",
                "operationId": "CreateWorkflowServiceItemInstance",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.ServiceItemInstance",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Create integrated systems",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ServiceItemInstance' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ServiceItemInstance"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ServiceItemInstance' resource was created as requested. The 'workflow.ServiceItemInstance' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemInstance"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemInstanceByMoid": {
                                "operationId": "GetWorkflowServiceItemInstanceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemInstances/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemInstances/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemInstance' resource.",
                "operationId": "GetWorkflowServiceItemInstanceByMoid",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "READ.workflow.ServiceItemInstance",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.ServiceItemInstance' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemInstance"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemInstanceByMoid": {
                                "operationId": "GetWorkflowServiceItemInstanceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemInstances/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.ServiceItemInstance' resource.",
                "operationId": "UpdateWorkflowServiceItemInstance",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Edit integrated systems",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator",
                            "UPDATE.workflow.ServiceItemInstance"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ServiceItemInstance' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ServiceItemInstance"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ServiceItemInstance' resource was modified as requested. The 'workflow.ServiceItemInstance' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemInstance"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemInstanceByMoid": {
                                "operationId": "GetWorkflowServiceItemInstanceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemInstances/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.ServiceItemInstance' resource.",
                "operationId": "PatchWorkflowServiceItemInstance",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Edit integrated systems",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator",
                            "UPDATE.workflow.ServiceItemInstance"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ServiceItemInstance' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ServiceItemInstance"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ServiceItemInstance' resource was patched as requested. The 'workflow.ServiceItemInstance' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemInstance"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemInstanceByMoid": {
                                "operationId": "GetWorkflowServiceItemInstanceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemInstances/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.ServiceItemInstance' resource.",
                "operationId": "DeleteWorkflowServiceItemInstance",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.ServiceItemInstance",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Delete integrated systems",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemOutputs": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemOutput' resource.",
                "operationId": "GetWorkflowServiceItemOutputList",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "PRIVSET.Workload Operator",
                            "READ.workflow.ServiceItemOutput",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.ServiceItemOutput' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemOutput.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.ServiceItemOutput' resource.",
                "operationId": "CreateWorkflowServiceItemOutput",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.ServiceItemOutput",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Workload Operator",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ServiceItemOutput' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ServiceItemOutput"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ServiceItemOutput' resource was created as requested. The 'workflow.ServiceItemOutput' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemOutput"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemOutputByMoid": {
                                "operationId": "GetWorkflowServiceItemOutputByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemOutputs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemOutputs/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemOutput' resource.",
                "operationId": "GetWorkflowServiceItemOutputByMoid",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "PRIVSET.Workload Operator",
                            "READ.workflow.ServiceItemOutput",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.ServiceItemOutput' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemOutput"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemOutputByMoid": {
                                "operationId": "GetWorkflowServiceItemOutputByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemOutputs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.ServiceItemOutput' resource.",
                "operationId": "UpdateWorkflowServiceItemOutput",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Workload Operator",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Workload Operator",
                            "UPDATE.workflow.ServiceItemOutput"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ServiceItemOutput' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ServiceItemOutput"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ServiceItemOutput' resource was modified as requested. The 'workflow.ServiceItemOutput' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemOutput"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemOutputByMoid": {
                                "operationId": "GetWorkflowServiceItemOutputByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemOutputs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.ServiceItemOutput' resource.",
                "operationId": "PatchWorkflowServiceItemOutput",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Workload Operator",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Workload Operator",
                            "UPDATE.workflow.ServiceItemOutput"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ServiceItemOutput' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ServiceItemOutput"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ServiceItemOutput' resource was patched as requested. The 'workflow.ServiceItemOutput' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemOutput"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemOutputByMoid": {
                                "operationId": "GetWorkflowServiceItemOutputByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemOutputs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.ServiceItemOutput' resource.",
                "operationId": "DeleteWorkflowServiceItemOutput",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.ServiceItemOutput",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Workload Operator",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/SshBatchExecutors": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.SshBatchExecutor' resource.",
                "operationId": "GetWorkflowSshBatchExecutorList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.SshBatchExecutor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.SshBatchExecutor' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.SshBatchExecutor.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.SshBatchExecutor' resource.",
                "operationId": "CreateWorkflowSshBatchExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.SshBatchExecutor",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.SshBatchExecutor' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.SshBatchExecutor"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.SshBatchExecutor' resource was created as requested. The 'workflow.SshBatchExecutor' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.SshBatchExecutor"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowSshBatchExecutorByMoid": {
                                "operationId": "GetWorkflowSshBatchExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/SshBatchExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/SshBatchExecutors/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.SshBatchExecutor' resource.",
                "operationId": "GetWorkflowSshBatchExecutorByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.SshBatchExecutor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.SshBatchExecutor' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.SshBatchExecutor"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowSshBatchExecutorByMoid": {
                                "operationId": "GetWorkflowSshBatchExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/SshBatchExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.SshBatchExecutor' resource.",
                "operationId": "UpdateWorkflowSshBatchExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.SshBatchExecutor"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.SshBatchExecutor' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.SshBatchExecutor"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.SshBatchExecutor' resource was modified as requested. The 'workflow.SshBatchExecutor' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.SshBatchExecutor"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowSshBatchExecutorByMoid": {
                                "operationId": "GetWorkflowSshBatchExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/SshBatchExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.SshBatchExecutor' resource.",
                "operationId": "PatchWorkflowSshBatchExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.SshBatchExecutor"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.SshBatchExecutor' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.SshBatchExecutor"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.SshBatchExecutor' resource was patched as requested. The 'workflow.SshBatchExecutor' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.SshBatchExecutor"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowSshBatchExecutorByMoid": {
                                "operationId": "GetWorkflowSshBatchExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/SshBatchExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.SshBatchExecutor' resource.",
                "operationId": "DeleteWorkflowSshBatchExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.SshBatchExecutor",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/TaskDebugLogs": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.TaskDebugLog' resource.",
                "operationId": "GetWorkflowTaskDebugLogList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "READ.workflow.TaskDebugLog",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.TaskDebugLog' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TaskDebugLog.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/TaskDebugLogs/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.TaskDebugLog' resource.",
                "operationId": "GetWorkflowTaskDebugLogByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "READ.workflow.TaskDebugLog",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.TaskDebugLog' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TaskDebugLog"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowTaskDebugLogByMoid": {
                                "operationId": "GetWorkflowTaskDebugLogByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/TaskDebugLogs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/TaskDefinitions": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.TaskDefinition' resource.",
                "operationId": "GetWorkflowTaskDefinitionList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read Workflows",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.TaskDefinition",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.TaskDefinition' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TaskDefinition.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.TaskDefinition' resource.",
                "operationId": "CreateWorkflowTaskDefinition",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.TaskDefinition",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.TaskDefinition' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.TaskDefinition"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.TaskDefinition' resource was created as requested. The 'workflow.TaskDefinition' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TaskDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowTaskDefinitionByMoid": {
                                "operationId": "GetWorkflowTaskDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/TaskDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/TaskDefinitions/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.TaskDefinition' resource.",
                "operationId": "GetWorkflowTaskDefinitionByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read Workflows",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.TaskDefinition",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.TaskDefinition' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TaskDefinition"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowTaskDefinitionByMoid": {
                                "operationId": "GetWorkflowTaskDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/TaskDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.TaskDefinition' resource.",
                "operationId": "UpdateWorkflowTaskDefinition",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.TaskDefinition"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.TaskDefinition' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.TaskDefinition"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.TaskDefinition' resource was modified as requested. The 'workflow.TaskDefinition' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TaskDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowTaskDefinitionByMoid": {
                                "operationId": "GetWorkflowTaskDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/TaskDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.TaskDefinition' resource.",
                "operationId": "PatchWorkflowTaskDefinition",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.TaskDefinition"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.TaskDefinition' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.TaskDefinition"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.TaskDefinition' resource was patched as requested. The 'workflow.TaskDefinition' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TaskDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowTaskDefinitionByMoid": {
                                "operationId": "GetWorkflowTaskDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/TaskDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.TaskDefinition' resource.",
                "operationId": "DeleteWorkflowTaskDefinition",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.TaskDefinition",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/TaskInfos": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.TaskInfo' resource.",
                "operationId": "GetWorkflowTaskInfoList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read Workflows",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "PRIVSET.View Workflow Executions",
                            "READ.workflow.TaskInfo",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.TaskInfo' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TaskInfo.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/TaskInfos/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.TaskInfo' resource.",
                "operationId": "GetWorkflowTaskInfoByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read Workflows",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "PRIVSET.View Workflow Executions",
                            "READ.workflow.TaskInfo",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.TaskInfo' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TaskInfo"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowTaskInfoByMoid": {
                                "operationId": "GetWorkflowTaskInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/TaskInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.TaskInfo' resource.",
                "operationId": "UpdateWorkflowTaskInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Run Workflows",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.TaskInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.TaskInfo' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.TaskInfo"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.TaskInfo' resource was modified as requested. The 'workflow.TaskInfo' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TaskInfo"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowTaskInfoByMoid": {
                                "operationId": "GetWorkflowTaskInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/TaskInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.TaskInfo' resource.",
                "operationId": "PatchWorkflowTaskInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Run Workflows",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.TaskInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.TaskInfo' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.TaskInfo"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.TaskInfo' resource was patched as requested. The 'workflow.TaskInfo' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TaskInfo"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowTaskInfoByMoid": {
                                "operationId": "GetWorkflowTaskInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/TaskInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/TaskMetadata": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.TaskMetadata' resource.",
                "operationId": "GetWorkflowTaskMetadataList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.workflow.TaskMetadata",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.TaskMetadata' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TaskMetadata.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/TaskMetadata/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.TaskMetadata' resource.",
                "operationId": "GetWorkflowTaskMetadataByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.workflow.TaskMetadata",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.TaskMetadata' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TaskMetadata"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowTaskMetadataByMoid": {
                                "operationId": "GetWorkflowTaskMetadataByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/TaskMetadata/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/TemplateEvaluations": {
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.TemplateEvaluation' resource.",
                "operationId": "CreateWorkflowTemplateEvaluation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.TemplateEvaluation",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.TemplateEvaluation' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.TemplateEvaluation"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.TemplateEvaluation' resource was created as requested. The 'workflow.TemplateEvaluation' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TemplateEvaluation"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowTemplateEvaluationByMoid": {
                                "operationId": "GetWorkflowTemplateEvaluationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/TemplateEvaluations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/TemplateFunctionMeta": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.TemplateFunctionMeta' resource.",
                "operationId": "GetWorkflowTemplateFunctionMetaList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.TemplateFunctionMeta",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.TemplateFunctionMeta' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TemplateFunctionMeta.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/TemplateFunctionMeta/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.TemplateFunctionMeta' resource.",
                "operationId": "GetWorkflowTemplateFunctionMetaByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.TemplateFunctionMeta",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.TemplateFunctionMeta' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TemplateFunctionMeta"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowTemplateFunctionMetaByMoid": {
                                "operationId": "GetWorkflowTemplateFunctionMetaByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/TemplateFunctionMeta/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/TemplateParsers": {
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.TemplateParser' resource.",
                "operationId": "CreateWorkflowTemplateParser",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.TemplateParser",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Workflow Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Workflow Designer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.TemplateParser' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.TemplateParser"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.TemplateParser' resource was created as requested. The 'workflow.TemplateParser' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TemplateParser"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowTemplateParserByMoid": {
                                "operationId": "GetWorkflowTemplateParserByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/TemplateParsers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/UiDisplayMetadata": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.UiDisplayMetadata' resource.",
                "operationId": "GetWorkflowUiDisplayMetadataList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read Workflows",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.UiDisplayMetadata",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.UiDisplayMetadata' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.UiDisplayMetadata.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.UiDisplayMetadata' resource.",
                "operationId": "CreateWorkflowUiDisplayMetadata",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.UiDisplayMetadata",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.UiDisplayMetadata' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.UiDisplayMetadata"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.UiDisplayMetadata' resource was created as requested. The 'workflow.UiDisplayMetadata' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.UiDisplayMetadata"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowUiDisplayMetadataByMoid": {
                                "operationId": "GetWorkflowUiDisplayMetadataByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/UiDisplayMetadata/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/UiDisplayMetadata/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.UiDisplayMetadata' resource.",
                "operationId": "GetWorkflowUiDisplayMetadataByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read Workflows",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.UiDisplayMetadata",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.UiDisplayMetadata' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.UiDisplayMetadata"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowUiDisplayMetadataByMoid": {
                                "operationId": "GetWorkflowUiDisplayMetadataByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/UiDisplayMetadata/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.UiDisplayMetadata' resource.",
                "operationId": "UpdateWorkflowUiDisplayMetadata",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.UiDisplayMetadata"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.UiDisplayMetadata' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.UiDisplayMetadata"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.UiDisplayMetadata' resource was modified as requested. The 'workflow.UiDisplayMetadata' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.UiDisplayMetadata"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowUiDisplayMetadataByMoid": {
                                "operationId": "GetWorkflowUiDisplayMetadataByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/UiDisplayMetadata/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.UiDisplayMetadata' resource.",
                "operationId": "PatchWorkflowUiDisplayMetadata",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.UiDisplayMetadata"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.UiDisplayMetadata' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.UiDisplayMetadata"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.UiDisplayMetadata' resource was patched as requested. The 'workflow.UiDisplayMetadata' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.UiDisplayMetadata"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowUiDisplayMetadataByMoid": {
                                "operationId": "GetWorkflowUiDisplayMetadataByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/UiDisplayMetadata/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.UiDisplayMetadata' resource.",
                "operationId": "DeleteWorkflowUiDisplayMetadata",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.UiDisplayMetadata",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/Variables": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.Variable' resource.",
                "operationId": "GetWorkflowVariableList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.Variable",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.Variable' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.Variable.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.Variable' resource.",
                "operationId": "CreateWorkflowVariable",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.Variable",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.Variable' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.Variable"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.Variable' resource was created as requested. The 'workflow.Variable' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.Variable"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowVariableByMoid": {
                                "operationId": "GetWorkflowVariableByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/Variables/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/Variables/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.Variable' resource.",
                "operationId": "GetWorkflowVariableByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.Variable",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.Variable' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.Variable"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowVariableByMoid": {
                                "operationId": "GetWorkflowVariableByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/Variables/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.Variable' resource.",
                "operationId": "UpdateWorkflowVariable",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.Variable"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.Variable' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.Variable"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.Variable' resource was modified as requested. The 'workflow.Variable' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.Variable"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowVariableByMoid": {
                                "operationId": "GetWorkflowVariableByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/Variables/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.Variable' resource.",
                "operationId": "PatchWorkflowVariable",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.Variable"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.Variable' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.Variable"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.Variable' resource was patched as requested. The 'workflow.Variable' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.Variable"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowVariableByMoid": {
                                "operationId": "GetWorkflowVariableByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/Variables/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.Variable' resource.",
                "operationId": "DeleteWorkflowVariable",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.Variable",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/WorkflowDefinitions": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.WorkflowDefinition' resource.",
                "operationId": "GetWorkflowWorkflowDefinitionList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read Workflows",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.WorkflowDefinition",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.WorkflowDefinition' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.WorkflowDefinition.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.WorkflowDefinition' resource.",
                "operationId": "CreateWorkflowWorkflowDefinition",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.WorkflowDefinition",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.WorkflowDefinition' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.WorkflowDefinition"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.WorkflowDefinition' resource was created as requested. The 'workflow.WorkflowDefinition' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.WorkflowDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowWorkflowDefinitionByMoid": {
                                "operationId": "GetWorkflowWorkflowDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/WorkflowDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/WorkflowDefinitions/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.WorkflowDefinition' resource.",
                "operationId": "GetWorkflowWorkflowDefinitionByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read Workflows",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.WorkflowDefinition",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.WorkflowDefinition' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.WorkflowDefinition"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowWorkflowDefinitionByMoid": {
                                "operationId": "GetWorkflowWorkflowDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/WorkflowDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.WorkflowDefinition' resource.",
                "operationId": "UpdateWorkflowWorkflowDefinition",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.WorkflowDefinition"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.WorkflowDefinition' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.WorkflowDefinition"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.WorkflowDefinition' resource was modified as requested. The 'workflow.WorkflowDefinition' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.WorkflowDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowWorkflowDefinitionByMoid": {
                                "operationId": "GetWorkflowWorkflowDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/WorkflowDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.WorkflowDefinition' resource.",
                "operationId": "PatchWorkflowWorkflowDefinition",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.WorkflowDefinition"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.WorkflowDefinition' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.WorkflowDefinition"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.WorkflowDefinition' resource was patched as requested. The 'workflow.WorkflowDefinition' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.WorkflowDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowWorkflowDefinitionByMoid": {
                                "operationId": "GetWorkflowWorkflowDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/WorkflowDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.WorkflowDefinition' resource.",
                "operationId": "DeleteWorkflowWorkflowDefinition",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.WorkflowDefinition",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/WorkflowInfos": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.WorkflowInfo' resource.",
                "operationId": "GetWorkflowWorkflowInfoList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read Workflows",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "PRIVSET.View Workflow Executions",
                            "READ.workflow.WorkflowInfo",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.WorkflowInfo' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.WorkflowInfo.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.WorkflowInfo' resource.",
                "operationId": "CreateWorkflowWorkflowInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.WorkflowInfo",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Run Workflows",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.WorkflowInfo' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.WorkflowInfo"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.WorkflowInfo' resource was created as requested. The 'workflow.WorkflowInfo' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.WorkflowInfo"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowWorkflowInfoByMoid": {
                                "operationId": "GetWorkflowWorkflowInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/WorkflowInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/WorkflowInfos/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.WorkflowInfo' resource.",
                "operationId": "GetWorkflowWorkflowInfoByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read Workflows",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "PRIVSET.View Workflow Executions",
                            "READ.workflow.WorkflowInfo",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.WorkflowInfo' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.WorkflowInfo"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowWorkflowInfoByMoid": {
                                "operationId": "GetWorkflowWorkflowInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/WorkflowInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.WorkflowInfo' resource.",
                "operationId": "UpdateWorkflowWorkflowInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Run Workflows",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.WorkflowInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.WorkflowInfo' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.WorkflowInfo"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.WorkflowInfo' resource was modified as requested. The 'workflow.WorkflowInfo' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.WorkflowInfo"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowWorkflowInfoByMoid": {
                                "operationId": "GetWorkflowWorkflowInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/WorkflowInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.WorkflowInfo' resource.",
                "operationId": "PatchWorkflowWorkflowInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Run Workflows",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.WorkflowInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.WorkflowInfo' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.WorkflowInfo"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.WorkflowInfo' resource was patched as requested. The 'workflow.WorkflowInfo' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.WorkflowInfo"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowWorkflowInfoByMoid": {
                                "operationId": "GetWorkflowWorkflowInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/WorkflowInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.WorkflowInfo' resource.",
                "operationId": "DeleteWorkflowWorkflowInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.WorkflowInfo",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Run Workflows",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/WorkflowMetadata": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.WorkflowMetadata' resource.",
                "operationId": "GetWorkflowWorkflowMetadataList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.workflow.WorkflowMetadata",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.WorkflowMetadata' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.WorkflowMetadata.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/WorkflowMetadata/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.WorkflowMetadata' resource.",
                "operationId": "GetWorkflowWorkflowMetadataByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.workflow.WorkflowMetadata",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.WorkflowMetadata' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.WorkflowMetadata"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowWorkflowMetadataByMoid": {
                                "operationId": "GetWorkflowWorkflowMetadataByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/WorkflowMetadata/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "aaa.AbstractAuditRecord": {
                "title": "Aaa:Abstract Audit Record",
                "description": "AbstractAuditRecord is an abstract base type that specifies the common properties for all audit log records concrete sub-types.",
                "x-allOf-name": "aaa.AbstractAuditRecord",
                "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 'aaa.AbstractAuditRecord', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "aaa.AuditRecord"
                                ],
                                "default": "aaa.AuditRecord",
                                "x-enum-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": [
                                    "aaa.AuditRecord"
                                ],
                                "default": "aaa.AuditRecord",
                                "x-enum-as-string": true
                            },
                            "Event": {
                                "description": "The operation that was performed on this Managed Object.\nThe event is a compound string that includes the CRUD operation such as Create, Modify, Delete, and a string representing the Managed Object type.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HttpOperation": {
                                "description": "The REST URL for the operation.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HttpResponseCode": {
                                "description": "The response code of the operation.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HttpResponsePayload": {
                                "description": "The response body of the operation, with JSON truncated to 2 nested levels when its size exceeds 10KB.",
                                "nullable": true,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MoDisplayNames": {
                                "description": "The user-friendly names of the changed MO.",
                                "nullable": true,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MoType": {
                                "description": "The object type of the REST resource that was created, modified or deleted.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ObjectMoid": {
                                "description": "The Moid of the REST resource that was created, modified or deleted.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Request": {
                                "description": "The body of the REST request that was received from a client to create or modify a REST resource, represented as a JSON document.",
                                "nullable": true,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TraceId": {
                                "description": "The trace id of the request that was used to create, modify or delete a REST resource.\nA trace id is a unique identifier for one particular REST request. It may be used for troubleshooting purpose\nby the Intersight technical support team.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserAgent": {
                                "description": "The parsed representation of the user agent of the request.",
                                "$ref": "#/components/schemas/aaa.UserAgent",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserAgentString": {
                                "description": "The raw, string representation of the user agent of the request from the user-agent http request header.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "aaa.AuditRecord.Response": {
                "description": "The response body of a HTTP GET request for the 'aaa.AuditRecord' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'aaa.AuditRecord' resources.",
                "x-one-of-name": "aaa.AuditRecord.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/aaa.AuditRecord.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "aaa.AuditRecord": {
                "title": "Aaa:Audit Record",
                "description": "The AuditRecord object is a crucial element within the system, providing a comprehensive overview of configuration changes made by users. It serves as a reliable log of actions, supporting transparency, accountability, and operational integrity.\n#### Purpose\nAn AuditRecord functions as a historical record of configuration changes, capturing essential details about modifications in real time. This ensures that all changes are traceable and can be reviewed for compliance and audit purposes.\n#### Key Concepts\n- **Transparency:** Provides visibility into user actions, ensuring all changes are logged with details such as timestamps, user identities, and affected objects.\n- **Accountability:** By documenting changes, AuditRecords promote accountability among users, encouraging responsible and informed decision-making.\n- **Access Control:** Access is governed by privilege sets, ensuring only authorized personnel can view audit logs and understand the context of changes.\n- **Relationship Management:** AuditRecords are associated with user accounts and sessions, allowing a detailed trace of who made changes and under what circumstances.",
                "x-allOf-name": "aaa.AuditRecord",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/aaa.AbstractAuditRecord"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'aaa.AuditRecord', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "aaa.AuditRecord"
                                ],
                                "default": "aaa.AuditRecord",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "aaa.AuditRecord"
                                ],
                                "default": "aaa.AuditRecord",
                                "x-enum-as-string": true
                            },
                            "AffectedObjectTypeLabel": {
                                "description": "The user-friendly label for the object type that was changed.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Email": {
                                "description": "The email of the associated user that made the change.  In case the user is later deleted, we still have some reference to the information.",
                                "type": "string",
                                "pattern": "^$|^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InstId": {
                                "description": "The instance id of AuditRecordLocal, which is used to identify if the comming AuditRecordLocal was already processed before.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SessionId": {
                                "description": "The sessionId in which the user made the change. In case that the session is later deleted, we still have some reference to the information.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SourceIp": {
                                "description": "The source IP of the client.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Timestamp": {
                                "description": "The creation time of AuditRecordLocal, which is the time when the affected MO was created/modified/deleted.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserIdOrEmail": {
                                "description": "The userId or the email of the associated user that made the change. In case that user is later deleted, we still have some reference to the information.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Sessions": {
                                "$ref": "#/components/schemas/iam.Session.Relationship",
                                "description": "A reference to a iamSession resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "User": {
                                "$ref": "#/components/schemas/iam.User.Relationship",
                                "description": "A reference to a iamUser resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "aaa.AuditRecord.List": {
                "title": "List of 'aaa.AuditRecord' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'aaa.AuditRecord' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'aaa.AuditRecord' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/aaa.AuditRecord"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "aaa.RetentionConfig.Response": {
                "description": "The response body of a HTTP GET request for the 'aaa.RetentionConfig' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'aaa.RetentionConfig' resources.",
                "x-one-of-name": "aaa.RetentionConfig.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/aaa.RetentionConfig.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "aaa.RetentionConfig": {
                "title": "Aaa:Retention Config",
                "description": "The RetentionConfig object provides default configurations for audit log retention, offering a standardized approach to managing retention periods in the absence of specific policies.\n#### Purpose\nRetentionConfig serves as a baseline configuration for audit log retention, ensuring logs are preserved for a defined period by default when no explicit retention policy exists. This helps maintain consistent log management practices across the system.\n#### Key Concepts\n- **Default Settings:** Establishes default retention periods, ensuring systematic log retention even without custom policies.\n- **System Ownership:** Managed by the system to guarantee reliable and consistent application of retention settings across all accounts.\n- **Read-Only Access:** Designed for safe consumption, ensuring default configurations are applied without unauthorized modifications.\n- **Policy Integration:** Complements account-specific RetentionPolicies, harmonizing log retention across the system.",
                "x-allOf-name": "aaa.RetentionConfig",
                "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 'aaa.RetentionConfig', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "aaa.RetentionConfig"
                                ],
                                "default": "aaa.RetentionConfig",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "aaa.RetentionConfig"
                                ],
                                "default": "aaa.RetentionConfig",
                                "x-enum-as-string": true
                            },
                            "RetentionPeriod": {
                                "description": "The default retention period in months for audit log retention for accounts without a retention policy.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 6,
                                "maximum": 48,
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "aaa.RetentionConfig.List": {
                "title": "List of 'aaa.RetentionConfig' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'aaa.RetentionConfig' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'aaa.RetentionConfig' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/aaa.RetentionConfig"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "aaa.RetentionPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'aaa.RetentionPolicy' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'aaa.RetentionPolicy' resources.",
                "x-one-of-name": "aaa.RetentionPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/aaa.RetentionPolicy.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "aaa.RetentionPolicy": {
                "title": "Audit Log Retention Policy",
                "description": "The RetentionPolicy object governs audit log retention policies at the account level, specifying the duration for which audit logs are preserved before automatic deletion.\n#### Purpose\nA RetentionPolicy defines the time frame for audit log retention, ensuring logs are kept for an appropriate duration to meet organizational and regulatory requirements. This facilitates systematic management of log retention, balancing storage needs with compliance obligations.\n#### Key Concepts\n- **Policy Management:** Allows administrators to define and update retention periods, providing flexibility for changing compliance needs.\n- **Automatic Cleanup:** Enables automatic log deletion based on retention periods, reducing manual overhead and ensuring efficient storage use.\n- **Access Control:** Privilege sets govern the creation, reading, and updating of RetentionPolicies, ensuring only authorized users can modify configurations.\n- **Account Association:** Each RetentionPolicy is linked to specific accounts, enabling tailored retention strategies for different organizational units.",
                "x-allOf-name": "aaa.RetentionPolicy",
                "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 'aaa.RetentionPolicy', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "aaa.RetentionPolicy"
                                ],
                                "default": "aaa.RetentionPolicy",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "aaa.RetentionPolicy"
                                ],
                                "default": "aaa.RetentionPolicy",
                                "x-enum-as-string": true
                            },
                            "RetentionPeriod": {
                                "description": "The time period in months for audit log retention. Audit logs beyond this period will be automatically deleted.",
                                "type": "integer",
                                "format": "int64",
                                "maximum": 48,
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "aaa.RetentionPolicy.List": {
                "title": "List of 'aaa.RetentionPolicy' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'aaa.RetentionPolicy' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'aaa.RetentionPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/aaa.RetentionPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "aaa.UserAgent": {
                "title": "Aaa:User Agent",
                "description": "A user agent of an API request. The user agent has information about the operating system family and version that initiated the request. The user agent also has information about the software client that made the request which includes the software type (browser, SDK, etc.) and version.",
                "x-allOf-name": "aaa.UserAgent",
                "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 'aaa.UserAgent', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "aaa.UserAgent"
                                ],
                                "default": "aaa.UserAgent",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "aaa.UserAgent"
                                ],
                                "default": "aaa.UserAgent",
                                "x-enum-as-string": true
                            },
                            "OsFamily": {
                                "description": "The type of operating system that sent the request.\nNot applicable to Intersight SDK requests.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OsVersion": {
                                "description": "The version of the operating system that sent the request.\nNot applicable for Intersight SDK requests.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SoftwareFamily": {
                                "description": "The type of client that made the request.\nFor browser requests, it is the specific browser that made the request (e.g. Chrome, Firefox, etc.).",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SoftwareSubtype": {
                                "description": "The subtype of software that made the request.\nFor SDK requests, this is the programming language used in the SDK. For browser requests, this provides additional context on the client (e.g. if the client is running on a mobile device).",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SoftwareType": {
                                "description": "The type of application that made the request.\nThis can be a browser or some other software, such as an SDK.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SoftwareVersion": {
                                "description": "The version of the client that made the request.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "apic.FabricLeafNodeDetails": {
                "title": "Apic:Fabric Leaf Node Details",
                "description": "Fabric leaf node details in APIC.",
                "x-allOf-name": "apic.FabricLeafNodeDetails",
                "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 'apic.FabricLeafNodeDetails', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "apic.FabricLeafNodeDetails"
                                ],
                                "default": "apic.FabricLeafNodeDetails",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "apic.FabricLeafNodeDetails"
                                ],
                                "default": "apic.FabricLeafNodeDetails",
                                "x-enum-as-string": true
                            },
                            "Id": {
                                "description": "Leaf node ID in Cisco Application Policy Infrastructure Controller (APIC).",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Leaf node name in Cisco Application Policy Infrastructure Controller (APIC).",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.AddressInformation": {
                "title": "Asset:Address Information",
                "description": "Type for saving the address information. It is used in asset.DeviceContractInformation object to save customer address.",
                "x-allOf-name": "asset.AddressInformation",
                "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 'asset.AddressInformation', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.AddressInformation"
                                ],
                                "default": "asset.AddressInformation",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.AddressInformation"
                                ],
                                "default": "asset.AddressInformation",
                                "x-enum-as-string": true
                            },
                            "Address1": {
                                "description": "Address Line one of the address information. example \"PO BOX 641570\".",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Address2": {
                                "description": "Address Line two of the address information. example \"Cisco Systems\".",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Address3": {
                                "description": "Address Line three of the address information. example \"Cisco Systems\".",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "City": {
                                "description": "City in which the address resides. example \"San Jose\".",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Country": {
                                "description": "Country in which the address resides. example \"US\".",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "County": {
                                "description": "County in which the address resides. example \"Washington County\".",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Location": {
                                "description": "Location in which the address resides. example \"14852\".",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the user whose address is being populated.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PostalCode": {
                                "description": "Postal Code in which the address resides. example \"95164-1570\".",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Province": {
                                "description": "Province in which the address resides. example \"AB\".",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "State": {
                                "description": "State in which the address resides. example \"CA\".",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.AlarmSummary": {
                "title": "Asset:Alarm Summary",
                "description": "The summary of alarm counts based on alarm serverity.",
                "x-allOf-name": "asset.AlarmSummary",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.AlarmSummary', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.AlarmSummary"
                                ],
                                "default": "asset.AlarmSummary",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.AlarmSummary"
                                ],
                                "default": "asset.AlarmSummary",
                                "x-enum-as-string": true
                            },
                            "Critical": {
                                "description": "The count of active alarms that have severity type Critical.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Health": {
                                "description": "Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.\n* `Healthy` - The Enum value represents that the entity is healthy.\n* `Warning` - The Enum value Warning represents that the entity has one or more active warnings on it.\n* `Critical` - The Enum value Critical represents that the entity is in a critical state.",
                                "type": "string",
                                "enum": [
                                    "Healthy",
                                    "Warning",
                                    "Critical"
                                ],
                                "default": "Healthy",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Info": {
                                "description": "The count of active alarms that have severity type Info.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SuppressedCritical": {
                                "description": "The count of active suppressed alarms that have severity type Critical.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SuppressedInfo": {
                                "description": "The count of active suppressed alarms that have severity type Info.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SuppressedWarning": {
                                "description": "The count of active suppressed alarms that have severity type Warning.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Warning": {
                                "description": "The count of active alarms that have severity type Warning.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.ApiKeyCredential": {
                "title": "Asset:Api Key Credential",
                "description": "API key based authentication.",
                "x-allOf-name": "asset.ApiKeyCredential",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.Credential"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.ApiKeyCredential', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.ApiKeyCredential"
                                ],
                                "default": "asset.ApiKeyCredential",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.ApiKeyCredential"
                                ],
                                "default": "asset.ApiKeyCredential",
                                "x-enum-as-string": true
                            },
                            "ApiKey": {
                                "description": "This a secret API key which can be used for authentication purposes for different targets like Azure Enterprise Agreement.",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "IsApiKeySet": {
                                "description": "Indicates whether the value of the 'apiKey' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.ClaimSignature": {
                "title": "Asset:Claim Signature",
                "description": "A cryptographic signature that can be used to auto-claim a device connector into a user's account.",
                "x-allOf-name": "asset.ClaimSignature",
                "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 'asset.ClaimSignature', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "asset.ParentConnectionSignature",
                                    "asset.TargetSignature",
                                    "asset.Token"
                                ],
                                "x-enum-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": [
                                    "asset.ParentConnectionSignature",
                                    "asset.TargetSignature",
                                    "asset.Token"
                                ],
                                "x-enum-as-string": true
                            },
                            "Signature": {
                                "description": "The result of signing the deviceId appended with the timeStamp fields with the devices private key.",
                                "type": "string",
                                "format": "byte",
                                "x-omitempty": true
                            },
                            "TimeStamp": {
                                "description": "The time at which the signature was generated. Date is accurate to Intersights clock. Used to expire the signature.",
                                "type": "string",
                                "format": "date-time",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.ClaimToken.Response": {
                "description": "The response body of a HTTP GET request for the 'asset.ClaimToken' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'asset.ClaimToken' resources.",
                "x-one-of-name": "asset.ClaimToken.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/asset.ClaimToken.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "asset.ClaimToken": {
                "title": "Asset:Claim Token",
                "description": "The ClaimToken object serves as a secure mechanism for onboarding and registering devices to an Intersight user account. It facilitates a streamlined connection process, allowing device connectors to authenticate and associate themselves with a specific user environment without requiring complex manual configuration or external dial-out procedures.\n#### Purpose\nA ClaimToken acts as a bridge between a physical or virtual device and the Intersight platform. Supplies the necessary credentials and instructions for a device connector to establish a secure link to the user's account, ensuring that device claiming is performed in a controlled and authorized manner.\n#### Key Concepts\n- **Simplified Onboarding:** Enables the claiming of devices into an Intersight account by providing a pre-configured token, removing the need for the appliance to perform manual outbound configuration. - **Security and Verification:** Incorporates cryptographic signatures to verify the legitimacy of the claim, ensuring that only authorized devices can be associated with an account. - **Access Control:** Management of claim tokens is restricted to specific privilege sets, such as Account Administrators and users with dedicated Claim Devices or Claim targets permissions, ensuring that only authorized personnel can initiate device registration. - **Lifecycle Management:** Includes built-in expiration logic to maintain security, ensuring that tokens remain valid only for a defined period and reducing the risk associated with long-lived or unused tokens.",
                "x-allOf-name": "asset.ClaimToken",
                "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 'asset.ClaimToken', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.ClaimToken"
                                ],
                                "default": "asset.ClaimToken",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.ClaimToken"
                                ],
                                "default": "asset.ClaimToken",
                                "x-enum-as-string": true
                            },
                            "Claim": {
                                "description": "The claim generated to configure the device to connect and claim to the user account.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ExpirationDate": {
                                "description": "The expiry time of the claim token, after this time any generated claims from this token are no longer valid.",
                                "type": "string",
                                "format": "date-time",
                                "x-omitempty": true
                            },
                            "User": {
                                "$ref": "#/components/schemas/iam.User.Relationship",
                                "description": "A reference to a iamUser resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "asset.ClaimToken.List": {
                "title": "List of 'asset.ClaimToken' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'asset.ClaimToken' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'asset.ClaimToken' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/asset.ClaimToken"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "asset.ClientCertificateCredential": {
                "title": "Asset:Client Certificate Credential",
                "description": "A credential which performs authentication with TLS client certificates.",
                "x-allOf-name": "asset.ClientCertificateCredential",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.Credential"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.ClientCertificateCredential', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.ClientCertificateCredential"
                                ],
                                "default": "asset.ClientCertificateCredential",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.ClientCertificateCredential"
                                ],
                                "default": "asset.ClientCertificateCredential",
                                "x-enum-as-string": true
                            },
                            "ClientCertificate": {
                                "description": "PEM encoded x509 client certificate used to authenticate with the target.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ClientKey": {
                                "description": "PEM encoded private key used to authenticate with the target.",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "IsClientKeySet": {
                                "description": "Indicates whether the value of the 'clientKey' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.CloudConnection": {
                "title": "Asset:Cloud Connection",
                "description": "CloudConnection provides the necessary details for Intersight to connect to and authenticate with a target at a well-known service address. The service address is inferred based upon the target type. For example Amazon Web Services.",
                "x-allOf-name": "asset.CloudConnection",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.Connection"
                    }
                ]
            },
            "asset.ClusterMember.Response": {
                "description": "The response body of a HTTP GET request for the 'asset.ClusterMember' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'asset.ClusterMember' resources.",
                "x-one-of-name": "asset.ClusterMember.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/asset.ClusterMember.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "asset.ClusterMember.Relationship": {
                "description": "A relationship to the 'asset.ClusterMember' resource, or the expanded 'asset.ClusterMember' resource, or the 'null' value.",
                "x-one-of-name": "asset.ClusterMember.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/asset.ClusterMember"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "asset.ClusterMember": {
                "title": "Asset:Cluster Member",
                "description": "The ClusterMember object represents a node within a cluster of device connectors. This provides detailed insights into the individual members of a device cluster, supporting high availability and redundancy in device management.\n#### Purpose\nClusterMember facilitates the management of clustered devices by capturing connection details and leadership states of each node. It plays a crucial role in ensuring that device management is robust and scalable, supporting seamless failover and load balancing.\n#### Key Concepts\n- **Cluster Identity:** Maintains unique identities for each node within the cluster, ensuring precise tracking and management.\n- **Leadership Management:** Monitors leadership states within the cluster, supporting efficient failover and recovery processes.\n- **Connection Details:** Provides granular visibility into the connection status and configuration of each cluster member, enabling proactive management.",
                "x-allOf-name": "asset.ClusterMember",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.DeviceConnection"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.ClusterMember', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.ClusterMember"
                                ],
                                "default": "asset.ClusterMember",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.ClusterMember"
                                ],
                                "default": "asset.ClusterMember",
                                "x-enum-as-string": true
                            },
                            "ConnectedHost": {
                                "description": "The DNS hostname the device connector has used to connect to Intersight. Devices may be configured to connect to a set of DNS hostnames which all resolve to the same Intersight instance, the connected host is the latest hostname the device used to connect successfully to Intersight.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ConnectionFlapStatus": {
                                "description": "Encapsulates key details used to identify devices experiencing connection flapping.",
                                "$ref": "#/components/schemas/asset.ConnectionFlapStatus",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Leadership": {
                                "description": "The current leadershipstate of this member. Updated by the device connector on failover or leadership change. If a member is elected as Primary within the cluster this connection will be the same as the DeviceRegistration connection. E.g a message addressed to the DeviceRegistration will be forwarded to the ClusterMember connection.\n* `Unknown` - The node is unable to complete election or determine the current state. If the device has been registered before and the node has access to the current credentials, it will establish a connection to Intersight with limited capabilities that can be used to debug the HA failure from Intersight.\n* `Primary` - The node has been elected as the primary and will establish a connection to the Intersight service and accept all message types enabled for a primary node. There can only be one primary node in a given cluster, while the underlying platform may be active. If it is active, only one connector will assume the primary role.\n* `Secondary` - The node has been elected as a secondary node in the cluster. The device connector will establish a connection to the Intersight service with limited capabilities. E.g. file upload will be enabled, but requests to the underlying platform management will be disabled.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Primary",
                                    "Secondary"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LockedLeader": {
                                "description": "Devices lock their leadership on failure to heartbeat with peers. Value acts as a third party tie breaker in election between nodes. Intersight enforces that only one cluster member exists with this value set to true.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "MemberIdentity": {
                                "description": "The unique identity of the member within the cluster. The identity is retrieved from the platform and reported by the device connector at connection time.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ParentClusterMemberIdentity": {
                                "description": "The member idenity of the cluster member through which this device is connected if applicable.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Sudi": {
                                "description": "The SUDI status read from the Trust Anchor Module on a device.",
                                "$ref": "#/components/schemas/asset.SudiInfo",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Device": {
                                "$ref": "#/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
                            }
                        }
                    }
                ]
            },
            "asset.ClusterMember.List": {
                "title": "List of 'asset.ClusterMember' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'asset.ClusterMember' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'asset.ClusterMember' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/asset.ClusterMember"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "asset.Connection": {
                "title": "Asset:Connection",
                "description": "A method for Intersight to connect to a managed target, including network connectivity and authentication details.",
                "x-allOf-name": "asset.Connection",
                "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 'asset.Connection', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "asset.CloudConnection",
                                    "asset.HttpConnection",
                                    "asset.IntersightDeviceConnectorConnection",
                                    "asset.ScopedTargetConnection",
                                    "asset.SshConnection"
                                ],
                                "x-enum-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": [
                                    "asset.CloudConnection",
                                    "asset.HttpConnection",
                                    "asset.IntersightDeviceConnectorConnection",
                                    "asset.ScopedTargetConnection",
                                    "asset.SshConnection"
                                ],
                                "x-enum-as-string": true
                            },
                            "Credential": {
                                "description": "The credential to be used to authenticate with the managed target.",
                                "$ref": "#/components/schemas/asset.Credential",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.ConnectionFlapStatus": {
                "title": "Asset:Connection Flap Status",
                "description": "Encapsulates key details used to identify devices experiencing connection flapping.",
                "x-allOf-name": "asset.ConnectionFlapStatus",
                "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 'asset.ConnectionFlapStatus', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.ConnectionFlapStatus"
                                ],
                                "default": "asset.ConnectionFlapStatus",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.ConnectionFlapStatus"
                                ],
                                "default": "asset.ConnectionFlapStatus",
                                "x-enum-as-string": true
                            },
                            "FlapAlertTime": {
                                "description": "Time when flapping was reported.",
                                "type": "string",
                                "format": "date-time",
                                "x-omitempty": true
                            },
                            "FlapCount": {
                                "description": "The number of times a device disconnected within a specified time window.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "FlapDetected": {
                                "description": "Indicates if the device is flapping.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "WindowSize": {
                                "description": "The time window during which device disconnects are counted. E.g. values are PT30M or PT1H.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.ContractInformation": {
                "title": "Asset:Contract Information",
                "description": "Type for saving contract information.",
                "x-allOf-name": "asset.ContractInformation",
                "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 'asset.ContractInformation', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.ContractInformation"
                                ],
                                "default": "asset.ContractInformation",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.ContractInformation"
                                ],
                                "default": "asset.ContractInformation",
                                "x-enum-as-string": true
                            },
                            "BillTo": {
                                "description": "BillTo address of listed for the contract.",
                                "$ref": "#/components/schemas/asset.AddressInformation",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "BillToGlobalUltimate": {
                                "description": "BillToGlobalUltimate information listed in the contract.",
                                "$ref": "#/components/schemas/asset.GlobalUltimate",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ContractNumber": {
                                "description": "Contract number for the Cisco support contract purchased for the Cisco device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LineStatus": {
                                "description": "Contract status as per the Cisco Contract APIx.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.Credential": {
                "title": "Asset:Credential",
                "description": "A credential which can be used to authenticate with a managed target.",
                "x-allOf-name": "asset.Credential",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    }
                ]
            },
            "asset.CustomerInformation": {
                "title": "Asset:Customer Information",
                "description": "Type for saving contract information.",
                "x-allOf-name": "asset.CustomerInformation",
                "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 'asset.CustomerInformation', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.CustomerInformation"
                                ],
                                "default": "asset.CustomerInformation",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.CustomerInformation"
                                ],
                                "default": "asset.CustomerInformation",
                                "x-enum-as-string": true
                            },
                            "Address": {
                                "description": "Address as per the information provided by the user.",
                                "$ref": "#/components/schemas/asset.AddressInformation",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Id": {
                                "description": "Unique identifier for an end customer. This identifier is allocated by Cisco.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name as per the information provided by the user.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.Deployment.Response": {
                "description": "The response body of a HTTP GET request for the 'asset.Deployment' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'asset.Deployment' resources.",
                "x-one-of-name": "asset.Deployment.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/asset.Deployment.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "asset.Deployment.Relationship": {
                "description": "A relationship to the 'asset.Deployment' resource, or the expanded 'asset.Deployment' resource, or the 'null' value.",
                "x-one-of-name": "asset.Deployment.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/asset.Deployment"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "asset.Deployment": {
                "title": "Asset:Deployment",
                "description": "The Deployment object is an essential element of the Cisco consumption-based subscription ecosystem, providing detailed information about deployments associated with subscriptions. It ensures seamless integration and updates through Cisco Install Base, supporting effective deployment tracking and management.\n#### Purpose\nDeployment serves as a detailed repository for tracking and managing deployments under consumption-based subscriptions, facilitating automated updates and ensuring accurate data representation. This information is also queried by downstream OPUS team for billing purposes. \n#### Key Concepts\n- **Integration:** Automates deployment management through synchronization with Cisco Install Base, ensuring data accuracy.\n- **Detailed Information:** Provides comprehensive data on deployment status, customer details, and associated metrics.\n- **Access Management:** Enforces secure access through defined privileges, ensuring only authorized users can interact with deployment data.\n- **Relationship and Dependency Handling:** Manages complex relationships between deployments, devices, and subscriptions, supporting efficient management.\n- **Consumption metering Alerts:** It keeps track of  Deployment level consumption based metering related alerts.",
                "x-allOf-name": "asset.Deployment",
                "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 'asset.Deployment', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.Deployment"
                                ],
                                "default": "asset.Deployment",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.Deployment"
                                ],
                                "default": "asset.Deployment",
                                "x-enum-as-string": true
                            },
                            "AlarmInfo": {
                                "description": "Different alarm types raised for the deployment.",
                                "$ref": "#/components/schemas/asset.DeploymentAlarmInfo",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeploymentRefId": {
                                "description": "Identifies the consumption-based subscription's deployment.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EndCustomer": {
                                "description": "End customer information for the purchased Cisco device's deployment.",
                                "$ref": "#/components/schemas/asset.CustomerInformation",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EndDate": {
                                "description": "End Date for the consumption-based subscription's deployment.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LicenseType": {
                                "description": "Active license tier for the purchased Cisco device's deployment.\n* `Base` - Base as a License type. It is default license type.\n* `Essential` - Essential as a License type.\n* `Standard` - Standard as a License type.\n* `Advantage` - Advantage as a License type.\n* `Premier` - Premier as a License type.\n* `IWO-Essential` - IWO-Essential as a License type.\n* `IWO-Advantage` - IWO-Advantage as a License type.\n* `IWO-Premier` - IWO-Premier as a License type.\n* `IKS-Advantage` - IKS-Advantage as a License type.\n* `INC-Premier-1GFixed` - Premier 1G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-10GFixed` - Premier 10G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-100GFixed` - Premier 100G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-Mod4Slot` - Premier Modular 4 slot license tier for Intersight Nexus Cloud.\n* `INC-Premier-Mod8Slot` - Premier Modular 8 slot license tier for Intersight Nexus Cloud.\n* `INC-Premier-D2OpsFixed` - Premier D2Ops fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-D2OpsMod` - Premier D2Ops modular license tier for Intersight Nexus Cloud.\n* `INC-Premier-CentralizedMod8Slot` - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.\n* `INC-Premier-DistributedMod8Slot` - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.\n* `ERP-Advantage` - Advantage license tier for ERP workflows.\n* `IntersightTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.\n* `IWOTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.\n* `IKSTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.\n* `INCTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.",
                                "type": "string",
                                "enum": [
                                    "Base",
                                    "Essential",
                                    "Standard",
                                    "Advantage",
                                    "Premier",
                                    "IWO-Essential",
                                    "IWO-Advantage",
                                    "IWO-Premier",
                                    "IKS-Advantage",
                                    "INC-Premier-1GFixed",
                                    "INC-Premier-10GFixed",
                                    "INC-Premier-100GFixed",
                                    "INC-Premier-Mod4Slot",
                                    "INC-Premier-Mod8Slot",
                                    "INC-Premier-D2OpsFixed",
                                    "INC-Premier-D2OpsMod",
                                    "INC-Premier-CentralizedMod8Slot",
                                    "INC-Premier-DistributedMod8Slot",
                                    "ERP-Advantage",
                                    "IntersightTrial",
                                    "IWOTrial",
                                    "IKSTrial",
                                    "INCTrial"
                                ],
                                "default": "Base",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MlbOfferType": {
                                "description": "Identifier for consumption based pricing. MLB refers to MultiLine Bundle.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StartDate": {
                                "description": "Start Date for the consumption-based subscription's deployment.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SubscriptionRefId": {
                                "description": "Identifies the consumption-based subscription.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UnitOfMeasure": {
                                "type": "array",
                                "items": {
                                    "description": "Unit of Measure identifies the type of metric being pushed. It is an array field. It contains \"vMemory\" for vm based metering, \"Storage\" for storage based metering and \"Node\" for Node based metering.",
                                    "$ref": "#/components/schemas/asset.MeteringType",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Workloads": {
                                "type": "array",
                                "items": {
                                    "description": "Workload/Usecase running on the deployment.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Devices": {
                                "description": "An array of relationships to assetDeploymentDevice resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/asset.DeploymentDevice.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Subscription": {
                                "$ref": "#/components/schemas/asset.Subscription.Relationship",
                                "description": "A reference to a assetSubscription resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "asset.Deployment.List": {
                "title": "List of 'asset.Deployment' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'asset.Deployment' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'asset.Deployment' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/asset.Deployment"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "asset.DeploymentAlarmInfo": {
                "title": "Asset:Deployment Alarm Info",
                "description": "Persists the different alarm type flags.",
                "x-allOf-name": "asset.DeploymentAlarmInfo",
                "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 'asset.DeploymentAlarmInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.DeploymentAlarmInfo"
                                ],
                                "default": "asset.DeploymentAlarmInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.DeploymentAlarmInfo"
                                ],
                                "default": "asset.DeploymentAlarmInfo",
                                "x-enum-as-string": true
                            },
                            "EnabledAlarms": {
                                "type": "array",
                                "items": {
                                    "description": "List of deployment related alarms raised.\n* `Unknown` - No specific alarms raised at this point of time.\n* `InvalidNodeLicense` - This deployment related alarm is raised when license tier on a deployment with node-metered servers is not Advantage+.\n* `InconsistentUnitOfMeasure` - This deployment related alarm is raised when devices of the same type within a deployment have different units of measure.\n* `InconsistentClusterUnitOfMeasure` - This deployment related alarm is raised when vm-metered servers forming an ESXi cluster have different units of measure.\n* `InvalidEsxiLicense` - This deployment related alarm is raised when license tier on a deployment with VM-metered servers is not Advantage+.\n* `VcenterNotClaimed` - This deployment related alarm is raised when vCenter associated with one or more deployments shows up as unclaimed.\n* `InvalidEsxiAccountLicense` - This deployment related alarm is raised when deployment contains connected VM-metered servers but accounts's license tier is not Advantage+.\n* `NonConsumptionESXiServerAssociated` - This deployment related alarm is raised when deployment contains non-consumption servers participate in an ESXi cluster.\n* `InvalidSubscriptionAssociated` - This deployment related alarm is raised when servers within an ESXi cluster are part of different subscriptions.\n* `InvalidDeploymentAssociated` - This deployment related alarm is raised when servers are not part of related deployments.\n* `VcenterNotPublishingStats` - This deployment related alarm is raised when vm/cluster stats are not recorded from ESXi clusters for over 24 hours.\n* `InvalidCpuOverCommitmentFactor` - This deployment related alarm is raised when configured CPU over-commitment is higher than 2:1 on an ESXi cluster.\n* `InvalidVirtualCpuRatio` - This deployment related alarm is raised when total vCPUs allocated to VMs is greater than 2x the pCPUs available to the ESXi cluster.\n* `HxNotClaimed` - This deployment related alarm is raised when HyperFlex cluster associated with one or more deployments shows up as unclaimed.\n* `HxNotPublishingStats` - This deployment related alarm is raised when used/total storage is not recorded from HyperFlex clusters for over 24 hours.\n* `IncorrectReplicationFactor` - This deployment related alarm is raised when replication/redundancy factor on an HyperFlex cluster is configured lower than 3 (non-edge) or 2 (edge).",
                                    "type": "string",
                                    "enum": [
                                        "Unknown",
                                        "InvalidNodeLicense",
                                        "InconsistentUnitOfMeasure",
                                        "InconsistentClusterUnitOfMeasure",
                                        "InvalidEsxiLicense",
                                        "VcenterNotClaimed",
                                        "InvalidEsxiAccountLicense",
                                        "NonConsumptionESXiServerAssociated",
                                        "InvalidSubscriptionAssociated",
                                        "InvalidDeploymentAssociated",
                                        "VcenterNotPublishingStats",
                                        "InvalidCpuOverCommitmentFactor",
                                        "InvalidVirtualCpuRatio",
                                        "HxNotClaimed",
                                        "HxNotPublishingStats",
                                        "IncorrectReplicationFactor"
                                    ],
                                    "default": "Unknown",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "asset.DeploymentDevice.Response": {
                "description": "The response body of a HTTP GET request for the 'asset.DeploymentDevice' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'asset.DeploymentDevice' resources.",
                "x-one-of-name": "asset.DeploymentDevice.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/asset.DeploymentDevice.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "asset.DeploymentDevice.Relationship": {
                "description": "A relationship to the 'asset.DeploymentDevice' resource, or the expanded 'asset.DeploymentDevice' resource, or the 'null' value.",
                "x-one-of-name": "asset.DeploymentDevice.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/asset.DeploymentDevice"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "asset.DeploymentDevice": {
                "title": "Asset:Deployment Device",
                "description": "The DeploymentDevice object is pivotal in managing device information within consumption-based subscriptions. This provides a detailed view of device installation status, replacements, and transaction history, facilitating seamless management through Cisco Install Base integration.\n#### Purpose\nDeploymentDevice acts as a detailed repository for device-related data within deployments, ensuring accurate tracking under consumption-based subscriptions. This information is also queried by downstream OPUS team for billing purposes. \n#### Key Concepts\n- **Device Management:** Centralizes device data, supporting efficient tracking and management within deployments.\n- **Integration with Install Base:** Listens to messages from Cisco Install Base for automated data updates, ensuring accuracy.\n- **Access Management:** Enforces secure access through defined privileges, ensuring only authorized users can interact with DeploymentDevice data.\n- **Heartbeat generation:** Active DeploymentDevice records are used to publish hourly heartbeats to track device level subscription usage for billing purposes.\n- **Relationship Management:** Manages associations between devices and deployments, supporting effective data management.\n- **Consumption metering Alerts:** It keeps track of  device level consumption based metering related alerts.",
                "x-allOf-name": "asset.DeploymentDevice",
                "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 'asset.DeploymentDevice', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.DeploymentDevice"
                                ],
                                "default": "asset.DeploymentDevice",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.DeploymentDevice"
                                ],
                                "default": "asset.DeploymentDevice",
                                "x-enum-as-string": true
                            },
                            "AlarmInfo": {
                                "description": "Different alarm types raised for the deployment.",
                                "$ref": "#/components/schemas/asset.DeploymentDeviceAlarmInfo",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeviceId": {
                                "description": "Unique identifier of the Cisco device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeviceInformation": {
                                "description": "Detailed device information including installation status and customer address.",
                                "$ref": "#/components/schemas/asset.DeploymentDeviceInformation",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DevicePid": {
                                "description": "Product identifier for the specified Cisco device. It is used to distinguish between HyperFlex and UCS devices.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeviceStatistics": {
                                "description": "Device statistics for HyperFlex and UCS devices.",
                                "$ref": "#/components/schemas/asset.DeviceStatistics",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ProductSubgroup": {
                                "description": "Product Subgroup type helps to determine if device subgroup within Product type has to be billed using consumption metering. example \"N9300 Series\" in Product type \"SWITCH\".",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ProductType": {
                                "description": "Product type helps to determine if device has to be billed using consumption metering. example \"SERVER\".",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RegisteredDeviceMoid": {
                                "description": "String reference to the device connector.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UnitOfMeasure": {
                                "type": "array",
                                "items": {
                                    "description": "Unit of Measure identifies the type of metric being pushed. It is an array field. It contains \"vMemory\" for vm based metering, \"Storage\" for storage based metering and \"Node\" for Node based metering.",
                                    "$ref": "#/components/schemas/asset.MeteringType",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "VirtualizationPlatform": {
                                "description": "Virtualization platform is used to identify the hypervisor type. example \"ESXi\".",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Workload": {
                                "description": "Workload/Usecase running on the device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Deployment": {
                                "$ref": "#/components/schemas/asset.Deployment.Relationship",
                                "description": "A reference to a assetDeployment resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "DeviceContractInformation": {
                                "$ref": "#/components/schemas/asset.DeviceContractInformation.Relationship",
                                "description": "A reference to a assetDeviceContractInformation resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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
                            },
                            "Subscription": {
                                "$ref": "#/components/schemas/asset.Subscription.Relationship",
                                "description": "A reference to a assetSubscription resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "SubscriptionAccount": {
                                "$ref": "#/components/schemas/asset.SubscriptionAccount.Relationship",
                                "description": "A reference to a assetSubscriptionAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "asset.DeploymentDevice.List": {
                "title": "List of 'asset.DeploymentDevice' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'asset.DeploymentDevice' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'asset.DeploymentDevice' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/asset.DeploymentDevice"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "asset.DeploymentDeviceAlarmInfo": {
                "title": "Asset:Deployment Device Alarm Info",
                "description": "Persists the different alarm type flags.",
                "x-allOf-name": "asset.DeploymentDeviceAlarmInfo",
                "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 'asset.DeploymentDeviceAlarmInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.DeploymentDeviceAlarmInfo"
                                ],
                                "default": "asset.DeploymentDeviceAlarmInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.DeploymentDeviceAlarmInfo"
                                ],
                                "default": "asset.DeploymentDeviceAlarmInfo",
                                "x-enum-as-string": true
                            },
                            "EnabledAlarms": {
                                "type": "array",
                                "items": {
                                    "description": "List of device related alarms raised.\n* `Unknown` - No specific alarms raised at this point of time.\n* `DeviceNotReachable` - This device related alarm is raised when the device is not connected to Intersight.\n* `DeviceNotClaimed` - This device related alarm is raised when the device is not claimed within Intersight.\n* `DeviceNotEsxiClusterMember` - This device related alarm is raised when the VM-metered server is not part of an ESXi cluster.\n* `InvalidMemoryMirroringFactor` - This device related alarm is raised when memory mirroring is enabled on a VM-metered server.\n* `InvalidUcsServerLicense` - This device related alarm is raised when a claimed UCS server is not associated with the deployment's license.\n* `DeviceNotPublishingPowerState` - This device related alarm is raised when power state from connected node-metered servers is absent or unknown for over 24 hours.",
                                    "type": "string",
                                    "enum": [
                                        "Unknown",
                                        "DeviceNotReachable",
                                        "DeviceNotClaimed",
                                        "DeviceNotEsxiClusterMember",
                                        "InvalidMemoryMirroringFactor",
                                        "InvalidUcsServerLicense",
                                        "DeviceNotPublishingPowerState"
                                    ],
                                    "default": "Unknown",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "asset.DeploymentDeviceInformation": {
                "title": "Asset:Deployment Device Information",
                "description": "Type for saving the device information reported by Cisco Install Base. It is used in asset.DeploymentDevice object to save the device information.",
                "x-allOf-name": "asset.DeploymentDeviceInformation",
                "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 'asset.DeploymentDeviceInformation', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.DeploymentDeviceInformation"
                                ],
                                "default": "asset.DeploymentDeviceInformation",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.DeploymentDeviceInformation"
                                ],
                                "default": "asset.DeploymentDeviceInformation",
                                "x-enum-as-string": true
                            },
                            "ApplicationName": {
                                "description": "Application name reported by Cisco Install Base.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Description of device reported by Cisco Install Base.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeviceTransactions": {
                                "type": "array",
                                "items": {
                                    "description": "All the device transactions reported by Cisco Install Base.",
                                    "$ref": "#/components/schemas/asset.DeviceTransaction",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "InstanceId": {
                                "description": "Instance number of the device. example \"917280220\".",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ItemType": {
                                "description": "Item type flag. example ATO, Child, Standalone. ATO - refers to Cisco Block based major device. Child - refers to Child device part of an ATO block. Standalone - refers to a device that is managed and configured as an individual entity with limited capacity.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MlbProductId": {
                                "description": "Identifier corresponding to MLB Product Name. MLB refers to MultiLine Bundle.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MlbProductName": {
                                "description": "Product Name for the device. It is used to determine if the server is to be billed as a UCS compute device or a storage cluster. MLB refers to MultiLine Bundle.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OldDeviceId": {
                                "description": "Unique identifier of old Cisco device. It is the device ID of old Cisco device, which got replaced by the new device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OldDeviceStatusDescription": {
                                "description": "Description of status of old Cisco device, which got replaced by the new device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OldDeviceStatusId": {
                                "description": "Status ID of old Cisco device, which got replaced by the new device.\n* `0` - A default value to catch cases where device status is not correctly detected.\n* `10000` - Device is installed successfully.\n* `1010041` - Device is currently in Return Material Authorization process.\n* `10005` - Device is replaced successfully with another device.\n* `10007` - Device is returned succcessfuly.\n* `10009` - Device is terminated at customer's end.",
                                "type": "integer",
                                "enum": [
                                    0,
                                    10000,
                                    1010041,
                                    10005,
                                    10007,
                                    10009
                                ],
                                "default": 0,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OldInstanceId": {
                                "description": "Instance number of the old device, which got replaced by the new device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.DeviceClaim.Relationship": {
                "description": "A relationship to the 'asset.DeviceClaim' resource, or the expanded 'asset.DeviceClaim' resource, or the 'null' value.",
                "x-one-of-name": "asset.DeviceClaim.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/asset.DeviceClaim"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "asset.DeviceClaim": {
                "title": "Asset:Device Claim",
                "description": "DeviceClaim captures the intent to claim a device to an Intersight account. A device can be unclaimed by performing a DELETE on a DeviceClaim instance. When performing a claim, a secret passphrase must be obtained from the device connector UI/API by a sufficiently privileged user. The passphrase is timebound and proves that the user currently has privileged administrative access to the device being claimed.",
                "x-allOf-name": "asset.DeviceClaim",
                "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 'asset.DeviceClaim', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.DeviceClaim"
                                ],
                                "default": "asset.DeviceClaim",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.DeviceClaim"
                                ],
                                "default": "asset.DeviceClaim",
                                "x-enum-as-string": true
                            },
                            "SecurityToken": {
                                "description": "Obtained from the device connector management UI or API (REST endpoint '/connector/SecurityTokens').",
                                "type": "string",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "SerialNumber": {
                                "description": "Obtained from the device connector management UI or API (REST endpoint '/connector/DeviceIdentifiers').",
                                "type": "string",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "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
                            },
                            "Device": {
                                "$ref": "#/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
                            },
                            "Reservation": {
                                "$ref": "#/components/schemas/resource.Reservation.Relationship",
                                "description": "A reference to a resourceReservation resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "asset.DeviceConfiguration.Response": {
                "description": "The response body of a HTTP GET request for the 'asset.DeviceConfiguration' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'asset.DeviceConfiguration' resources.",
                "x-one-of-name": "asset.DeviceConfiguration.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/asset.DeviceConfiguration.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "asset.DeviceConfiguration.Relationship": {
                "description": "A relationship to the 'asset.DeviceConfiguration' resource, or the expanded 'asset.DeviceConfiguration' resource, or the 'null' value.",
                "x-one-of-name": "asset.DeviceConfiguration.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/asset.DeviceConfiguration"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "asset.DeviceConfiguration": {
                "title": "Asset:Device Configuration",
                "description": "The configuration of a device connector. Configuration properties may be changed by a Intersight user or by a device administrator using the connector's API exposed through the platforms management interface.",
                "x-allOf-name": "asset.DeviceConfiguration",
                "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 'asset.DeviceConfiguration', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.DeviceConfiguration"
                                ],
                                "default": "asset.DeviceConfiguration",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.DeviceConfiguration"
                                ],
                                "default": "asset.DeviceConfiguration",
                                "x-enum-as-string": true
                            },
                            "LocalConfigurationLocked": {
                                "description": "Specifies whether configuration through the platforms local management interface has been disabled, with only configuration through the Intersight service enabled.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "LogLevel": {
                                "description": "The log level of the device connector service.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "TunneledKvm": {
                                "description": "Specifies whether Tunneled vKVM is enabled on the device connector.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Device": {
                                "$ref": "#/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
                            }
                        }
                    }
                ]
            },
            "asset.DeviceConfiguration.List": {
                "title": "List of 'asset.DeviceConfiguration' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'asset.DeviceConfiguration' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'asset.DeviceConfiguration' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/asset.DeviceConfiguration"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "asset.DeviceConnection.Relationship": {
                "description": "A relationship to the 'asset.DeviceConnection' resource, or the expanded 'asset.DeviceConnection' resource, or the 'null' value.",
                "x-one-of-name": "asset.DeviceConnection.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/asset.DeviceConnection"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "asset.DeviceConnection": {
                "title": "Asset:Device Connection",
                "description": "An abstract class that holds the details of a device connectors connection to Intersight.",
                "x-allOf-name": "asset.DeviceConnection",
                "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 'asset.DeviceConnection', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "asset.ClusterMember",
                                    "asset.DeviceRegistration"
                                ],
                                "x-enum-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": [
                                    "asset.ClusterMember",
                                    "asset.DeviceRegistration"
                                ],
                                "x-enum-as-string": true
                            },
                            "ApiVersion": {
                                "description": "The version of the connector API, describes the capability of the connector's framework.\nIf the version is lower than the current minimum supported version defined in the service managing the connection, the device connector will be connected with limited capabilities until the device connector is upgraded to a fully supported version. For example if a device connector that was released without delta inventory capabilities registers and connects to Intersight, inventory collection may be disabled until it has been upgraded.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AppPartitionNumber": {
                                "description": "The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ConnectionId": {
                                "description": "The unique identifier for the current connection. The identifier persists across network connectivity loss and is reset on device connector process restart or platform administrator toggle of the Intersight connectivity. The connectionId can be used by services that need to interact with stateful plugins running in the device connector process. For example if a service schedules an inventory in a devices job scheduler plugin at registration it is not necessary to reschedule the job if the device loses network connectivity due to an Intersight service upgrade or intermittent network issues in the devices datacenter.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ConnectionReason": {
                                "description": "If 'connectionStatus' is not equal to Connected, connectionReason provides further details about why the device is not connected with Intersight.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ConnectionStatus": {
                                "description": "The status of the persistent connection between the device connector and Intersight.\n* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.\n* `Connected` - Intersight is able to establish a connection to the target and initiate management activities.\n* `NotConnected` - Intersight is unable to establish a connection to the target.\n* `ClaimInProgress` - Claim of the target is in progress. A connection to the target has not been fully established.\n* `UnclaimInProgress` - Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.\n* `Unclaimed` - The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.\n* `Claimed` - Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.\n* `PreClaimed` - Target has been pre-claimed and is pending claim completion. Pre-claimed targets are pre-provisioned before endpoint is available to connect to Intersight, once target connects the claim can be completed by providing the security token to the pre-claim API.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "Connected",
                                    "NotConnected",
                                    "ClaimInProgress",
                                    "UnclaimInProgress",
                                    "Unclaimed",
                                    "Claimed",
                                    "PreClaimed"
                                ],
                                "default": "",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ConnectionStatusLastChangeTime": {
                                "description": "The last time at which the 'connectionStatus' property value changed. If connectionStatus is Connected, this time can be interpreted as the starting time since which a persistent connection has been maintained between Intersight and Device Connector. If connectionStatus is NotConnected, this time can be interpreted as the last time the device connector was connected with Intersight.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ConnectorVersion": {
                                "description": "The version of the device connector running on the managed device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeviceExternalIpAddress": {
                                "description": "The IP Address of the managed device as seen from Intersight at the time of registration.\nThis could be the IP address of the managed device's interface which has a route to the internet or a NAT IP address when the managed device is deployed in a private network.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ProxyApp": {
                                "description": "The name of the app which will proxy the messages to the device connector.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.DeviceConnectorManager.Response": {
                "description": "The response body of a HTTP GET request for the 'asset.DeviceConnectorManager' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'asset.DeviceConnectorManager' resources.",
                "x-one-of-name": "asset.DeviceConnectorManager.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/asset.DeviceConnectorManager.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "asset.DeviceConnectorManager": {
                "title": "Asset:Device Connector Manager",
                "description": "The DeviceConnectorManager object is a central component in managing registered Intersight Assist Appliance Devices within the Intersight ecosystem. This provides essential information and controls pertaining to device registration and management.\n #### Purpose\nDeviceConnectorManager is responsible for maintaining and overseeing the registration status of Intersight Assist appliances. It helps manage the lifecycle and connectivity of devices, ensuring they are effectively integrated and operational within the system.\n#### Key Concepts\n- **Device Registration:** Manages the registration of Intersight Assist appliances, ensuring they are correctly enrolled and identified within the system.\n- **Lifecycle Management:** Facilitates the management of the device lifecycle, including registration, updates, and potential deregistration.\n- **Relationship Management:** Establishes and maintains relationships with registered devices, supporting cascading updates and ensuring that connected systems are informed of changes.\n- **Access Control:** Utilizes privilege sets to control access and operations, ensuring that only authorized users can perform device management tasks.",
                "x-allOf-name": "asset.DeviceConnectorManager",
                "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 'asset.DeviceConnectorManager', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.DeviceConnectorManager"
                                ],
                                "default": "asset.DeviceConnectorManager",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.DeviceConnectorManager"
                                ],
                                "default": "asset.DeviceConnectorManager",
                                "x-enum-as-string": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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
                            }
                        }
                    }
                ]
            },
            "asset.DeviceConnectorManager.List": {
                "title": "List of 'asset.DeviceConnectorManager' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'asset.DeviceConnectorManager' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'asset.DeviceConnectorManager' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/asset.DeviceConnectorManager"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "asset.DeviceContractInformation.Response": {
                "description": "The response body of a HTTP GET request for the 'asset.DeviceContractInformation' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'asset.DeviceContractInformation' resources.",
                "x-one-of-name": "asset.DeviceContractInformation.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/asset.DeviceContractInformation.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "asset.DeviceContractInformation.Relationship": {
                "description": "A relationship to the 'asset.DeviceContractInformation' resource, or the expanded 'asset.DeviceContractInformation' resource, or the 'null' value.",
                "x-one-of-name": "asset.DeviceContractInformation.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/asset.DeviceContractInformation"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "asset.DeviceContractInformation": {
                "title": "Asset:Device Contract Information",
                "description": "The DeviceContractInformation object provides a comprehensive structure for managing contract-related information of Cisco devices identified by unique identifiers. It integrates data from Cisco APIs to ensure valid device status and contract details, supporting efficient device management.\n#### Purpose\nDeviceContractInformation serves as a central repository for viewing contract-related data of Cisco devices, facilitating efficient tracking and validation through Cisco API integration.\n#### Key Concepts\n- **Contract Management:** Provides detailed information on device contracts, supporting efficient tracking.\n- **Integration with Cisco APIs:** Ensures accurate and validated device information through periodic data synchronization.\n- **Access Control:** Enforces secure access through defined privileges, ensuring authorized interactions with contract data.\n- **Detailed Information:** Maintains comprehensive records of contract status, warranty details, and customer information, supporting reliable data management.",
                "x-allOf-name": "asset.DeviceContractInformation",
                "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 'asset.DeviceContractInformation', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.DeviceContractInformation"
                                ],
                                "default": "asset.DeviceContractInformation",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.DeviceContractInformation"
                                ],
                                "default": "asset.DeviceContractInformation",
                                "x-enum-as-string": true
                            },
                            "Contract": {
                                "description": "Contract information for the Cisco support contract purchased for the Cisco device.",
                                "$ref": "#/components/schemas/asset.ContractInformation",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ContractStatus": {
                                "description": "Calculated contract status that is derived based on the service line status and contract end date. It is different from serviceLineStatus property. serviceLineStatus gives us ACTIVE, OVERDUE, EXPIRED. These are transformed into Active, Expiring Soon and Not Covered.\n* `Unknown` - The device's contract status cannot be determined.\n* `Not Covered` - The Cisco device does not have a valid support contract.\n* `Active` - The Cisco device is covered under a active support contract.\n* `Expiring Soon` - The contract for this Cisco device is going to expire in the next 30 days.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Not Covered",
                                    "Active",
                                    "Expiring Soon"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ContractStatusReason": {
                                "description": "Reason for contract status. In case of Not Covered, reason is either Terminated or Expired.\n* `` - There is no reason for the specified contract status.\n* `Line Item Expired` - The Cisco device does not have a valid support contract, it has expired.\n* `Line Item Terminated` - The Cisco device does not have a valid support contract, it has been terminated.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "Line Item Expired",
                                    "Line Item Terminated"
                                ],
                                "default": "",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ContractUnavailableRetryCount": {
                                "description": "If Contract details doesn't exists in CCW API response, we will retry couple of times based on threshold value Retry count will track the number of retry happens due to contract details unavailability.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ContractUpdatedTime": {
                                "description": "Date and time indicating when the contract data is last fetched from Cisco's Contract API successfully.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CoveredProductLineEndDate": {
                                "description": "End date of the covered product line. The coverage end date is fetched from Cisco SN2INFO API.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeviceId": {
                                "description": "Unique identifier of the Cisco device. This information is used to query Cisco APIx SN2INFO and CCWR databases.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeviceType": {
                                "description": "Type used to classify the device in Cisco Intersight. Currently supported values are Server and FabricInterconnect. This will be expanded to support more types in future.\n* `None` - A default value to catch cases where device type is not correctly detected.\n* `CiscoUcsServer` - A device of type server. It includes Cisco IMC and UCS Managed servers.\n* `CiscoUcsFI` - A device of type Fabric Interconnect. It includes the various types of Cisco Fabric Interconnects supported by Cisco Intersight.\n* `CiscoUcsChassis` - A device of type Chassis. It includes various UCS chassis supported by Cisco Intersight.\n* `CiscoNexusSwitch` - A device of type Nexus switch. It includes various Nexus switches supported by Cisco Intersight.\n* `CiscoMDSSwitch` - A device of type MDS switch. It includes various MDS switches supported by Cisco Intersight.\n* `CiscoEdgeServer` - A device of type Edge Server. It includes various edge servers supported by Cisco Intersight.\n* `CiscoEdgeChassis` - A device of type Edge Chassis. It includes various edge chassis supported by Cisco Intersight.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "CiscoUcsServer",
                                    "CiscoUcsFI",
                                    "CiscoUcsChassis",
                                    "CiscoNexusSwitch",
                                    "CiscoMDSSwitch",
                                    "CiscoEdgeServer",
                                    "CiscoEdgeChassis"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EndCustomer": {
                                "description": "End customer information for the Cisco support contract purchased for the Cisco device.",
                                "$ref": "#/components/schemas/asset.CustomerInformation",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EndUserGlobalUltimate": {
                                "description": "EndUserGlobalUltimate information listed in the contract.",
                                "$ref": "#/components/schemas/asset.GlobalUltimate",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsValid": {
                                "description": "Validates if the device is a genuine Cisco device. Validated is done using the Cisco SN2INFO APIs.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ItemType": {
                                "description": "Item type of this specific Cisco device. example \"Chassis\".",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastDateOfSupport": {
                                "description": "The last date of hardware support for this device.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MaintenancePurchaseOrderNumber": {
                                "description": "Maintenance purchase order number for the Cisco device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MaintenanceSalesOrderNumber": {
                                "description": "Maintenance sales order number for the Cisco device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PlatformType": {
                                "description": "The platform type of the Cisco device.\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
                            },
                            "Product": {
                                "description": "Product information of the offering under a contract.",
                                "$ref": "#/components/schemas/asset.ProductInformation",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PurchaseOrderNumber": {
                                "description": "Purchase order number for the Cisco device. It is a unique number assigned for every purchase.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ResellerGlobalUltimate": {
                                "description": "ResellerGlobalUltimate information listed in the contract.",
                                "$ref": "#/components/schemas/asset.GlobalUltimate",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SalesOrderNumber": {
                                "description": "Sales order number for the Cisco device. It is a unique number assigned for every sale.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ServiceDescription": {
                                "description": "The type of service contract that covers the Cisco device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ServiceEndDate": {
                                "description": "End date for the Cisco service contract that covers this Cisco device.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ServiceLevel": {
                                "description": "The type of service contract that covers the Cisco device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ServiceSku": {
                                "description": "The SKU of the service contract that covers the Cisco device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ServiceStartDate": {
                                "description": "Start date for the Cisco service contract that covers this Cisco device.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StateContract": {
                                "description": "Internal property used for triggering and tracking actions for contract information.\n* `Update` - Sn2Info/Contract information needs to be updated.\n* `OK` - Sn2Info/Contract information was fetched succcessfuly and updated.\n* `Failed` - Sn2Info/Contract information was not available  or failed while fetching.\n* `Retry` - Sn2Info/Contract information update failed and will be retried later.\n* `Inactive` - Device is not in connected state (offline). No action will be taken when the state is Inactive.",
                                "type": "string",
                                "enum": [
                                    "Update",
                                    "OK",
                                    "Failed",
                                    "Retry",
                                    "Inactive"
                                ],
                                "default": "Update",
                                "x-omitempty": true
                            },
                            "WarrantyEndDate": {
                                "description": "End date for the warranty that covers the Cisco device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "WarrantyType": {
                                "description": "Type of warranty that covers the Cisco device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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
                            },
                            "Source": {
                                "$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
                            }
                        }
                    }
                ]
            },
            "asset.DeviceContractInformation.List": {
                "title": "List of 'asset.DeviceContractInformation' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'asset.DeviceContractInformation' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'asset.DeviceContractInformation' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/asset.DeviceContractInformation"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "asset.DeviceContractNotification": {
                "title": "Asset:Device Contract Notification",
                "description": "The DeviceContractNotification object facilitates communication between appliances and cloud systems, supporting contract status computations. It acts as an intermediary for sending and receiving contract status data, ensuring seamless integration and updates.\n#### Purpose\nDeviceContractNotification serves as a communication bridge between appliances and cloud systems, supporting efficient contract status management and updates.\n#### Key Concepts\n- **Communication Management:** Facilitates data exchange between appliances and cloud systems for contract status computations.\n- **Integration:** Supports seamless integration with Cisco systems for accurate and timely contract status updates.\n- **Access Management:** Ensures secure handling of contract data through defined privileges and permissions.\n- **Data Persistence:** Maintains reliable data exchange for contract status management, supporting consistent updates.",
                "x-allOf-name": "asset.DeviceContractNotification",
                "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 'asset.DeviceContractNotification', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.DeviceContractNotification"
                                ],
                                "default": "asset.DeviceContractNotification",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.DeviceContractNotification"
                                ],
                                "default": "asset.DeviceContractNotification",
                                "x-enum-as-string": true
                            },
                            "Contract": {
                                "description": "Contract information for the Cisco support contract purchased for the Cisco device.",
                                "$ref": "#/components/schemas/asset.ContractInformation",
                                "x-omitempty": true
                            },
                            "ContractStatus": {
                                "description": "Calculated contract status that is derived based on the service line status and contract end date. It is different from serviceLineStatus property. serviceLineStatus gives us ACTIVE, OVERDUE, EXPIRED. These are transformed into Active, Expiring Soon and Not Covered.\n* `Unknown` - The device's contract status cannot be determined.\n* `Not Covered` - The Cisco device does not have a valid support contract.\n* `Active` - The Cisco device is covered under a active support contract.\n* `Expiring Soon` - The contract for this Cisco device is going to expire in the next 30 days.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Not Covered",
                                    "Active",
                                    "Expiring Soon"
                                ],
                                "default": "Unknown",
                                "x-omitempty": true
                            },
                            "ContractStatusReason": {
                                "description": "Reason for contract status. In case of Not Covered, reason is either Terminated or Expired.\n* `` - There is no reason for the specified contract status.\n* `Line Item Expired` - The Cisco device does not have a valid support contract, it has expired.\n* `Line Item Terminated` - The Cisco device does not have a valid support contract, it has been terminated.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "Line Item Expired",
                                    "Line Item Terminated"
                                ],
                                "default": "",
                                "x-omitempty": true
                            },
                            "ContractUpdatedTime": {
                                "description": "Date and time indicating when the contract data is last refreshed.",
                                "type": "string",
                                "format": "date-time",
                                "x-omitempty": true
                            },
                            "CoveredProductLineEndDate": {
                                "description": "End date of the covered product line. The coverage end date is fetched from Cisco SN2INFO API.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "DeviceId": {
                                "description": "Unique identifier of the Cisco device.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "EndCustomer": {
                                "description": "End customer information for the Cisco support contract purchased for the Cisco device.",
                                "$ref": "#/components/schemas/asset.CustomerInformation",
                                "x-omitempty": true
                            },
                            "EndUserGlobalUltimate": {
                                "description": "EndUserGlobalUltimate information listed in the contract.",
                                "$ref": "#/components/schemas/asset.GlobalUltimate",
                                "x-omitempty": true
                            },
                            "IsValid": {
                                "description": "Validates if the device is a genuine Cisco device. Validated is done using the Cisco SN2INFO APIs.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "ItemType": {
                                "description": "Item type of this specific Cisco device. example \"Chassis\".",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "LastDateOfSupport": {
                                "description": "The last date of hardware support for this device.",
                                "type": "string",
                                "format": "date-time",
                                "x-omitempty": true
                            },
                            "MaintenancePurchaseOrderNumber": {
                                "description": "Maintenance purchase order number for the Cisco device.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "MaintenanceSalesOrderNumber": {
                                "description": "Maintenance sales order number for the Cisco device.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Product": {
                                "description": "Product information of the offering under a contract.",
                                "$ref": "#/components/schemas/asset.ProductInformation",
                                "x-omitempty": true
                            },
                            "PurchaseOrderNumber": {
                                "description": "Purchase order number for the Cisco device. It is a unique number assigned for every purchase.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ResellerGlobalUltimate": {
                                "description": "ResellerGlobalUltimate information listed in the contract.",
                                "$ref": "#/components/schemas/asset.GlobalUltimate",
                                "x-omitempty": true
                            },
                            "SalesOrderNumber": {
                                "description": "Sales order number for the Cisco device. It is a unique number assigned for every sale.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ServiceDescription": {
                                "description": "The type of service contract that covers the Cisco device.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ServiceEndDate": {
                                "description": "End date for the Cisco service contract that covers this Cisco device.",
                                "type": "string",
                                "format": "date-time",
                                "x-omitempty": true
                            },
                            "ServiceLevel": {
                                "description": "The type of service contract that covers the Cisco device.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ServiceSku": {
                                "description": "The SKU of the service contract that covers the Cisco device.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ServiceStartDate": {
                                "description": "Start date for the Cisco service contract that covers this Cisco device.",
                                "type": "string",
                                "format": "date-time",
                                "x-omitempty": true
                            },
                            "StateContract": {
                                "description": "Internal property used for triggering and tracking actions for contract information.\n* `Update` - Sn2Info/Contract information needs to be updated.\n* `OK` - Sn2Info/Contract information was fetched succcessfuly and updated.\n* `Failed` - Sn2Info/Contract information was not available  or failed while fetching.\n* `Retry` - Sn2Info/Contract information update failed and will be retried later.\n* `Inactive` - Device is not in connected state (offline). No action will be taken when the state is Inactive.",
                                "type": "string",
                                "enum": [
                                    "Update",
                                    "OK",
                                    "Failed",
                                    "Retry",
                                    "Inactive"
                                ],
                                "default": "Update",
                                "x-omitempty": true
                            },
                            "StateSn2Info": {
                                "description": "Internal property used for triggering and tracking actions for sn2info information.\n* `Update` - Sn2Info/Contract information needs to be updated.\n* `OK` - Sn2Info/Contract information was fetched succcessfuly and updated.\n* `Failed` - Sn2Info/Contract information was not available  or failed while fetching.\n* `Retry` - Sn2Info/Contract information update failed and will be retried later.\n* `Inactive` - Device is not in connected state (offline). No action will be taken when the state is Inactive.",
                                "type": "string",
                                "enum": [
                                    "Update",
                                    "OK",
                                    "Failed",
                                    "Retry",
                                    "Inactive"
                                ],
                                "default": "Update",
                                "x-omitempty": true
                            },
                            "WarrantyEndDate": {
                                "description": "End date for the warranty that covers the Cisco device.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "WarrantyType": {
                                "description": "Type of warranty that covers the Cisco device.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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
                            }
                        }
                    }
                ]
            },
            "asset.DeviceEndpointLocalCredential": {
                "title": "Asset:Device Endpoint Local Credential",
                "description": "Used against a device endpoint that manages its own local credential.",
                "x-allOf-name": "asset.DeviceEndpointLocalCredential",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.Credential"
                    }
                ]
            },
            "asset.DeviceInformation": {
                "title": "Asset:Device Information",
                "description": "Type for saving the device information reported by Cisco Install Base. It is used in asset.SubscriptionDeviceInformation object to save the device information.",
                "x-allOf-name": "asset.DeviceInformation",
                "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 'asset.DeviceInformation', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.DeviceInformation"
                                ],
                                "default": "asset.DeviceInformation",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.DeviceInformation"
                                ],
                                "default": "asset.DeviceInformation",
                                "x-enum-as-string": true
                            },
                            "ApplicationName": {
                                "description": "Application name reported by Cisco Install Base.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeviceTransactions": {
                                "type": "array",
                                "items": {
                                    "description": "All the device transactions reported by Cisco Install Base.",
                                    "$ref": "#/components/schemas/asset.DeviceTransaction",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "EndCustomer": {
                                "description": "End customer information for the Cisco support contract purchased for the Cisco device.",
                                "$ref": "#/components/schemas/asset.CustomerInformation",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InstanceId": {
                                "description": "Instance number of the device. example \"917280220\".",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ItemType": {
                                "description": "Item type flag. example ATO, Child, Standalone. ATO - refers to Cisco Block based major device. Child - refers to Child device part of an ATO block. Standalone - refers to a device that is managed and configured as an individual entity with limited capacity.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MlbOfferType": {
                                "description": "Identifier for consumption based pricing. MLB refers to MultiLine Bundle.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MlbProductId": {
                                "description": "Identifier corresponding to MLB Product Name. MLB refers to MultiLine Bundle.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MlbProductName": {
                                "description": "Product Name for the device. It is used to determine if the server is to be billed as a UCS compute device or a storage cluster. MLB refers to MultiLine Bundle.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OldDeviceId": {
                                "description": "Unique identifier of old Cisco device. It is the device ID of old Cisco device, which got replaced by the new device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OldDeviceStatusDescription": {
                                "description": "Description of status of old Cisco device, which got replaced by the new device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OldDeviceStatusId": {
                                "description": "Status ID of old Cisco device, which got replaced by the new device.\n* `0` - A default value to catch cases where device status is not correctly detected.\n* `10000` - Device is installed successfully.\n* `1010041` - Device is currently in Return Material Authorization process.\n* `10005` - Device is replaced successfully with another device.\n* `10007` - Device is returned succcessfuly.\n* `10009` - Device is terminated at customer's end.",
                                "type": "integer",
                                "enum": [
                                    0,
                                    10000,
                                    1010041,
                                    10005,
                                    10007,
                                    10009
                                ],
                                "default": 0,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OldInstanceId": {
                                "description": "Instance number of the old device, which got replaced by the new device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ProductFamily": {
                                "description": "Product Family is the field used to identify the hypervisor type. example \"ESXi\".",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ProductType": {
                                "description": "Product type helps to determine if device has to be billed using consumption metering. example \"SERVER\".",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UnitOfMeasure": {
                                "description": "Unit of Measure is flag used to identify the type of metric being pushed. example - \"STORAGE\" for hardware metrics , \"VM\" - for hypervisor metrics.\n* `None` - A default value to catch cases where unit of measure is not correctly detected.\n* `STORAGE` - The metric type of the device is a storage metric.\n* `NODE` - The metric type of the device is a hardware metric.\n* `VM` - The metric type of the device is a hypervisor metric.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "STORAGE",
                                    "NODE",
                                    "VM"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.DeviceRegistration.Response": {
                "description": "The response body of a HTTP GET request for the 'asset.DeviceRegistration' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'asset.DeviceRegistration' resources.",
                "x-one-of-name": "asset.DeviceRegistration.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/asset.DeviceRegistration.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "asset.DeviceRegistration.Relationship": {
                "description": "A relationship to the 'asset.DeviceRegistration' resource, or the expanded 'asset.DeviceRegistration' resource, or the 'null' value.",
                "x-one-of-name": "asset.DeviceRegistration.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/asset.DeviceRegistration"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "asset.DeviceRegistration": {
                "title": "Asset:Device Registration",
                "description": "The DeviceRegistration object represents a device connector-enabled endpoint that has registered with Intersight. It is a concrete object central to the management of devices, allowing them to be claimed, configured, and monitored within Intersight's infrastructure.\n#### Purpose\nThe DeviceRegistration serves as the primary interface for representing devices within Intersight. It facilitates device management, enabling users to perform operations like claiming, updating, or deleting device-related data. It is essential for capturing the status and configuration of devices interacting with Intersight services.\n#### Key Concepts\n- **Claiming and Ownership:** Supports claiming devices into a user's account, establishing ownership and enabling management operations.\n- **Connectivity Status:** Provides insights into the device's connection status with Intersight, including persistent connection details.\n- **Device Identity:** Maintains device-specific information, such as serial numbers and product IDs, crucial for device validation and tracking.\n- **Security and Access:** Ensures secure management through authentication keys and tokens, facilitating safe device operation and interaction with Intersight.",
                "x-allOf-name": "asset.DeviceRegistration",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.DeviceConnection"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.DeviceRegistration', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.DeviceRegistration"
                                ],
                                "default": "asset.DeviceRegistration",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.DeviceRegistration"
                                ],
                                "default": "asset.DeviceRegistration",
                                "x-enum-as-string": true
                            },
                            "AccessKeyId": {
                                "description": "An identifier for the credential used by the device connector to authenticate with the Intersight web socket gateway.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ClaimedByUserName": {
                                "description": "The name of the user who claimed the device for the account.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClaimedTime": {
                                "description": "The date and time at which the device was claimed to this account.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeviceHostname": {
                                "type": "array",
                                "items": {
                                    "description": "The hostnames of the managed device. There can be multiple hostnames depending on the number of elements managed (i.e. HA clusters).",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "DeviceIpAddress": {
                                "type": "array",
                                "items": {
                                    "description": "The IP Addresses of the managed device. There can be multiple management IPs depending on the number of elements managed (i.e. HA clusters) and in-band/out-of-band connectivity.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ExecutionMode": {
                                "description": "Indicates if the platform is an actual device or an emulated device for testing, demos, etc. Permitted values are [Normal, Emulator, ContainerEmulator].\n* `` - The device reported an empty or unrecognized executionMode.\n* `Normal` - The device connector is running in normal mode, i.e. it is not a simulation.\n* `Emulator` - The device connector is running in simulation mode inside an emulated device.\n* `ContainerEmulator` - The device connector is running in simulation mode inside a containerized emulated device.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "Normal",
                                    "Emulator",
                                    "ContainerEmulator"
                                ],
                                "default": "",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "ParentSignature": {
                                "description": "A signature generated by a parent device or target used to auto-claim a device into a user account at time of registration.",
                                "$ref": "#/components/schemas/asset.ClaimSignature",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Pid": {
                                "type": "array",
                                "items": {
                                    "description": "The product Id of the managed device.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "PlatformType": {
                                "description": "The platform type on which device connector is executing.\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-createOnly": true,
                                "x-omitempty": true
                            },
                            "PublicAccessKey": {
                                "description": "The device connector's public key used by Intersight to authenticate a connection from the device connector. The public key is used to verify that the signature a device connector sends on connect has been signed by the connector's private key stored on the device's filesystem. Must be a PEM encoded RSA or Ed22519 public key string.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PublicAccessKeyRotated": {
                                "description": "The device connectors rotated public key. The device connector may rotate its key pair in conditions where it has been determined the key may have been compromised or if the key type is changing (e.g. moving from RSA to elliptical curve). The device connector will rotate its key in a two step process in order to ensure Intersight has received and committed the new key before invalidating the previous. Device connectors will first send the new public key on PublicAccessKeyRotated, the public key string will also be signed by the current private key. On receipt of a 200 response from Intersight the device connector commits the new key to its local database and will use it for all future authentication requests. Intersight will then allow both the previous and rotated key periods until the device connects with the rotated key, at which point the previous key is invalidated and removed.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PublicEncryptionKey": {
                                "description": "The device connector public key used by Intersight for encryption. The public key is used to encrypt ephemeral aes keys to be used for decrypting sensitive data from Intersight. Must be a PEM encoded RSA public key string.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ReadOnly": {
                                "description": "Flag reported by devices to indicate an administrator of the device has disabled management operations of the device connector and only monitoring is permitted.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RotateAccessKey": {
                                "description": "Request the device to rotate its key pair. SRE team may set this field to trigger the device to rotate its key pair in conditions where it has been identified that the device's key has been compromised. When RotateAccessKey is set to true the device will be forced to re-connect and rotate its key.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "Serial": {
                                "type": "array",
                                "items": {
                                    "description": "A list of serial numbers of the individual device elements (e.g. HA primary/secondary or cluster members) which are exposed as a single unit of management by the device connector.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Vendor": {
                                "description": "The vendor of the managed device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ClaimedByUser": {
                                "$ref": "#/components/schemas/iam.User.Relationship",
                                "description": "A reference to a iamUser resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ClusterMembers": {
                                "description": "An array of relationships to assetClusterMember resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/asset.ClusterMember.Relationship"
                                },
                                "nullable": true,
                                "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
                            },
                            "DeviceClaim": {
                                "$ref": "#/components/schemas/asset.DeviceClaim.Relationship",
                                "description": "A reference to a assetDeviceClaim resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "DeviceConfiguration": {
                                "$ref": "#/components/schemas/asset.DeviceConfiguration.Relationship",
                                "description": "A reference to a assetDeviceConfiguration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "DomainGroup": {
                                "$ref": "#/components/schemas/iam.DomainGroup.Relationship",
                                "description": "A reference to a iamDomainGroup resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ParentConnection": {
                                "$ref": "#/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
                            },
                            "Target": {
                                "$ref": "#/components/schemas/asset.Target.Relationship",
                                "description": "A reference to a assetTarget resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "asset.DeviceRegistration.List": {
                "title": "List of 'asset.DeviceRegistration' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'asset.DeviceRegistration' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'asset.DeviceRegistration' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/asset.DeviceRegistration"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "asset.DeviceStatistics": {
                "title": "Asset:Device Statistics",
                "description": "Type for saving device statistics related information for HyperFlex and UCS devices. It is used in asset.DeploymentDevice object to save the current device statistics.",
                "x-allOf-name": "asset.DeviceStatistics",
                "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 'asset.DeviceStatistics', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.DeviceStatistics"
                                ],
                                "default": "asset.DeviceStatistics",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.DeviceStatistics"
                                ],
                                "default": "asset.DeviceStatistics",
                                "x-enum-as-string": true
                            },
                            "ClusterDeploymentType": {
                                "description": "Deployment type of HyperFlex cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClusterDeviceMoid": {
                                "description": "Reference to HyperFlex cluster target device ID.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClusterName": {
                                "description": "Name of the cluster. It is specified only for HyperFlex based devices.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClusterReplicationFactor": {
                                "description": "Data replication factor of HyperFlex cluster.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Connected": {
                                "description": "The status of the persistent connection between the device connector and Intersight, for HyperFlex or UCS device. 1 represents being connected and 0 represents being disconnected.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MembershipRatio": {
                                "description": "Defines the average proportion of resources used by the device within the cluster. example in a cluster having 3 nodes, the membershipRatio of each node is 1/3 or 0.33. It is specified only for HyperFlex based devices.",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MemoryMirroringFactor": {
                                "description": "Memory Reliability, availability and serviceability (RAS) factor.",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VmHost": {
                                "description": "VM host which is associated with the serial. It is updated only for devices which has vm installation.",
                                "$ref": "#/components/schemas/asset.VmHost",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.DeviceTransaction": {
                "title": "Asset:Device Transaction",
                "description": "Type for saving the device transaction history. It is used in asset.DeploymentDeviceInformation object to save the device transactions.",
                "x-allOf-name": "asset.DeviceTransaction",
                "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 'asset.DeviceTransaction', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.DeviceTransaction"
                                ],
                                "default": "asset.DeviceTransaction",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.DeviceTransaction"
                                ],
                                "default": "asset.DeviceTransaction",
                                "x-enum-as-string": true
                            },
                            "Action": {
                                "description": "The action taken by Cisco Install Base on the device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StatusDescription": {
                                "description": "Description of status of Cisco device reported by Cisco Install Base.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StatusId": {
                                "description": "Status ID of device reported by Cisco Install Base.\n* `0` - A default value to catch cases where device status is not correctly detected.\n* `10000` - Device is installed successfully.\n* `1010041` - Device is currently in Return Material Authorization process.\n* `10005` - Device is replaced successfully with another device.\n* `10007` - Device is returned succcessfuly.\n* `10009` - Device is terminated at customer's end.",
                                "type": "integer",
                                "enum": [
                                    0,
                                    10000,
                                    1010041,
                                    10005,
                                    10007,
                                    10009
                                ],
                                "default": 0,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Timestamp": {
                                "description": "Timestamp field reported by Cisco Install Base.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TransactionBatchId": {
                                "description": "Transaction batch ID reported by Cisco Install Base.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TransactionDate": {
                                "description": "Transaction Date reported by Cisco Install Base.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TransactionSequence": {
                                "description": "Transaction sequence reported by Cisco Install Base.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.GenericTargetClaimOptions": {
                "title": "Asset:Generic Target Claim Options",
                "description": "Captures the generic set of options required to claim a generic target managed via assist. Should be used only by partners who are developing their integration using the Partner Integration appliance.",
                "x-allOf-name": "asset.GenericTargetClaimOptions",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.ServiceOptions"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.GenericTargetClaimOptions', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.GenericTargetClaimOptions"
                                ],
                                "default": "asset.GenericTargetClaimOptions",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.GenericTargetClaimOptions"
                                ],
                                "default": "asset.GenericTargetClaimOptions",
                                "x-enum-as-string": true
                            },
                            "TargetOptions": {
                                "description": "The generic device connector will consume these options.",
                                "nullable": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.GeoLocation.Response": {
                "description": "The response body of a HTTP GET request for the 'asset.GeoLocation' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'asset.GeoLocation' resources.",
                "x-one-of-name": "asset.GeoLocation.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/asset.GeoLocation.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "asset.GeoLocation.Relationship": {
                "description": "A relationship to the 'asset.GeoLocation' resource, or the expanded 'asset.GeoLocation' resource, or the 'null' value.",
                "x-one-of-name": "asset.GeoLocation.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/asset.GeoLocation"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "asset.GeoLocation": {
                "title": "Asset:Geo Location",
                "description": "The geographic location of a managed target.",
                "x-allOf-name": "asset.GeoLocation",
                "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 'asset.GeoLocation', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.GeoLocation"
                                ],
                                "default": "asset.GeoLocation",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.GeoLocation"
                                ],
                                "default": "asset.GeoLocation",
                                "x-enum-as-string": true
                            },
                            "Address": {
                                "description": "The location's street address.",
                                "$ref": "intersight-hyperflex-v3-1.0.11-20260807064027971.json#/components/schemas/comm.PhysicalAddress",
                                "x-omitempty": true
                            },
                            "Coordinates": {
                                "description": "The location's longitude and latitude coordinates.",
                                "$ref": "intersight-hyperflex-v3-1.0.11-20260807064027971.json#/components/schemas/comm.GeoPoint",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "A user provided name for the location.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "asset.GeoLocation.List": {
                "title": "List of 'asset.GeoLocation' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'asset.GeoLocation' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'asset.GeoLocation' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/asset.GeoLocation"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "asset.GlobalUltimate": {
                "title": "Asset:Global Ultimate",
                "description": "Type for customer information of the BillToGlobal.",
                "x-allOf-name": "asset.GlobalUltimate",
                "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 'asset.GlobalUltimate', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.GlobalUltimate"
                                ],
                                "default": "asset.GlobalUltimate",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.GlobalUltimate"
                                ],
                                "default": "asset.GlobalUltimate",
                                "x-enum-as-string": true
                            },
                            "Id": {
                                "description": "ID of the user in BillToGlobal.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the user in BillToGlobal.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.GoogleCloudPlatformServiceAccountKeyCredential": {
                "title": "Asset:Google Cloud Platform Service Account Key Credential",
                "description": "Google APIs use the OAuth 2.0 protocol for authentication and authorization. Google Cloud Platform (GCP) service account's key JSON file to get an access token to call Google APIs. Documentation : [link](https://cloud.google.com/iam/docs/creating-managing-service-account-keys).",
                "x-allOf-name": "asset.GoogleCloudPlatformServiceAccountKeyCredential",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.Credential"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.GoogleCloudPlatformServiceAccountKeyCredential', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.GoogleCloudPlatformServiceAccountKeyCredential"
                                ],
                                "default": "asset.GoogleCloudPlatformServiceAccountKeyCredential",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.GoogleCloudPlatformServiceAccountKeyCredential"
                                ],
                                "default": "asset.GoogleCloudPlatformServiceAccountKeyCredential",
                                "x-enum-as-string": true
                            },
                            "IsServiceAccountKeySet": {
                                "description": "Indicates whether the value of the 'serviceAccountKey' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "KeyType": {
                                "description": "Google Cloud Platform (GCP) service account's key type.\n* `JSON` - JavaScript Object Notation (JSON) is a standard text-based format for representing structured data based on JavaScript object syntax. It is commonly used for transmitting data in web applications.\n* `P12` - PKCS #12 is an archive file format for storing many cryptography objects as a single file. It is commonly used to bundle a private key with its X.509 certificate or to bundle all the members of a chain of trust.",
                                "type": "string",
                                "enum": [
                                    "JSON",
                                    "P12"
                                ],
                                "default": "JSON",
                                "x-omitempty": true
                            },
                            "ServiceAccountKey": {
                                "description": "Google Cloud Platform (GCP) service account's key file content in the format of the keyType specified.",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.HttpConnection": {
                "title": "Asset:Http Connection",
                "description": "HttpConnection provides the necessary details for Intersight to connect to and authenticate with a managed target over an HTTP connection.",
                "x-allOf-name": "asset.HttpConnection",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.Connection"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.HttpConnection', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.HttpConnection"
                                ],
                                "default": "asset.HttpConnection",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.HttpConnection"
                                ],
                                "default": "asset.HttpConnection",
                                "x-enum-as-string": true
                            },
                            "CertificateAuthority": {
                                "description": "The certificate authority of the target. If set and connection is secure the connection will be validate using the servers identity with this certificate. If not set no validation will be done of the identity.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "IsSecure": {
                                "description": "Indicates whether a connection to the target should be established using HTTPS.",
                                "type": "boolean",
                                "default": true,
                                "x-omitempty": true
                            },
                            "ManagementAddress": {
                                "description": "The DNS hostname or IP Address, either IPv4 or IPv6, to be used to connect to the managed target.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Port": {
                                "description": "The port number to be used to connect to the managed target. Values 1-65535 indicate a port number to be used. A value of 0 is not a valid port number and instead indicates that the default management port, as defined by the documentation of the managed target, should be used to establish a connection.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 0,
                                "maximum": 65535,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.IntersightDeviceConnectorConnection": {
                "title": "Asset:Intersight Device Connector Connection",
                "description": "Target is connected to Intersight using a Device Connector.",
                "x-allOf-name": "asset.IntersightDeviceConnectorConnection",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.Connection"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.IntersightDeviceConnectorConnection', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.IntersightDeviceConnectorConnection"
                                ],
                                "default": "asset.IntersightDeviceConnectorConnection",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.IntersightDeviceConnectorConnection"
                                ],
                                "default": "asset.IntersightDeviceConnectorConnection",
                                "x-enum-as-string": true
                            },
                            "PreClaim": {
                                "description": "A pre-claim of an embedded target. Does not require a security token to be provided at target create, target will be created in a pre-claim state.",
                                "type": "boolean",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "SecurityToken": {
                                "description": "The SecurityToken object holds a time-limited random string used for claiming a device. It is created implicitly for each device connector at the time of registration, providing a secure mechanism for users to assert administrative access during device claim operations.\n#### Purpose\nSecurityToken acts as a temporary credential that proves a user's administrative access to a device, allowing them to claim the device within Intersight. It strengthens the security of claim operations, preventing unauthorized device claims by restricting access to users who possess the token.\n#### Key Concepts\n- **Time-Bound Security:** Tokens are generated with expiration times, ensuring they are only valid for a limited duration to reduce the risk of misuse.\n- **Claim Validation:** Used during claim operations to validate that the user has the necessary privileges to manage the device.\n- **Access Control:** Integrates with Intersight's security model, providing controlled access to device claim functionalities.",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "SerialNumber": {
                                "description": "Obtained from the device connector management UI or API (REST endpoint '/connector/DeviceIdentifiers').",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.MerakiCloudOptions": {
                "title": "Asset:Meraki Cloud Options",
                "description": "Captures the Meraki organization Id that is mapped to the claimed target.",
                "x-allOf-name": "asset.MerakiCloudOptions",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.ServiceOptions"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.MerakiCloudOptions', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.MerakiCloudOptions"
                                ],
                                "default": "asset.MerakiCloudOptions",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.MerakiCloudOptions"
                                ],
                                "default": "asset.MerakiCloudOptions",
                                "x-enum-as-string": true
                            },
                            "OrganizationId": {
                                "description": "The Meraki organization id that is mapped to the target being claimed.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.MeteringType": {
                "title": "Asset:Metering Type",
                "description": "Type for saving Metering details.",
                "x-allOf-name": "asset.MeteringType",
                "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 'asset.MeteringType', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.MeteringType"
                                ],
                                "default": "asset.MeteringType",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.MeteringType"
                                ],
                                "default": "asset.MeteringType",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "Metric type used to calculate metering for the device sent from the IB Contract. example  Node, vMemory, vCPU.\n* `None` - A default value to catch cases where metric type is not correctly detected.\n* `Node` - The metering of the device is on the basis of Power state.\n* `Storage` - The metering of the device is on the basis of used Storage.\n* `vMemory` - The metering of the device is on the basis of VM Memory.\n* `vCPU` - The metering of the device is on the basis of vCPU.\n* `vStorage` - The metering of the device is on the basis of used virtual Storage.\n* `Switch` - The metering of the device is on the basis of Switch.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Node",
                                    "Storage",
                                    "vMemory",
                                    "vCPU",
                                    "vStorage",
                                    "Switch"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Unit": {
                                "description": "Metric unit used to calculate metering for the device sent from the IB Contract. example  Node, GiB, Cores.\n* `None` - A default value to catch cases where metric unit is not correctly detected.\n* `Node` - It is applicable for Node Metric type.\n* `GiB` - It is applicable for VMemory, vStorage and Storage Metric types.\n* `TiB` - It is applicable for VMemory, vStorage and Storage Metric types.\n* `Cores` - It is applicable for vCPU Metric type.\n* `Switch` - It is applicable for Switch Metric type.\n* `Port` - It is applicable for Switch Metric type.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Node",
                                    "GiB",
                                    "TiB",
                                    "Cores",
                                    "Switch",
                                    "Port"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.NewRelicCredential": {
                "title": "Asset:New Relic Credential",
                "description": "Credentials for authenticating with a NewRelic target. Management of a NewRelic target leverages multiple management interfaces and this credential object contains all necessary credentials.",
                "x-allOf-name": "asset.NewRelicCredential",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.Credential"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.NewRelicCredential', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.NewRelicCredential"
                                ],
                                "default": "asset.NewRelicCredential",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.NewRelicCredential"
                                ],
                                "default": "asset.NewRelicCredential",
                                "x-enum-as-string": true
                            },
                            "GraphQlCredential": {
                                "description": "A credential for authenticating with the NewRelic GraphQL interface.",
                                "$ref": "#/components/schemas/asset.ApiKeyCredential",
                                "x-omitempty": true
                            },
                            "RestApiCredential": {
                                "description": "A credential for authenticating with the NewRelic Rest API interface.",
                                "$ref": "#/components/schemas/asset.ApiKeyCredential",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.NoAuthenticationCredential": {
                "title": "Asset:No Authentication Credential",
                "description": "Used against a target which does not require any credential.",
                "x-allOf-name": "asset.NoAuthenticationCredential",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.Credential"
                    }
                ]
            },
            "asset.OauthBearerTokenCredential": {
                "title": "Asset:Oauth Bearer Token Credential",
                "description": "A credential which performs authentication based on a bearer token.",
                "x-allOf-name": "asset.OauthBearerTokenCredential",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.Credential"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.OauthBearerTokenCredential', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.OauthBearerTokenCredential"
                                ],
                                "default": "asset.OauthBearerTokenCredential",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.OauthBearerTokenCredential"
                                ],
                                "default": "asset.OauthBearerTokenCredential",
                                "x-enum-as-string": true
                            },
                            "IsTokenSet": {
                                "description": "Indicates whether the value of the 'token' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ScopeType": {
                                "description": "Scope type for the crendetial i.e. User, Organization, Team.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ScopeValue": {
                                "description": "Scope value for the credential i.e. username, organization name or team name.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Token": {
                                "description": "The token used to authenticate with a managed target.",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.OauthClientIdSecretCredential": {
                "title": "Asset:Oauth Client Id Secret Credential",
                "description": "An OAuth credential which performs authentication based on a client ID and client Secret.",
                "x-allOf-name": "asset.OauthClientIdSecretCredential",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.Credential"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.OauthClientIdSecretCredential', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.OauthClientIdSecretCredential"
                                ],
                                "default": "asset.OauthClientIdSecretCredential",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.OauthClientIdSecretCredential"
                                ],
                                "default": "asset.OauthClientIdSecretCredential",
                                "x-enum-as-string": true
                            },
                            "ClientId": {
                                "description": "The client ID used to authenticate with a managed target.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ClientSecret": {
                                "description": "The client secret used to authenticate with a managed target.",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "IsClientSecretSet": {
                                "description": "Indicates whether the value of the 'clientSecret' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.OrchestrationCivpVmwareVcenterOptions": {
                "title": "Asset:Orchestration Civp Vmware Vcenter Options",
                "description": "Captures configuration specific to the VMware Vcenter target for the VSphere Remote Plugin.",
                "x-allOf-name": "asset.OrchestrationCivpVmwareVcenterOptions",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.ServiceOptions"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.OrchestrationCivpVmwareVcenterOptions', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.OrchestrationCivpVmwareVcenterOptions"
                                ],
                                "default": "asset.OrchestrationCivpVmwareVcenterOptions",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.OrchestrationCivpVmwareVcenterOptions"
                                ],
                                "default": "asset.OrchestrationCivpVmwareVcenterOptions",
                                "x-enum-as-string": true
                            },
                            "CivpEnabled": {
                                "description": "CivpEnabled controls whether VSphere Remote Plugin is enabled or not. vCenter Server version 8.0 or later.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "IsClientSecretSet": {
                                "description": "Indicates whether the value of the 'clientSecret' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.OrchestrationHitachiVirtualStoragePlatformOptions": {
                "title": "Asset:Orchestration Hitachi Virtual Storage Platform Options",
                "description": "Captures configuration specific to the Hitachi Virtual Storage Platform target for the Orchestration service.",
                "x-allOf-name": "asset.OrchestrationHitachiVirtualStoragePlatformOptions",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.ServiceOptions"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.OrchestrationHitachiVirtualStoragePlatformOptions', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.OrchestrationHitachiVirtualStoragePlatformOptions"
                                ],
                                "default": "asset.OrchestrationHitachiVirtualStoragePlatformOptions",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.OrchestrationHitachiVirtualStoragePlatformOptions"
                                ],
                                "default": "asset.OrchestrationHitachiVirtualStoragePlatformOptions",
                                "x-enum-as-string": true
                            },
                            "OpsCenterManagementAddress": {
                                "description": "The DNS hostname or IP address of the Hitachi Ops Center API Configuration Manager used to manage the Hitachi Virtual Storage Platform.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.OrchestrationHsmVmwareVcenterOptions": {
                "title": "Asset:Orchestration Hsm Vmware Vcenter Options",
                "description": "Captures configuration specific to the VMware Vcenter target for the Hardware Support Manager.",
                "x-allOf-name": "asset.OrchestrationHsmVmwareVcenterOptions",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.ServiceOptions"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.OrchestrationHsmVmwareVcenterOptions', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.OrchestrationHsmVmwareVcenterOptions"
                                ],
                                "default": "asset.OrchestrationHsmVmwareVcenterOptions",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.OrchestrationHsmVmwareVcenterOptions"
                                ],
                                "default": "asset.OrchestrationHsmVmwareVcenterOptions",
                                "x-enum-as-string": true
                            },
                            "HsmEnabled": {
                                "description": "HsmEnabled controls whether Hardware Support Manager is enabled or not. vCenter Server version 7.0 or later.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "IsClientSecretSet": {
                                "description": "Indicates whether the value of the 'clientSecret' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.OrchestrationService": {
                "title": "Asset:Orchestration Service",
                "description": "OrchestrationService provides the necessary configuration details to enable Intersight Orchestration on the selected managed target. Subject to licensing.",
                "x-allOf-name": "asset.OrchestrationService",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.Service"
                    }
                ]
            },
            "asset.ParentConnectionSignature": {
                "title": "Asset:Parent Connection Signature",
                "description": "A signature generated by a device connector with its private key. Signature is passed to leaf device connectors to authenticate connectivity between devices.",
                "x-allOf-name": "asset.ParentConnectionSignature",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.ClaimSignature"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.ParentConnectionSignature', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.ParentConnectionSignature"
                                ],
                                "default": "asset.ParentConnectionSignature",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.ParentConnectionSignature"
                                ],
                                "default": "asset.ParentConnectionSignature",
                                "x-enum-as-string": true
                            },
                            "DeviceId": {
                                "description": "The moid of the parent device registration.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "NodeId": {
                                "description": "The node identity of the parent device, corresponds to the parents ClusterMember.memberIdentity. Used on connect to establish through which device in a cluster the child is connected through.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.PreClaim": {
                "title": "Asset:Pre Claim",
                "description": "The PreClaim object is a specialized component of the device management system designed to facilitate the completion of the claim process for pre-provisioned assets. It acts as a bridge for targets that are defined in the system before their physical endpoints have established a connection to the management platform.\n#### Purpose\nA PreClaim serves to facilitate the completion of the claim process for hardware that has been staged or provisioned in advance. The object specifically manages the association between a pre-defined target and the unique security credentials of the connecting hardware.\n#### Key Concepts\n- **Secure Validation**: Facilitates the completion of the claim process by requiring a security token and serial number, ensuring that only authorized physical devices can assume the identity of a pre-provisioned target.\n- **Lifecycle Transition**: Manages the status of the claim from an initial pre-provisioned state to a finalized \"claimed\" state, at which point the device is fully integrated and manageable.\n- **Role-Based Management**: Access is strictly governed by specific privilege sets, such as Account Administrator and Claim Device roles, ensuring that only authorized personnel can complete the onboarding of assets.",
                "x-allOf-name": "asset.PreClaim",
                "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 'asset.PreClaim', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.PreClaim"
                                ],
                                "default": "asset.PreClaim",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.PreClaim"
                                ],
                                "default": "asset.PreClaim",
                                "x-enum-as-string": true
                            },
                            "SecurityToken": {
                                "description": "Obtained from the device connector management UI or API (REST endpoint '/connector/SecurityTokens').",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "SerialNumber": {
                                "description": "Obtained from the device connector management UI or API (REST endpoint '/connector/DeviceIdentifiers').",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Target": {
                                "$ref": "#/components/schemas/asset.Target.Relationship",
                                "description": "A reference to a assetTarget resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "asset.PrivateKeyCredential": {
                "title": "Asset:Private Key Credential",
                "description": "A credential which performs authentication based on a private key for targets like SSH Endpoint. PrivateKeyCredential used to establish password-less SSH connection to the endpoint.",
                "x-allOf-name": "asset.PrivateKeyCredential",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.Credential"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.PrivateKeyCredential', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.PrivateKeyCredential"
                                ],
                                "default": "asset.PrivateKeyCredential",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.PrivateKeyCredential"
                                ],
                                "default": "asset.PrivateKeyCredential",
                                "x-enum-as-string": true
                            },
                            "IsPassphraseSet": {
                                "description": "Indicates whether the value of the 'passphrase' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsPrivateKeySet": {
                                "description": "Indicates whether the value of the 'privateKey' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Passphrase": {
                                "description": "The passphrase associated with the private key - Optional.",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "PrivateKey": {
                                "description": "The private key used to authenticate with a managed target. The corresponding public key needs to be added in the auth list of the remote endpoint.",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "Username": {
                                "description": "The username used to authenticate with a managed target.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.ProductInformation": {
                "title": "Asset:Product Information",
                "description": "Type for saving the product information.",
                "x-allOf-name": "asset.ProductInformation",
                "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 'asset.ProductInformation', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.ProductInformation"
                                ],
                                "default": "asset.ProductInformation",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.ProductInformation"
                                ],
                                "default": "asset.ProductInformation",
                                "x-enum-as-string": true
                            },
                            "BillTo": {
                                "description": "Billing address provided by customer while buying this Cisco product.",
                                "$ref": "#/components/schemas/asset.AddressInformation",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Short description of the Cisco product that helps identify the product easily. example \"DISTI:UCS 6248UP 1RU Fabric Int/No PSU/32 UP/ 12p LIC\".",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Family": {
                                "description": "Family that the product belongs to. Example \"UCSB\".",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Group": {
                                "description": "Group that the product belongs to. It is one higher level categorization above family. example \"Switch\".",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Number": {
                                "description": "Product number that identifies the product. example PID. example \"UCS-FI-6248UP-CH2\".",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ShipTo": {
                                "description": "Shipping address provided by customer while buying this Cisco product.",
                                "$ref": "#/components/schemas/asset.AddressInformation",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SubType": {
                                "description": "Sub type of the product being specified. example \"UCS 6200 SER\".",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.ScopedTargetConnection": {
                "title": "Asset:Scoped Target Connection",
                "description": "ScopedTargetConnection provides the necessary details for Intersight to connect to and authenticate with a managed scoped target such as msSQL, mySQL and Oracle Database etc.",
                "x-allOf-name": "asset.ScopedTargetConnection",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.Connection"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.ScopedTargetConnection', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.ScopedTargetConnection"
                                ],
                                "default": "asset.ScopedTargetConnection",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.ScopedTargetConnection"
                                ],
                                "default": "asset.ScopedTargetConnection",
                                "x-enum-as-string": true
                            },
                            "FullValidation": {
                                "description": "When this flag is set to true, every IWO entity in the scope targets will be checked and discovery of the scope target will be regarded as a failure when anyone of these entities cannot be connected and validated.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "IsSecure": {
                                "description": "Indicates whether a connection to the target should be established using TLS.",
                                "type": "boolean",
                                "default": true,
                                "x-omitempty": true
                            },
                            "Port": {
                                "description": "The port number to be used to connect to the managed target. Values 1-65535 indicate a port number to be used. A value of 0 is not a valid port number and instead indicates that the default management port, as defined by the documentation of the managed target, should be used to establish a connection.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 0,
                                "maximum": 65535,
                                "x-omitempty": true
                            },
                            "Scope": {
                                "description": "The group id of IWO entities upon which the discover of a scoped target is performed. For example, a database target may be scoped to the group of virtual machines upon which the database application is running. Scope value is group id created for all those virtual machines in this scope.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.Service": {
                "title": "Asset:Service",
                "description": "A service that is enabled on a managed target. For example, Intersight Orchestration or Intersight Workload Optimizer.",
                "x-allOf-name": "asset.Service",
                "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 'asset.Service', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "asset.OrchestrationService",
                                    "asset.TerraformIntegrationService",
                                    "asset.VirtualizationService",
                                    "asset.WorkloadOptimizerService"
                                ],
                                "x-enum-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": [
                                    "asset.OrchestrationService",
                                    "asset.TerraformIntegrationService",
                                    "asset.VirtualizationService",
                                    "asset.WorkloadOptimizerService"
                                ],
                                "x-enum-as-string": true
                            },
                            "Options": {
                                "description": "Captures configuration that is specific to a target type for a specific service.",
                                "$ref": "#/components/schemas/asset.ServiceOptions",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.ServiceNowCredential": {
                "title": "Asset:Service Now Credential",
                "description": "Credentials for authenticating with a ServiceNow target. Management of a ServiceNow target leverages multiple management interfaces and this credential object contains all necessary credentials.",
                "x-allOf-name": "asset.ServiceNowCredential",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.Credential"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.ServiceNowCredential', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.ServiceNowCredential"
                                ],
                                "default": "asset.ServiceNowCredential",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.ServiceNowCredential"
                                ],
                                "default": "asset.ServiceNowCredential",
                                "x-enum-as-string": true
                            },
                            "OauthAuthenticationCredential": {
                                "description": "Optional client id/secret credential used for OAuth authentication with ServiceNow target. ServiceNow requires this to be used for OAuth authentication combining with user/password credential.",
                                "$ref": "#/components/schemas/asset.OauthClientIdSecretCredential",
                                "x-omitempty": true
                            },
                            "UserPasswordCredential": {
                                "description": "Minimum required user/password credential to validate and discover ServiceNow target.",
                                "$ref": "#/components/schemas/asset.UsernamePasswordCredential",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.ServiceOptions": {
                "title": "Asset:Service Options",
                "description": "ServiceOptions captures configuration that is specific to a target type for a specific service.",
                "x-allOf-name": "asset.ServiceOptions",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    }
                ]
            },
            "asset.SplunkTokenCredential": {
                "title": "Asset:Splunk Token Credential",
                "description": "A credential which performs authentication based on Splunk token.",
                "x-allOf-name": "asset.SplunkTokenCredential",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.Credential"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.SplunkTokenCredential', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.SplunkTokenCredential"
                                ],
                                "default": "asset.SplunkTokenCredential",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.SplunkTokenCredential"
                                ],
                                "default": "asset.SplunkTokenCredential",
                                "x-enum-as-string": true
                            },
                            "IsTokenSet": {
                                "description": "Indicates whether the value of the 'token' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Token": {
                                "description": "The Splunk token used to authenticate with a managed target.",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.SshConnection": {
                "title": "Asset:Ssh Connection",
                "description": "SshConnection provides the necessary details for Intersight to connect and authenticate with a managed target over an SSH connection.",
                "x-allOf-name": "asset.SshConnection",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.Connection"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.SshConnection', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.SshConnection"
                                ],
                                "default": "asset.SshConnection",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.SshConnection"
                                ],
                                "default": "asset.SshConnection",
                                "x-enum-as-string": true
                            },
                            "ManagementAddress": {
                                "description": "The DNS hostname or IPv4 Address to be used to connect to the managed target.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Port": {
                                "description": "The port number to be used to connect to the managed target. Valid values are 1 - 65535. If not provided, a default port of 22 is used to establish the SSH connection to the given target.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 0,
                                "maximum": 65535,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.Subscription.Response": {
                "description": "The response body of a HTTP GET request for the 'asset.Subscription' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'asset.Subscription' resources.",
                "x-one-of-name": "asset.Subscription.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/asset.Subscription.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "asset.Subscription.Relationship": {
                "description": "A relationship to the 'asset.Subscription' resource, or the expanded 'asset.Subscription' resource, or the 'null' value.",
                "x-one-of-name": "asset.Subscription.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/asset.Subscription"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "asset.Subscription": {
                "title": "Asset:Subscription",
                "description": "The Subscription object is central to managing consumption-based subscriptions within the Cisco technology ecosystem. It encapsulates details about the subscriptions linked to Cisco devices, facilitating automated updates and management through integration with Cisco Install Base.\n#### Purpose\nSubscription provides a comprehensive structure for managing consumption-based subscriptions, ensuring seamless integration with Cisco Install Base for accurate data representation and updates. This information is also queried by downstream OPUS team for billing purposes. \n#### Key Concepts\n- **Integration:** Automates subscription management through real-time updates from Cisco Install Base, ensuring data accuracy and currency.\n- **Data Management:** Supports efficient tracking and management of consumption-based subscriptions.\n- **Access Control:** Ensures secure handling of subscription data through defined privileges and permissions.\n- **Relationship Management:** Maintains robust linkage with associated accounts and deployments, supporting comprehensive subscription management.",
                "x-allOf-name": "asset.Subscription",
                "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 'asset.Subscription', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.Subscription"
                                ],
                                "default": "asset.Subscription",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.Subscription"
                                ],
                                "default": "asset.Subscription",
                                "x-enum-as-string": true
                            },
                            "ApplicationName": {
                                "description": "Application name reported by Cisco Install Base.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SubscriptionRefId": {
                                "description": "Identifies the consumption-based subscription.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Deployments": {
                                "description": "An array of relationships to assetDeployment resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/asset.Deployment.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "SubscriptionAccount": {
                                "$ref": "#/components/schemas/asset.SubscriptionAccount.Relationship",
                                "description": "A reference to a assetSubscriptionAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "asset.Subscription.List": {
                "title": "List of 'asset.Subscription' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'asset.Subscription' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'asset.Subscription' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/asset.Subscription"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "asset.SubscriptionAccount.Response": {
                "description": "The response body of a HTTP GET request for the 'asset.SubscriptionAccount' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'asset.SubscriptionAccount' resources.",
                "x-one-of-name": "asset.SubscriptionAccount.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/asset.SubscriptionAccount.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "asset.SubscriptionAccount.Relationship": {
                "description": "A relationship to the 'asset.SubscriptionAccount' resource, or the expanded 'asset.SubscriptionAccount' resource, or the 'null' value.",
                "x-one-of-name": "asset.SubscriptionAccount.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/asset.SubscriptionAccount"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "asset.SubscriptionAccount": {
                "title": "Asset:Subscription Account",
                "description": "The SubscriptionAccount object is a foundational element within the subscription management framework, acting as a placeholder for the account collection. Its primary function is to ensure stability and continuity in subscription-related operations by preventing data updates during account change events.\n#### Purpose\nSubscriptionAccount acts as a stabilizing component within the subscription management system, safeguarding data integrity during account modifications. This provides a structured approach to manage and reference account-related subscription data.\n#### Key Concepts\n- **Data Stability:** Protects subscription data from unintended updates during account changes, ensuring operational consistency.\n- **Account Integration:** Serves as a reference point for subscription data, maintaining a clear linkage between accounts and subscriptions.\n- **Access Control:** Leveraging permissions, it ensures only authorized users can interact with account-related subscription data.\n- **Dependency Management:** Plays a key role in managing relationships and dependencies within the subscription ecosystem.",
                "x-allOf-name": "asset.SubscriptionAccount",
                "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 'asset.SubscriptionAccount', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.SubscriptionAccount"
                                ],
                                "default": "asset.SubscriptionAccount",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.SubscriptionAccount"
                                ],
                                "default": "asset.SubscriptionAccount",
                                "x-enum-as-string": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "asset.SubscriptionAccount.List": {
                "title": "List of 'asset.SubscriptionAccount' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'asset.SubscriptionAccount' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'asset.SubscriptionAccount' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/asset.SubscriptionAccount"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "asset.SubscriptionDeviceContractInformation.Response": {
                "description": "The response body of a HTTP GET request for the 'asset.SubscriptionDeviceContractInformation' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'asset.SubscriptionDeviceContractInformation' resources.",
                "x-one-of-name": "asset.SubscriptionDeviceContractInformation.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/asset.SubscriptionDeviceContractInformation.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "asset.SubscriptionDeviceContractInformation": {
                "title": "Asset:Subscription Device Contract Information",
                "description": "The SubscriptionDeviceContractInformation object is a crucial component of asset management within the Cisco ecosystem, designed to encapsulate information regarding devices associated with consumption-based subscriptions. It plays a vital role in tracking device installation status, customer details, and managing returns and replacements.\n#### Purpose\nSubscriptionDeviceContractInformation serves as a comprehensive repository for device-related information under consumption-based subscriptions. It ensures a seamless integration with Cisco Install Base, providing up-to-date data on device status and associated customer information.\n#### Key Concepts\n- **Device Association:** Centralizes information about Cisco devices under subscriptions, facilitating efficient management and tracking.\n- **Integration with Install Base:** Listens to messages from Cisco Install Base for automated updates, ensuring accurate and current data representation.\n- **Ownership and Access:** Managed by the system with defined access privileges, supporting secure and controlled access by authorized users.\n- **Information Persistence:** Ensures data integrity and reliability by maintaining detailed records of device installation status and transaction history.",
                "x-allOf-name": "asset.SubscriptionDeviceContractInformation",
                "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 'asset.SubscriptionDeviceContractInformation', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.SubscriptionDeviceContractInformation"
                                ],
                                "default": "asset.SubscriptionDeviceContractInformation",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.SubscriptionDeviceContractInformation"
                                ],
                                "default": "asset.SubscriptionDeviceContractInformation",
                                "x-enum-as-string": true
                            },
                            "DeviceId": {
                                "description": "Unique identifier of the Cisco device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeviceInformation": {
                                "description": "Detailed device information including installation status and customer address.",
                                "$ref": "#/components/schemas/asset.DeviceInformation",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DevicePid": {
                                "description": "Product identifier for the specified Cisco device. It is used to distinguish between HyperFlex and UCS devices.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SubscriptionRefId": {
                                "description": "Identifies the consumption-based subscription.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeviceContractInformation": {
                                "$ref": "#/components/schemas/asset.DeviceContractInformation.Relationship",
                                "description": "A reference to a assetDeviceContractInformation resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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
                            }
                        }
                    }
                ]
            },
            "asset.SubscriptionDeviceContractInformation.List": {
                "title": "List of 'asset.SubscriptionDeviceContractInformation' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'asset.SubscriptionDeviceContractInformation' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'asset.SubscriptionDeviceContractInformation' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/asset.SubscriptionDeviceContractInformation"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "asset.SudiInfo": {
                "title": "Asset:Sudi Info",
                "description": "The SUDI is an X.509v3 certificate, which maintains the product identifier and serial number. The identity is implemented at manufacturing and chained to a publicly identifiable root certificate authority. It can be used as an unchangeable identity for configuration, security, auditing, and management. This structure contains the SUDI information read from the device's Trust Anchor Module (TAM).\nWhen the Intersight service receives a SUDI signature, it performs the following steps: 1. Validate the SUDI certificate is valid and has been issued by a trusted Certificate Authority. 2. Validate the 'signature'. In DC ApiVersion >= 16, the signature is expected to be a JWT signed by the TAM private key. 3. Set the 'status' property to indicate whether the signature is valid or not.",
                "x-allOf-name": "asset.SudiInfo",
                "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 'asset.SudiInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.SudiInfo"
                                ],
                                "default": "asset.SudiInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.SudiInfo"
                                ],
                                "default": "asset.SudiInfo",
                                "x-enum-as-string": true
                            },
                            "Jti": {
                                "description": "The SUDI challenge jti generated by Intersight. The device reads the current JTI and signs it as part of its SUDI claims and sends to Intersight. Intersight verifies SUDI with the JTI claim. A new JTI is generated after each time a device sends updated SUDI information.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Pid": {
                                "description": "The device model (PID) extracted from the X.509 SUDI leaf certificate.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SerialNumber": {
                                "description": "The device SerialNumber extracted from the X.509 SUDI leaf certificate.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Signature": {
                                "description": "The base64-encoding of a SUDI signature, signed with the provided Trust Anchor Module (TAM) private key and signatureScheme.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "The validation status of the device.\n* `DeviceStatusUnknown` - SUDI validation is done on the establishment of a connection. Before a device connects or after it disconnects, the SUDI validation status is set to this value.\n* `Verified` - The SUDI signature and certificate have been validated by the device. The device PID, Serial Number, Status and X.509 certificates were validated by a Trusted Anchor Module. The Intersight services have not cross-validated the SUDI signature.\n* `EndToEndVerified` - The SUDI signature and certificate have been validated by the device and by the Intersight services. The device PID, Serial Number, Status and X.509 certificates were validated by a Trusted Anchor Module.\n* `ChallengeVerified` - The SUDI signature includes a challenge provided by Intersight which has been validated by Intersight. The SUDI signature and certificate have been validated by the device and by the Intersight services. The device PID, Serial Number, Status and X.509 certificates were validated by a Trusted Anchor Module.\n* `CertificateValidationFailed` - Validation of the certificate signing chain failed.\n* `UnsupportedSignatureScheme` - The SUDI signature scheme is not supported.\n* `SignatureValidationFailed` - Validation of the SUDI signature has failed.\n* `UnsupportedFirmware` - The firmware version of the Cisco IMC that is installed does not contain the SUDI APIs needed to perform validation.\n* `UnsupportedHardware` - The device is a model that does not contain a Trust Anchor Module (TAM) and thus cannot be validated.\n* `DeviceError` - The device returned an error when it received a SUDIrequrest request.\n* `DeviceNotResponding` - A request was sent to the device, but no response was received.\n* `InvalidSignatureEncoding` - The encoding of the SUDI signature is invalid.\n* `MissingSignature` - The SUDI signature is missing.\n* `MissingSignatureScheme` - The SUDI signature scheme is missing.\n* `MissingCertificate` - The SUDI certificate is missing.\n* `InvalidCertificateEncoding` - The encoding of the SUDI certificate is invalid.\n* `InvalidIdentity` - The model or serial number of the device is either missing or does not match the certificate attributes.\n* `Suspect` - The DC claims the SUDI has been verified, but there is no way to validate the claim.",
                                "type": "string",
                                "enum": [
                                    "DeviceStatusUnknown",
                                    "Verified",
                                    "EndToEndVerified",
                                    "ChallengeVerified",
                                    "CertificateValidationFailed",
                                    "UnsupportedSignatureScheme",
                                    "SignatureValidationFailed",
                                    "UnsupportedFirmware",
                                    "UnsupportedHardware",
                                    "DeviceError",
                                    "DeviceNotResponding",
                                    "InvalidSignatureEncoding",
                                    "MissingSignature",
                                    "MissingSignatureScheme",
                                    "MissingCertificate",
                                    "InvalidCertificateEncoding",
                                    "InvalidIdentity",
                                    "Suspect"
                                ],
                                "default": "DeviceStatusUnknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StatusDetails": {
                                "description": "The detailed validation status of the device, such as an error message explaining why the validation failed.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SudiCertificate": {
                                "description": "The X.509 SUDI leaf certificate from the Trust Anchor Module. The certificate is serialized in PEM format (Base64 encoded DER certificate).",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/x509.Certificate",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.Target.Response": {
                "description": "The response body of a HTTP GET request for the 'asset.Target' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'asset.Target' resources.",
                "x-one-of-name": "asset.Target.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/asset.Target.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "asset.Target.Relationship": {
                "description": "A relationship to the 'asset.Target' resource, or the expanded 'asset.Target' resource, or the 'null' value.",
                "x-one-of-name": "asset.Target.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/asset.Target"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "asset.Target": {
                "title": "Asset:Target",
                "description": "The Target object represents an entity managed by Intersight. It encompasses both physical and software entities, such as UCS servers or cloud accounts, and serves as the cornerstone for target management within Intersight's ecosystem.\n#### Purpose\nTarget serves as the interface for managing entities within Intersight, offering a comprehensive view of the status and capabilities of each managed entity. It supports the establishment of connections, monitoring, and service enablement, facilitating effective management of diverse targets.\n#### Key Concepts\n- **Type and Status Management:** Defines the type of the managed entity and provides insights into its connection and operational status.\n- **Service Integration:** Supports the enablement of services for the target, facilitating comprehensive management and optimization.\n- **Connection and Authentication:** Manages methods for connecting to targets, ensuring secure and reliable interaction between Intersight and the managed entities.\n- **Pre-provisioning Workflow**: Enables a \"claim-before-connect\" workflow, allowing system targets to be created and configured in anticipation of physical hardware deployment. It allows administrators to prepare the environment for new devices, ensuring that once a physical endpoint is connected, the transition to a fully managed state is secure and efficient. Pre provisioned Targets can complete their claim with by updating the associated asset.PreClaim object with the security token of the connected device.",
                "x-allOf-name": "asset.Target",
                "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 'asset.Target', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.Target"
                                ],
                                "default": "asset.Target",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.Target"
                                ],
                                "default": "asset.Target",
                                "x-enum-as-string": true
                            },
                            "AlarmSummary": {
                                "description": "AlarmSummary is a health score calculation and aggregation of alarm counts per severity of alarms which Intersight's ability to manage the Target.",
                                "$ref": "#/components/schemas/asset.AlarmSummary",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClaimedByUserName": {
                                "description": "The name or email id of the user who claimed the target.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClaimedTime": {
                                "description": "The date at which the target was claimed to this account. For pre-provisioned targets this is the time at which the claim was completed.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Connections": {
                                "type": "array",
                                "items": {
                                    "description": "A list of methods for connecting to the managed target.",
                                    "$ref": "#/components/schemas/asset.Connection",
                                    "x-omitempty": true
                                },
                                "minItems": 1,
                                "maxItems": 1,
                                "nullable": true
                            },
                            "ConnectorVersion": {
                                "description": "The Device Connector version for target types which are managed by via embedded Device Connector.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ExternalIpAddress": {
                                "description": "ExternalIpAddress is applicable for targets which are managed via an Intersight Device Connector. The value is the IP Address of the target as seen from Intersight. It is either the IP Address of the managed target's interface which has a route to the internet or a NAT IP Address when the target is deployed in a private network.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IpAddress": {
                                "type": "array",
                                "items": {
                                    "description": "The IP Addresses of the managed target. There can be multiple management IPs depending on the number of elements managed (i.e. HA clusters) and in-band/out-of-band connectivity.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ManagementLocation": {
                                "description": "The location from which Intersight manages the target.\n* `Unknown` - The management mechanism is not detected. Unknown is used as a default by the implementation and is not an allowed user input.\n* `Intersight` - Management of a target is performed directly from Intersight. Network connections are established from Intersight to a management interface of the Target and authenticated using user provided credentials.\n* `IntersightAssist` - Management of a target is performed via a selected Intersight Assist. Network connections are established from the Intersight Assist to a management interface of the Target.\n* `DeviceConnector` - An Intersight Device Connector running within the Target establishes a connection to Intersight and management of the target is performed via this connection.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Intersight",
                                    "IntersightAssist",
                                    "DeviceConnector"
                                ],
                                "default": "Unknown",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "A user provided name for the managed target.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ProductId": {
                                "type": "array",
                                "items": {
                                    "description": "The product Id of the managed target.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ReadOnly": {
                                "description": "For targets which are managed by an embedded Intersight Device Connector, this field indicates that an administrator of the target has disabled management operations of the Device Connector and only monitoring is permitted.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Services": {
                                "type": "array",
                                "items": {
                                    "description": "A list of services which are enabled for the managed target.",
                                    "$ref": "#/components/schemas/asset.Service",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Status": {
                                "description": "Status indicates if Intersight can establish a connection and authenticate with the managed target. Status does not include information about the functional health of the target.\n* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.\n* `Connected` - Intersight is able to establish a connection to the target and initiate management activities.\n* `NotConnected` - Intersight is unable to establish a connection to the target.\n* `ClaimInProgress` - Claim of the target is in progress. A connection to the target has not been fully established.\n* `UnclaimInProgress` - Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.\n* `Unclaimed` - The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.\n* `Claimed` - Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.\n* `PreClaimed` - Target has been pre-claimed and is pending claim completion. Pre-claimed targets are pre-provisioned before endpoint is available to connect to Intersight, once target connects the claim can be completed by providing the security token to the pre-claim API.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "Connected",
                                    "NotConnected",
                                    "ClaimInProgress",
                                    "UnclaimInProgress",
                                    "Unclaimed",
                                    "Claimed",
                                    "PreClaimed"
                                ],
                                "default": "",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StatusErrorReason": {
                                "description": "StatusErrorReason provides additional context for the Status.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TargetId": {
                                "type": "array",
                                "items": {
                                    "description": "The identifier of the managed target such as serial number or UID.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "TargetType": {
                                "description": "The type of the managed target. For example a UCS Server or VMware Vcenter target.\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": "The vendor of the managed target.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "AssignedLocation": {
                                "$ref": "#/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."
                            },
                            "Assist": {
                                "$ref": "#/components/schemas/asset.Target.Relationship",
                                "description": "A reference to a assetTarget resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": 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": "#/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
                            },
                            "Reservation": {
                                "$ref": "#/components/schemas/resource.Reservation.Relationship",
                                "description": "A reference to a resourceReservation resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "TrustPoint": {
                                "$ref": "#/components/schemas/iam.TrustPoint.Relationship",
                                "description": "A reference to a iamTrustPoint resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "WorkflowInfo": {
                                "$ref": "intersight-orchestrator-v3-1.0.11-20260807064027971.json#/components/schemas/workflow.WorkflowInfo.Relationship",
                                "description": "A reference to a workflowWorkflowInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "asset.Target.List": {
                "title": "List of 'asset.Target' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'asset.Target' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'asset.Target' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/asset.Target"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "asset.TargetKey": {
                "title": "Asset:Target Key",
                "description": "Holds a key and signature that can be sent in a device registration request to associate it with a target.",
                "x-allOf-name": "asset.TargetKey",
                "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 'asset.TargetKey', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.TargetKey"
                                ],
                                "default": "asset.TargetKey",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.TargetKey"
                                ],
                                "default": "asset.TargetKey",
                                "x-enum-as-string": true
                            },
                            "IsPrivateKeySet": {
                                "description": "Indicates whether the value of the 'privateKey' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.TargetSignature": {
                "title": "Asset:Target Signature",
                "description": "A signature generated by Intersight on creation of a target.",
                "x-allOf-name": "asset.TargetSignature",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.ClaimSignature"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.TargetSignature', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.TargetSignature"
                                ],
                                "default": "asset.TargetSignature",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.TargetSignature"
                                ],
                                "default": "asset.TargetSignature",
                                "x-enum-as-string": true
                            },
                            "TargetId": {
                                "description": "The moid of the associated target.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.TargetStatusDetails": {
                "title": "Asset:Target Status Details",
                "description": "TargetStatusDetails provides per component detailed status information. This information is normalized into a single status value which is presented to users. Alarms may be raised based on the status details.",
                "x-allOf-name": "asset.TargetStatusDetails",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    }
                ]
            },
            "asset.TerraformIntegrationService": {
                "title": "Asset:Terraform Integration Service",
                "description": "TerraformIntegrationService provides the necessary configuration details to enable Intersight Cloud Region on the selected Terraform Cloud.",
                "x-allOf-name": "asset.TerraformIntegrationService",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.Service"
                    }
                ]
            },
            "asset.TerraformIntegrationTerraformAgentOptions": {
                "title": "Asset:Terraform Integration Terraform Agent Options",
                "description": "Cloud options for Terrraform Agent platform type.",
                "x-allOf-name": "asset.TerraformIntegrationTerraformAgentOptions",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.ServiceOptions"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.TerraformIntegrationTerraformAgentOptions', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.TerraformIntegrationTerraformAgentOptions"
                                ],
                                "default": "asset.TerraformIntegrationTerraformAgentOptions",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.TerraformIntegrationTerraformAgentOptions"
                                ],
                                "default": "asset.TerraformIntegrationTerraformAgentOptions",
                                "x-enum-as-string": true
                            },
                            "ManagedHosts": {
                                "type": "array",
                                "items": {
                                    "description": "Managed hosts collection for Terraform Agent platform type.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "TerraformAgentPoolName": {
                                "description": "Agent pool name for Terraform Agent platform type.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "TerraformOrganization": {
                                "description": "Organization for Terraform Agent platform type.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.TerraformIntegrationTerraformCloudOptions": {
                "title": "Asset:Terraform Integration Terraform Cloud Options",
                "description": "Cloud options for Terraform Cloud platform type.",
                "x-allOf-name": "asset.TerraformIntegrationTerraformCloudOptions",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.ServiceOptions"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.TerraformIntegrationTerraformCloudOptions', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.TerraformIntegrationTerraformCloudOptions"
                                ],
                                "default": "asset.TerraformIntegrationTerraformCloudOptions",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.TerraformIntegrationTerraformCloudOptions"
                                ],
                                "default": "asset.TerraformIntegrationTerraformCloudOptions",
                                "x-enum-as-string": true
                            },
                            "DefaultManagedHosts": {
                                "type": "array",
                                "items": {
                                    "description": "List of default IP addresses, Hostnames or subnets of endpoints that will be configured by the Terraform Agent.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "DefaultTerraformOrganization": {
                                "description": "Default organization for Terraform Cloud platform type.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.Token": {
                "title": "Asset:Token",
                "description": "A token that is generated by an Intersight user to claim a device. The token is used by the device administrator to configure and claim the device connector to the users Intersight account.",
                "x-allOf-name": "asset.Token",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.ClaimSignature"
                    }
                ]
            },
            "asset.UsernamePasswordCredential": {
                "title": "Asset:Username Password Credential",
                "description": "A credential which performs authentication based on a username and password.",
                "x-allOf-name": "asset.UsernamePasswordCredential",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.Credential"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.UsernamePasswordCredential', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.UsernamePasswordCredential"
                                ],
                                "default": "asset.UsernamePasswordCredential",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.UsernamePasswordCredential"
                                ],
                                "default": "asset.UsernamePasswordCredential",
                                "x-enum-as-string": true
                            },
                            "IsPasswordSet": {
                                "description": "Indicates whether the value of the 'password' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Password": {
                                "description": "The password used to authenticate with a managed target.",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "Username": {
                                "description": "The username used to authenticate with a managed target.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.VirtualizationAmazonWebServiceOptions": {
                "title": "Asset:Virtualization Amazon Web Service Options",
                "description": "Captures Virtualization Service configuration specific to AWS.",
                "x-allOf-name": "asset.VirtualizationAmazonWebServiceOptions",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.VirtualizationCloudOptions"
                    }
                ]
            },
            "asset.VirtualizationCloudOptions": {
                "title": "Asset:Virtualization Cloud Options",
                "description": "Captures Virtualization service configuration.",
                "x-allOf-name": "asset.VirtualizationCloudOptions",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.ServiceOptions"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.VirtualizationCloudOptions', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "asset.VirtualizationAmazonWebServiceOptions"
                                ],
                                "default": "asset.VirtualizationAmazonWebServiceOptions",
                                "x-enum-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": [
                                    "asset.VirtualizationAmazonWebServiceOptions"
                                ],
                                "default": "asset.VirtualizationAmazonWebServiceOptions",
                                "x-enum-as-string": true
                            },
                            "ManagedRegions": {
                                "type": "array",
                                "items": {
                                    "description": "List of regions managed by this target. Needs to have reference to cloud.Regions.",
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                    "x-omitempty": true
                                },
                                "minItems": 1,
                                "nullable": true
                            },
                            "RegionGroup": {
                                "description": "The name of the region group to which the managedRegions belong. Populated from the group property in cloud.Regions.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.VirtualizationService": {
                "title": "Asset:Virtualization Service",
                "description": "The necessary configuration details to enable  Intersight Virtualization features on the selected managed target.",
                "x-allOf-name": "asset.VirtualizationService",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.Service"
                    }
                ]
            },
            "asset.VmHost": {
                "title": "Asset:Vm Host",
                "description": "Type for saving VM host details.",
                "x-allOf-name": "asset.VmHost",
                "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 'asset.VmHost', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.VmHost"
                                ],
                                "default": "asset.VmHost",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.VmHost"
                                ],
                                "default": "asset.VmHost",
                                "x-enum-as-string": true
                            },
                            "AccountMoid": {
                                "description": "Reference to virtualization target account ID.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClusterIdentity": {
                                "description": "Reference to virtualization cluster identity.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClusterMoid": {
                                "description": "Reference to virtualization cluster ID.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClusterName": {
                                "description": "Reference to virtualization cluster name.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.WorkloadOptimizerAmazonWebServicesBillingOptions": {
                "title": "Asset:Workload Optimizer Amazon Web Services Billing Options",
                "description": "Captures configuration specific to the Amazon web service (AWS) target for Workload Optimizer service. Following explanation is for S3 parameters for configuring billing and costs reports. S3 bucket parameters help in programmatically gaining access to the S3 bucket for billing and cost management. The user must first have Amazon web service billing data being generated for their Amazon web service account. Since this is not enabled in Amazon web service by default, follow the instructions from Amazon web service to generate the bill hourly. Use \"Daily\" time unit frequency on which report data are measured and displayed. [link](https://aws.amazon.com/blogs/aws/new-programmatic-access-to-aws-billing-data/) [link](https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-getting-started.html).",
                "x-allOf-name": "asset.WorkloadOptimizerAmazonWebServicesBillingOptions",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.ServiceOptions"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.WorkloadOptimizerAmazonWebServicesBillingOptions', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.WorkloadOptimizerAmazonWebServicesBillingOptions"
                                ],
                                "default": "asset.WorkloadOptimizerAmazonWebServicesBillingOptions",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.WorkloadOptimizerAmazonWebServicesBillingOptions"
                                ],
                                "default": "asset.WorkloadOptimizerAmazonWebServicesBillingOptions",
                                "x-enum-as-string": true
                            },
                            "CostAndUsageReportBucket": {
                                "description": "Name of S3 bucket that contains the Amazon web service Cost and Usage report to get cloud service spend.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "CostAndUsageReportPath": {
                                "description": "Report path prefix for the Amazon web service cost and usage report to get cloud service spend.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "CostAndUsageReportRegion": {
                                "description": "Region for S3 bucket that contains the Amazon web service Cost and Usage report to get cloud service spend.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.WorkloadOptimizerDynatraceOptions": {
                "title": "Asset:Workload Optimizer Dynatrace Options",
                "description": "Captures configuration specific to the Dynatrace target for the Workload Optimizer service.",
                "x-allOf-name": "asset.WorkloadOptimizerDynatraceOptions",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.ServiceOptions"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.WorkloadOptimizerDynatraceOptions', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.WorkloadOptimizerDynatraceOptions"
                                ],
                                "default": "asset.WorkloadOptimizerDynatraceOptions",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.WorkloadOptimizerDynatraceOptions"
                                ],
                                "default": "asset.WorkloadOptimizerDynatraceOptions",
                                "x-enum-as-string": true
                            },
                            "CollectTagInfo": {
                                "description": "Collect tag information from Dynatrace.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "CollectVmMetrics": {
                                "description": "Overwrite Hypervisor or Cloud Provider Virtual Machine metrics with data from the target.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "EnvironmentId": {
                                "description": "Each environment monitored with Dynatrace is identified with a unique character string\u2014the environment ID. The Dynatrace API relies heavily on environment IDs to ensure that it pulls monitoring data from and pushes relevant external events to the correct Dynatrace environments.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.WorkloadOptimizerGoogleCloudPlatformBillingOptions": {
                "title": "Asset:Workload Optimizer Google Cloud Platform Billing Options",
                "description": "Captures configuration specific to the Google Cloud Platform (GCP) Billing target for Workload Optimizer service.",
                "x-allOf-name": "asset.WorkloadOptimizerGoogleCloudPlatformBillingOptions",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.ServiceOptions"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.WorkloadOptimizerGoogleCloudPlatformBillingOptions', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.WorkloadOptimizerGoogleCloudPlatformBillingOptions"
                                ],
                                "default": "asset.WorkloadOptimizerGoogleCloudPlatformBillingOptions",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.WorkloadOptimizerGoogleCloudPlatformBillingOptions"
                                ],
                                "default": "asset.WorkloadOptimizerGoogleCloudPlatformBillingOptions",
                                "x-enum-as-string": true
                            },
                            "BillingAccountId": {
                                "description": "The Google Cloud Platform (GCP) Billing Account ID.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "CostExportDataSetName": {
                                "description": "Name of Google BigQuery Cost Export Data Set which is the dataset for the billed cost export.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "CostExportTableName": {
                                "description": "Google BigQuery Cost Export Table Name. This table will store the exported data from the Cost Export.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "PricingExportDataSetName": {
                                "description": "Name of the BigQuery Pricing Export Data Set which is the dataset for negotiated pricing.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "PricingExportTableName": {
                                "description": "The Google BigQuery Pricing Export Table Name field is auto-populated with the table used in BigQuery, cloud_pricing_export. There is no need to modify this name, unless you use a different table for negotiated pricing. The Default name is \"cloud_pricing_export\".",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ProjectId": {
                                "description": "The unique ID assigned to the project containing the cost and pricing exports. If the exports are in separate projects, multiple billing targets will be necessary.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ResourceLevelCostEnabled": {
                                "description": "This flag will enable querying of detailed usage cost with resource level information included. If not enabled, cost export data will be queried, if dataset and table name are provided.",
                                "type": "boolean",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.WorkloadOptimizerHypervOptions": {
                "title": "Asset:Workload Optimizer Hyperv Options",
                "description": "Captures configuration specific to the Hyper-V target for the Workload Optimizer service.",
                "x-allOf-name": "asset.WorkloadOptimizerHypervOptions",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.ServiceOptions"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.WorkloadOptimizerHypervOptions', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.WorkloadOptimizerHypervOptions"
                                ],
                                "default": "asset.WorkloadOptimizerHypervOptions",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.WorkloadOptimizerHypervOptions"
                                ],
                                "default": "asset.WorkloadOptimizerHypervOptions",
                                "x-enum-as-string": true
                            },
                            "DiscoverHostCluster": {
                                "description": "When enabled, all Hyper-V hosts in the same cluster of specified Hyper-V host target will be discovered Each server must still be configured to allow remote management (for example, configuring WinRM using a GPO).",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "FullDomainName": {
                                "description": "Fully qualified domain name of the Hyper-V target. It is used to get the name of the Hyper-V cluster node and do Active Directory authentication process through Kerberos scheme.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.WorkloadOptimizerMicrosoftAzureApplicationInsightsOptions": {
                "title": "Asset:Workload Optimizer Microsoft Azure Application Insights Options",
                "description": "Captures configuration specific to the Microsoft Azure Application Intersight target for the Workload Optimizer service.",
                "x-allOf-name": "asset.WorkloadOptimizerMicrosoftAzureApplicationInsightsOptions",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.ServiceOptions"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.WorkloadOptimizerMicrosoftAzureApplicationInsightsOptions', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.WorkloadOptimizerMicrosoftAzureApplicationInsightsOptions"
                                ],
                                "default": "asset.WorkloadOptimizerMicrosoftAzureApplicationInsightsOptions",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.WorkloadOptimizerMicrosoftAzureApplicationInsightsOptions"
                                ],
                                "default": "asset.WorkloadOptimizerMicrosoftAzureApplicationInsightsOptions",
                                "x-enum-as-string": true
                            },
                            "EnrollmentNumber": {
                                "description": "Enrollment number of this Azure account.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "OfferId": {
                                "description": "The offer ID of this account. Default value is \"MS-AZR-0003P\", a pay-as-you-go subscription lets you pay for the services and resources that you use on a monthly basis.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "SubscriptionId": {
                                "description": "The Azure Subscription ID.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "TenantId": {
                                "description": "Tenant ID associated with Azure Account.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.WorkloadOptimizerMicrosoftAzureBillingOptions": {
                "title": "Asset:Workload Optimizer Microsoft Azure Billing Options",
                "description": "Captures configuration specific to the Microsoft Azure Billing target for the Workload Optimizer service.",
                "x-allOf-name": "asset.WorkloadOptimizerMicrosoftAzureBillingOptions",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.ServiceOptions"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.WorkloadOptimizerMicrosoftAzureBillingOptions', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.WorkloadOptimizerMicrosoftAzureBillingOptions"
                                ],
                                "default": "asset.WorkloadOptimizerMicrosoftAzureBillingOptions",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.WorkloadOptimizerMicrosoftAzureBillingOptions"
                                ],
                                "default": "asset.WorkloadOptimizerMicrosoftAzureBillingOptions",
                                "x-enum-as-string": true
                            },
                            "BillingAccountId": {
                                "description": "The Microsoft Azure Billing Account ID.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "CostExportName": {
                                "description": "Name of the Cost Export Data that exports cost management data.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "TenantId": {
                                "description": "Id of the tenant used while authenticating the managed target.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "UseCostExport": {
                                "description": "For larger topologies, use cost export to fetch billed cost data.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.WorkloadOptimizerMicrosoftAzureEnterpriseAgreementOptions": {
                "title": "Asset:Workload Optimizer Microsoft Azure Enterprise Agreement Options",
                "description": "Captures configuration specific to the Microsoft Azure Enterprise Agreement target for the Workload Optimizer service.",
                "x-allOf-name": "asset.WorkloadOptimizerMicrosoftAzureEnterpriseAgreementOptions",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.ServiceOptions"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.WorkloadOptimizerMicrosoftAzureEnterpriseAgreementOptions', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.WorkloadOptimizerMicrosoftAzureEnterpriseAgreementOptions"
                                ],
                                "default": "asset.WorkloadOptimizerMicrosoftAzureEnterpriseAgreementOptions",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.WorkloadOptimizerMicrosoftAzureEnterpriseAgreementOptions"
                                ],
                                "default": "asset.WorkloadOptimizerMicrosoftAzureEnterpriseAgreementOptions",
                                "x-enum-as-string": true
                            },
                            "EnrollmentNumber": {
                                "description": "Enrollment number for Azure EA.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.WorkloadOptimizerMicrosoftAzureServicePrincipalOptions": {
                "title": "Asset:Workload Optimizer Microsoft Azure Service Principal Options",
                "description": "Captures configuration specific to the Microsoft Azure Service Principal target for the Workload Optimizer service.",
                "x-allOf-name": "asset.WorkloadOptimizerMicrosoftAzureServicePrincipalOptions",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.ServiceOptions"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.WorkloadOptimizerMicrosoftAzureServicePrincipalOptions', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.WorkloadOptimizerMicrosoftAzureServicePrincipalOptions"
                                ],
                                "default": "asset.WorkloadOptimizerMicrosoftAzureServicePrincipalOptions",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.WorkloadOptimizerMicrosoftAzureServicePrincipalOptions"
                                ],
                                "default": "asset.WorkloadOptimizerMicrosoftAzureServicePrincipalOptions",
                                "x-enum-as-string": true
                            },
                            "AzureCloudType": {
                                "description": "Azure has different endpoints for managing Germany subscriptions. Azure cloud type helps in differentiating between regular subscriptions and Germany subscriptions to manage the Azure services for workload optimization. Documentation for germany cloud [link](https://docs.microsoft.com/en-us/azure/germany/germany-manage-subscriptions).\n* `Global` - Global cloud type for Azure subscription.\n* `Germany` - Germany cloud type for Azure subscription.",
                                "type": "string",
                                "enum": [
                                    "Global",
                                    "Germany"
                                ],
                                "default": "Global",
                                "x-omitempty": true
                            },
                            "TenantId": {
                                "description": "ID of the tenant used while authenticating the managed target.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.WorkloadOptimizerMicrosoftSqlServerOptions": {
                "title": "Asset:Workload Optimizer Microsoft Sql Server Options",
                "description": "Captures configuration specific to the Microsoft SQL Server target for the Workload Optimizer service.",
                "x-allOf-name": "asset.WorkloadOptimizerMicrosoftSqlServerOptions",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.ServiceOptions"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.WorkloadOptimizerMicrosoftSqlServerOptions', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.WorkloadOptimizerMicrosoftSqlServerOptions"
                                ],
                                "default": "asset.WorkloadOptimizerMicrosoftSqlServerOptions",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.WorkloadOptimizerMicrosoftSqlServerOptions"
                                ],
                                "default": "asset.WorkloadOptimizerMicrosoftSqlServerOptions",
                                "x-enum-as-string": true
                            },
                            "BrowserServicePort": {
                                "description": "Port that Microsoft SQL Server Browser listens for incoming requests for SQL Server resources and provides information about SQL Server instances that are installed on the computer. When this port is specified, Database will be communicated through the Browser Service with this port instead of default SQLServer port.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 0,
                                "maximum": 65535,
                                "x-omitempty": true
                            },
                            "DiscoveryPath": {
                                "description": "Discovery path to define if its scope target entities or hostname or IP address.",
                                "type": "string",
                                "default": "targetEntities",
                                "x-omitempty": true
                            },
                            "FullDomainName": {
                                "description": "Active Directory domain, if required for this account.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.WorkloadOptimizerNewRelicOptions": {
                "title": "Asset:Workload Optimizer New Relic Options",
                "description": "Captures configuration specific to the NewRelic target for the Workload Optimizer service.",
                "x-allOf-name": "asset.WorkloadOptimizerNewRelicOptions",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.ServiceOptions"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.WorkloadOptimizerNewRelicOptions', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.WorkloadOptimizerNewRelicOptions"
                                ],
                                "default": "asset.WorkloadOptimizerNewRelicOptions",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.WorkloadOptimizerNewRelicOptions"
                                ],
                                "default": "asset.WorkloadOptimizerNewRelicOptions",
                                "x-enum-as-string": true
                            },
                            "AccountId": {
                                "description": "Your NewRelic account id.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "CollectTagInfo": {
                                "description": "Collect tag information from NewRelic.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "CollectVmMetrics": {
                                "description": "Overwrite Hypervisor or Cloud Provider Virtual Machine metrics with data from the target.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "Region": {
                                "description": "The region associated with the NewRelic account.\n* `US` - The United States (US) region.\n* `EU` - The European Union (EU) region.",
                                "type": "string",
                                "enum": [
                                    "US",
                                    "EU"
                                ],
                                "default": "US",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.WorkloadOptimizerOpenStackOptions": {
                "title": "Asset:Workload Optimizer Open Stack Options",
                "description": "Captures configuration specific to the OpenStack target for the Workload Optimizer service.",
                "x-allOf-name": "asset.WorkloadOptimizerOpenStackOptions",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.ServiceOptions"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.WorkloadOptimizerOpenStackOptions', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.WorkloadOptimizerOpenStackOptions"
                                ],
                                "default": "asset.WorkloadOptimizerOpenStackOptions",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.WorkloadOptimizerOpenStackOptions"
                                ],
                                "default": "asset.WorkloadOptimizerOpenStackOptions",
                                "x-enum-as-string": true
                            },
                            "Domain": {
                                "description": "OpenStack Identity Service (keystone) domain name. Domain is an additional namespaces you can create in keystone to partition users, groups, and projects. Default domain name value is \"Default\".",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Tenant": {
                                "description": "The name of tenant which has assigned administrator role this OpenStack target user is in. A tenant or project is referred to as a group of users of OpenStack. Each tenant can be assigned a role which gives all its member users their rights and privileges to perform a specific set of operations.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.WorkloadOptimizerOracleDatabaseServerOptions": {
                "title": "Asset:Workload Optimizer Oracle Database Server Options",
                "description": "Captures configuration specific to the Oracle Database Server target for the Workload Optimizer service.",
                "x-allOf-name": "asset.WorkloadOptimizerOracleDatabaseServerOptions",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.ServiceOptions"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.WorkloadOptimizerOracleDatabaseServerOptions', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.WorkloadOptimizerOracleDatabaseServerOptions"
                                ],
                                "default": "asset.WorkloadOptimizerOracleDatabaseServerOptions",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.WorkloadOptimizerOracleDatabaseServerOptions"
                                ],
                                "default": "asset.WorkloadOptimizerOracleDatabaseServerOptions",
                                "x-enum-as-string": true
                            },
                            "DatabaseId": {
                                "description": "A unique name for an Oracle database instance on a specific host.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.WorkloadOptimizerRedHatOpenStackOptions": {
                "title": "Asset:Workload Optimizer Red Hat Open Stack Options",
                "description": "Captures configuration specific to the RedHat OpenStack target for the Workload Optimizer service.",
                "x-allOf-name": "asset.WorkloadOptimizerRedHatOpenStackOptions",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.ServiceOptions"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.WorkloadOptimizerRedHatOpenStackOptions', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.WorkloadOptimizerRedHatOpenStackOptions"
                                ],
                                "default": "asset.WorkloadOptimizerRedHatOpenStackOptions",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.WorkloadOptimizerRedHatOpenStackOptions"
                                ],
                                "default": "asset.WorkloadOptimizerRedHatOpenStackOptions",
                                "x-enum-as-string": true
                            },
                            "Domain": {
                                "description": "RedHat OpenStack Identity Service (keystone) domain name. Domain is an additional namespaces you can create in keystone to partition users, groups, and projects. Default domain name value is \"Default\".",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Tenant": {
                                "description": "The name of tenant which has assigned administrator role this RedHat OpenStack target user is in. A tenant or project is referred to as a group of users of RedHat OpenStack. Each tenant can be assigned a role which gives all its member users their rights and privileges to perform a specific set of operations.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "asset.WorkloadOptimizerService": {
                "title": "Asset:Workload Optimizer Service",
                "description": "WorkloadOptimizerService provides the necessary configuration details to enable Intersight Workflow Optimizer on the selected managed target. Subject to licensing.",
                "x-allOf-name": "asset.WorkloadOptimizerService",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.Service"
                    }
                ]
            },
            "asset.WorkloadOptimizerVmwareVcenterOptions": {
                "title": "Asset:Workload Optimizer Vmware Vcenter Options",
                "description": "Captures configuration specific to the VMware Vcenter target for the Workload Optimizer service.",
                "x-allOf-name": "asset.WorkloadOptimizerVmwareVcenterOptions",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/asset.ServiceOptions"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'asset.WorkloadOptimizerVmwareVcenterOptions', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "asset.WorkloadOptimizerVmwareVcenterOptions"
                                ],
                                "default": "asset.WorkloadOptimizerVmwareVcenterOptions",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "asset.WorkloadOptimizerVmwareVcenterOptions"
                                ],
                                "default": "asset.WorkloadOptimizerVmwareVcenterOptions",
                                "x-enum-as-string": true
                            },
                            "DatastoreBrowsingEnabled": {
                                "description": "DatastoreBrowsingEnabled controls whether Workload Optimizer scans vCenter datastores to identify files which are not used and can be deleted to reclaim space and improve actual disk utilization. For example orphaned VMDK files.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "GuestMetricsEnabled": {
                                "description": "Enable retrieval of advanced memory metrics. Only supported on vCenter Server version 6.5U3 or later. Guest VMs must run VMWare Tools 10.3.2 Build 10338 or later.",
                                "type": "boolean",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "catalystsdwan.ConfigGroup.Response": {
                "description": "The response body of a HTTP GET request for the 'catalystsdwan.ConfigGroup' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'catalystsdwan.ConfigGroup' resources.",
                "x-one-of-name": "catalystsdwan.ConfigGroup.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/catalystsdwan.ConfigGroup.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "catalystsdwan.ConfigGroup": {
                "title": "Catalystsdwan:Config Group",
                "description": "Details for the Catalyst SDWAN config groups.",
                "x-allOf-name": "catalystsdwan.ConfigGroup",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/catalystsdwan.InventoryEntity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'catalystsdwan.ConfigGroup', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "catalystsdwan.ConfigGroup"
                                ],
                                "default": "catalystsdwan.ConfigGroup",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "catalystsdwan.ConfigGroup"
                                ],
                                "default": "catalystsdwan.ConfigGroup",
                                "x-enum-as-string": true
                            },
                            "ConfigGroupId": {
                                "description": "UUID for the Catalyst SDWAN config group.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Devices": {
                                "type": "array",
                                "items": {
                                    "description": "The Catalyst SDWAN config group devices.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Name": {
                                "description": "The Catalyst SDWAN config group name.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "NumberOfDevices": {
                                "description": "The Catalyst SDWAN config group number of devices.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "Solution": {
                                "description": "The Catalyst SDWAN config group solution.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "catalystsdwan.ConfigGroup.List": {
                "title": "List of 'catalystsdwan.ConfigGroup' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'catalystsdwan.ConfigGroup' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'catalystsdwan.ConfigGroup' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/catalystsdwan.ConfigGroup"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "catalystsdwan.Interface.Response": {
                "description": "The response body of a HTTP GET request for the 'catalystsdwan.Interface' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'catalystsdwan.Interface' resources.",
                "x-one-of-name": "catalystsdwan.Interface.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/catalystsdwan.Interface.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "catalystsdwan.Interface": {
                "title": "Catalystsdwan:Interface",
                "description": "Details for the WAN Edge Device L3 interfaces (Portchannel, sub-interfaces, tunnels, SVIs, Routed ports).",
                "x-allOf-name": "catalystsdwan.Interface",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/catalystsdwan.InventoryEntity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'catalystsdwan.Interface', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "catalystsdwan.Interface"
                                ],
                                "default": "catalystsdwan.Interface",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "catalystsdwan.Interface"
                                ],
                                "default": "catalystsdwan.Interface",
                                "x-enum-as-string": true
                            },
                            "AdminState": {
                                "description": "The administrative state of the WAN Edge Device interface.\n* `Unknown` - Administrative state is unknown.\n* `Up` - Administrative state is up.\n* `Down` - Administrative state is down.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Up",
                                    "Down"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Dn": {
                                "description": "The distinguished name of the interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InterfaceName": {
                                "description": "The name of the interface on the WAN Edge Device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InterfaceType": {
                                "description": "The type of the interface (Portchannel, Sub-interfaces, tunnels, SVIs, Routed ports).\n* `Unknown` - Interface type is unknown.\n* `Loopback` - Interface type is loopback.\n* `Port Channel` - Interface type is port channel.\n* `Sub-Interface` - Interface type is sub-interface.\n* `Tunnel` - Interface type is tunnel.\n* `SVI` - Interface type is SVI (Switched Virtual Interface).\n* `Routed Port` - Interface type is routed port.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Loopback",
                                    "Port Channel",
                                    "Sub-Interface",
                                    "Tunnel",
                                    "SVI",
                                    "Routed Port"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IpAddress": {
                                "description": "The IP address assigned to the WAN Edge Device interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsNativeVlan": {
                                "description": "Indicates whether the sub-interface's VLAN is configured as a native VLAN.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LocalSystemIp": {
                                "description": "The local System IP address of the WAN Edge Device configured on the device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MacAddress": {
                                "description": "The MAC address of the interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperState": {
                                "description": "The operational state of the WAN Edge Device interface.\n* `Unknown` - Operational state of physical port or port channel or interface is unknown.\n* `Up` - Operational state of physical port or port channel or interface is up.\n* `Down` - Operational state of physical port or port channel or interface is down.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Up",
                                    "Down"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Subnet": {
                                "description": "The subnet configured on the WAN Edge Device interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SystemIp": {
                                "description": "The internal system IP of the WAN Edge Device assigned by Catalyst SD-WAN Manager for internal communication.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "The UUID of the WAN Edge Device to which this interface belongs.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VlanId": {
                                "description": "The VLAN ID configured on the sub-interface.",
                                "type": "integer",
                                "format": "int64",
                                "default": 1,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VpnId": {
                                "description": "The VPN ID associated with this interface.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "WanEdgeDevice": {
                                "$ref": "#/components/schemas/catalystsdwan.WanEdgeDevice.Relationship",
                                "description": "A reference to a catalystsdwanWanEdgeDevice resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "catalystsdwan.Interface.List": {
                "title": "List of 'catalystsdwan.Interface' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'catalystsdwan.Interface' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'catalystsdwan.Interface' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/catalystsdwan.Interface"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "catalystsdwan.InventoryEntity": {
                "title": "Catalystsdwan:Inventory Entity",
                "description": "Base object type for all Catalyst SDWAN WAN Edge inventory items.",
                "x-allOf-name": "catalystsdwan.InventoryEntity",
                "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 'catalystsdwan.InventoryEntity', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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.ConfigGroup",
                                    "catalystsdwan.Interface",
                                    "catalystsdwan.PhysicalPort",
                                    "catalystsdwan.PolicyGroup",
                                    "catalystsdwan.PortChannel",
                                    "catalystsdwan.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.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "catalystsdwan.ConfigGroup",
                                    "catalystsdwan.Interface",
                                    "catalystsdwan.PhysicalPort",
                                    "catalystsdwan.PolicyGroup",
                                    "catalystsdwan.PortChannel",
                                    "catalystsdwan.Vlan"
                                ],
                                "x-enum-as-string": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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
                            }
                        }
                    }
                ]
            },
            "catalystsdwan.PhysicalPort.Response": {
                "description": "The response body of a HTTP GET request for the 'catalystsdwan.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 'catalystsdwan.PhysicalPort' resources.",
                "x-one-of-name": "catalystsdwan.PhysicalPort.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/catalystsdwan.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"
                }
            },
            "catalystsdwan.PhysicalPort": {
                "title": "Catalystsdwan:Physical Port",
                "description": "Physical ports belonging to a WAN Edge Device.",
                "x-allOf-name": "catalystsdwan.PhysicalPort",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/catalystsdwan.InventoryEntity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'catalystsdwan.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": [
                                    "catalystsdwan.PhysicalPort"
                                ],
                                "default": "catalystsdwan.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": [
                                    "catalystsdwan.PhysicalPort"
                                ],
                                "default": "catalystsdwan.PhysicalPort",
                                "x-enum-as-string": true
                            },
                            "AdminSpeed": {
                                "description": "Admin speed of the physical port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AdminState": {
                                "description": "Administrative state of the physical port.\n* `Unknown` - Administrative state is unknown.\n* `Up` - Administrative state is up.\n* `Down` - Administrative state is down.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Up",
                                    "Down"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AllowedVlanIds": {
                                "description": "List of configured allowed VLAN IDs.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AutoNegotiation": {
                                "description": "Indicates if auto-negotiation is enabled.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DefaultVlanId": {
                                "description": "Default or Native VLAN configured on the port.",
                                "type": "integer",
                                "format": "int64",
                                "default": 1,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Dn": {
                                "description": "The distinguished name of the physical port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FecEnabled": {
                                "description": "Indicates if FEC is enabled on the physical port.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LocalSystemIp": {
                                "description": "The System IP address of the WAN Edge Device configured on the device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MacAddress": {
                                "description": "MAC address of the physical port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Mode": {
                                "description": "Configured physical port mode. Value will be 'access' or 'trunk' when configured as a switch port; 'backplane' for internal backplane ports and 'routed' all other ports.\n* `Routed` - Port mode is routed. This mode will be set when switchport mode is disabled regardless of the port configuration.\n* `Access` - Port mode is access. This mode will be set when switchport mode is enabled and the port is configured as an access port.\n* `Trunk` - Port mode is trunk. This mode will be set when switchport mode is enabled and the port is configured as a trunk port.",
                                "type": "string",
                                "enum": [
                                    "Routed",
                                    "Access",
                                    "Trunk"
                                ],
                                "default": "Routed",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Mtu": {
                                "description": "MTU configured on the physical port.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NegotiatedSpeed": {
                                "description": "Negotiated speed of the physical port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperState": {
                                "description": "Operational state of the physical port.\n* `Unknown` - Operational state of physical port or port channel or interface is unknown.\n* `Up` - Operational state of physical port or port channel or interface is up.\n* `Down` - Operational state of physical port or port channel or interface is down.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Up",
                                    "Down"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortChannelId": {
                                "description": "Port channel ID if the physical port is part of a port channel.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortChannelName": {
                                "description": "Port channel name if the physical port is part of a port channel.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortName": {
                                "description": "Physical port name of the WAN Edge Device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortType": {
                                "description": "Type of the physical port (e.g., Backplane and frontpanel).\n* `Front Panel` - The physical ports that are located on the front panel of Catalyst SDWAN devices.\n* `Backplane` - The internal backplane ports on Catalyst SDWAN devices.",
                                "type": "string",
                                "enum": [
                                    "Front Panel",
                                    "Backplane"
                                ],
                                "default": "Front Panel",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SystemIp": {
                                "description": "The internal system IP of the WAN Edge Device assigned by Catalyst SD-WAN Manager for internal communication.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "The UUID of the WAN Edge Device to which this physical port belongs.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "WanEdgeDevice": {
                                "$ref": "#/components/schemas/catalystsdwan.WanEdgeDevice.Relationship",
                                "description": "A reference to a catalystsdwanWanEdgeDevice resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "catalystsdwan.PhysicalPort.List": {
                "title": "List of 'catalystsdwan.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 'catalystsdwan.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 'catalystsdwan.PhysicalPort' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/catalystsdwan.PhysicalPort"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "catalystsdwan.PolicyGroup.Response": {
                "description": "The response body of a HTTP GET request for the 'catalystsdwan.PolicyGroup' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'catalystsdwan.PolicyGroup' resources.",
                "x-one-of-name": "catalystsdwan.PolicyGroup.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/catalystsdwan.PolicyGroup.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "catalystsdwan.PolicyGroup": {
                "title": "Catalystsdwan:Policy Group",
                "description": "Details for the Catalyst SDWAN policy groups.",
                "x-allOf-name": "catalystsdwan.PolicyGroup",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/catalystsdwan.InventoryEntity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'catalystsdwan.PolicyGroup', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "catalystsdwan.PolicyGroup"
                                ],
                                "default": "catalystsdwan.PolicyGroup",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "catalystsdwan.PolicyGroup"
                                ],
                                "default": "catalystsdwan.PolicyGroup",
                                "x-enum-as-string": true
                            },
                            "Devices": {
                                "type": "array",
                                "items": {
                                    "description": "The Catalyst SDWAN policy group devices.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Name": {
                                "description": "The Catalyst SDWAN policy group name.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "NumberOfDevices": {
                                "description": "The Catalyst SDWAN policy group number of devices.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "NumberOfDevicesUpToDate": {
                                "description": "The Catalyst SDWAN policy group number of devices up to date.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "PolicyGroupId": {
                                "description": "UUID for the Catalyst SDWAN policy group.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Solution": {
                                "description": "The Catalyst SDWAN policy group solution.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "The Catalyst SDWAN policy group version.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "catalystsdwan.PolicyGroup.List": {
                "title": "List of 'catalystsdwan.PolicyGroup' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'catalystsdwan.PolicyGroup' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'catalystsdwan.PolicyGroup' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/catalystsdwan.PolicyGroup"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "catalystsdwan.PortChannel.Response": {
                "description": "The response body of a HTTP GET request for the 'catalystsdwan.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 'catalystsdwan.PortChannel' resources.",
                "x-one-of-name": "catalystsdwan.PortChannel.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/catalystsdwan.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"
                }
            },
            "catalystsdwan.PortChannel": {
                "title": "Catalystsdwan:Port Channel",
                "description": "Details for the WAN Edge Device port channels.",
                "x-allOf-name": "catalystsdwan.PortChannel",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/catalystsdwan.InventoryEntity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'catalystsdwan.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": [
                                    "catalystsdwan.PortChannel"
                                ],
                                "default": "catalystsdwan.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": [
                                    "catalystsdwan.PortChannel"
                                ],
                                "default": "catalystsdwan.PortChannel",
                                "x-enum-as-string": true
                            },
                            "AdminState": {
                                "description": "The administrative state of the WAN Edge Device port channel.\n* `Unknown` - Administrative state is unknown.\n* `Up` - Administrative state is up.\n* `Down` - Administrative state is down.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Up",
                                    "Down"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AllowedVlanIds": {
                                "description": "The allowed VLAN IDs configured on the WAN Edge Device port channel.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DefaultVlanId": {
                                "description": "The default VLAN ID configured on the WAN Edge Device port channel.",
                                "type": "integer",
                                "format": "int64",
                                "default": 1,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Dn": {
                                "description": "The distinguished name of the port channel.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LocalSystemIp": {
                                "description": "The system IP address of the WAN Edge Device configured on the device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Mode": {
                                "description": "Portchannel mode on WAN Edge Device will be 'access' or 'trunk' when switchport mode is enabled; otherwise, the mode is 'routed'.\n* `Routed` - Port mode is routed. This mode will be set when switchport mode is disabled regardless of the port configuration.\n* `Access` - Port mode is access. This mode will be set when switchport mode is enabled and the port is configured as an access port.\n* `Trunk` - Port mode is trunk. This mode will be set when switchport mode is enabled and the port is configured as a trunk port.",
                                "type": "string",
                                "enum": [
                                    "Routed",
                                    "Access",
                                    "Trunk"
                                ],
                                "default": "Routed",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Mtu": {
                                "description": "The MTU of the WAN Edge Device port channel.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperSpeed": {
                                "description": "The operational speed (in Mbps) of the WAN Edge Device port channel.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperState": {
                                "description": "The operational state of the WAN Edge Device port channel.\n* `Unknown` - Operational state of physical port or port channel or interface is unknown.\n* `Up` - Operational state of physical port or port channel or interface is up.\n* `Down` - Operational state of physical port or port channel or interface is down.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Up",
                                    "Down"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortChannelName": {
                                "description": "Port channel name of the WAN Edge Device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SystemIp": {
                                "description": "The internal system IP of the WAN Edge Device assigned by Catalyst SD-WAN Manager for internal communication.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "The UUID of the WAN Edge Device to which this port channel belongs.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "WanEdgeDevice": {
                                "$ref": "#/components/schemas/catalystsdwan.WanEdgeDevice.Relationship",
                                "description": "A reference to a catalystsdwanWanEdgeDevice resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "catalystsdwan.PortChannel.List": {
                "title": "List of 'catalystsdwan.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 'catalystsdwan.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 'catalystsdwan.PortChannel' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/catalystsdwan.PortChannel"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "catalystsdwan.VedgeDevice.Response": {
                "description": "The response body of a HTTP GET request for the 'catalystsdwan.VedgeDevice' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'catalystsdwan.VedgeDevice' resources.",
                "x-one-of-name": "catalystsdwan.VedgeDevice.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/catalystsdwan.VedgeDevice.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "catalystsdwan.VedgeDevice": {
                "title": "Catalystsdwan:Vedge Device",
                "description": "VedgeDevice is deprecated. Going forward WanEdgeDevice will be used to store details for the Catalyst SDWAN Vedge entities.",
                "x-allOf-name": "catalystsdwan.VedgeDevice",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/equipment.AbstractDevice"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'catalystsdwan.VedgeDevice', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "catalystsdwan.VedgeDevice"
                                ],
                                "default": "catalystsdwan.VedgeDevice",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "catalystsdwan.VedgeDevice"
                                ],
                                "default": "catalystsdwan.VedgeDevice",
                                "x-enum-as-string": true
                            },
                            "ConfigStatusMessage": {
                                "description": "The Catalyst SDWAN device config status message.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "DeviceId": {
                                "description": "The Catalyst SDWAN device id.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "DeviceState": {
                                "description": "The Catalyst SDWAN device state.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "HostName": {
                                "description": "The Catalyst SDWAN device host name.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "PlatformFamily": {
                                "description": "The Catalyst SDWAN device platform family.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Reachability": {
                                "description": "The Catalyst SDWAN device reachability.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "SiteId": {
                                "description": "The Catalyst SDWAN device site id.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "SiteName": {
                                "description": "The Catalyst SDWAN device site name.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "SpOrganizationName": {
                                "description": "The Catalyst SDWAN device sp organization name.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "SystemIp": {
                                "description": "The Catalyst SDWAN device system IP.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "TemplateStatus": {
                                "description": "The Catalyst SDWAN device template status.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Validity": {
                                "description": "The Catalyst SDWAN device validity.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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
                            }
                        }
                    }
                ]
            },
            "catalystsdwan.VedgeDevice.List": {
                "title": "List of 'catalystsdwan.VedgeDevice' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'catalystsdwan.VedgeDevice' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'catalystsdwan.VedgeDevice' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/catalystsdwan.VedgeDevice"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "catalystsdwan.Vlan.Response": {
                "description": "The response body of a HTTP GET request for the 'catalystsdwan.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 'catalystsdwan.Vlan' resources.",
                "x-one-of-name": "catalystsdwan.Vlan.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/catalystsdwan.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"
                }
            },
            "catalystsdwan.Vlan": {
                "title": "Catalystsdwan:Vlan",
                "description": "Details for the WAN Edge Device VLAN entities.",
                "x-allOf-name": "catalystsdwan.Vlan",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/catalystsdwan.InventoryEntity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'catalystsdwan.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": [
                                    "catalystsdwan.Vlan"
                                ],
                                "default": "catalystsdwan.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": [
                                    "catalystsdwan.Vlan"
                                ],
                                "default": "catalystsdwan.Vlan",
                                "x-enum-as-string": true
                            },
                            "AdminState": {
                                "description": "The administrative state of the WAN Edge Device.\n* `Unknown` - Administrative state is unknown.\n* `Up` - Administrative state is up.\n* `Down` - Administrative state is down.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Up",
                                    "Down"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Dn": {
                                "description": "The distinguished name of the VLAN.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LocalSystemIp": {
                                "description": "The local System IP address of the WAN Edge Device configured on the device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SystemIp": {
                                "description": "The internal system IP of the WAN Edge Device assigned by Catalyst SD-WAN Manager for internal communication.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "The UUID of the WAN Edge Device to which this VLAN belongs.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VlanId": {
                                "description": "The VLAN number configured on the WAN Edge Device.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VlanState": {
                                "description": "The state of the VLAN on the WAN Edge Device.\n* `Unknown` - VLAN state is unknown on the Catalyst SDWAN device.\n* `Active` - VLAN state is active on the Catalyst SDWAN device.\n* `Inactive` - VLAN state is inactive on the Catalyst SDWAN device.\n* `Suspended` - VLAN state is suspended on the Catalyst SDWAN device.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Active",
                                    "Inactive",
                                    "Suspended"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "WanEdgeDevice": {
                                "$ref": "#/components/schemas/catalystsdwan.WanEdgeDevice.Relationship",
                                "description": "A reference to a catalystsdwanWanEdgeDevice resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "catalystsdwan.Vlan.List": {
                "title": "List of 'catalystsdwan.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 'catalystsdwan.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 'catalystsdwan.Vlan' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/catalystsdwan.Vlan"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "catalystsdwan.WanEdgeDevice.Response": {
                "description": "The response body of a HTTP GET request for the 'catalystsdwan.WanEdgeDevice' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'catalystsdwan.WanEdgeDevice' resources.",
                "x-one-of-name": "catalystsdwan.WanEdgeDevice.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/catalystsdwan.WanEdgeDevice.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "catalystsdwan.WanEdgeDevice.Relationship": {
                "description": "A relationship to the 'catalystsdwan.WanEdgeDevice' resource, or the expanded 'catalystsdwan.WanEdgeDevice' resource, or the 'null' value.",
                "x-one-of-name": "catalystsdwan.WanEdgeDevice.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/catalystsdwan.WanEdgeDevice"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "catalystsdwan.WanEdgeDevice": {
                "title": "Catalystsdwan:Wan Edge Device",
                "description": "Details for the Catalyst SDWAN WAN Edge entities.",
                "x-allOf-name": "catalystsdwan.WanEdgeDevice",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/equipment.AbstractDevice"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'catalystsdwan.WanEdgeDevice', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "catalystsdwan.WanEdgeDevice"
                                ],
                                "default": "catalystsdwan.WanEdgeDevice",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "catalystsdwan.WanEdgeDevice"
                                ],
                                "default": "catalystsdwan.WanEdgeDevice",
                                "x-enum-as-string": true
                            },
                            "BfdSessions": {
                                "description": "Total number of BFD sessions from the WAN Edge Device to Cisco Catalyst SD-WAN Manager.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "BfdSessionsUp": {
                                "description": "Number of BFD sessions in up state from the WAN Edge Device to Cisco Catalyst SD-WAN Manager.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ConfigDeviceStatus": {
                                "description": "Synchronization status of the WAN Edge Device configuration with Cisco Catalyst SD-WAN Manager.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ConfigLocked": {
                                "description": "Indicates if the device configuration is locked.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ControlConnections": {
                                "description": "Total number of control connections from the WAN Edge Device to Cisco Catalyst SD-WAN Manager.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ControlConnectionsUp": {
                                "description": "Number of control connections in up state from the WAN Edge Device to Cisco Catalyst SD-WAN Manager.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeviceHealth": {
                                "description": "Health status of the WAN Edge Device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeviceId": {
                                "description": "Device ID of the WAN Edge Device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeviceState": {
                                "description": "Device state of the WAN Edge Device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HostName": {
                                "description": "Host name of the WAN Edge Device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LocalSystemIp": {
                                "description": "System IP of the WAN Edge Device configured on the device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ManagementPortHwAddr": {
                                "description": "MAC address of the WAN Edge Device management port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ManagementPortIp": {
                                "description": "IP address of the WAN Edge Device management port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ManagementPortSubnet": {
                                "description": "Subnet of the WAN Edge Device management port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OrganizationName": {
                                "description": "The WAN Edge Device organization name.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Personality": {
                                "description": "Personality of the WAN Edge Device as seen in the Cisco Catalyst SD-WAN Manager (e.g., vEdge, cEdge).",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Reachability": {
                                "description": "Reachability of the WAN Edge Device.\n* `Unknown` - Reachability status of the Catalyst SDWAN device from SDWAN Manager is unknown.\n* `Reachable` - The Catalyst SDWAN device is reachable from SDWAN Manager.\n* `Unreachable` - The Catalyst SDWAN device is unreachable from SDWAN Manager.\n* `Authentication Failed` - Authentication failed when SDWAN Manager attempted to connect to the Catalyst SDWAN device.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Reachable",
                                    "Unreachable",
                                    "Authentication Failed"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SdwanUserTags": {
                                "description": "User defined tags associated with the WAN Edge Device from Cisco Catalyst SD-WAN Manager.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SiteId": {
                                "description": "Site ID of the WAN Edge Device.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SiteName": {
                                "description": "Site name of the WAN Edge Device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SpOrganizationName": {
                                "description": "The WAN Edge Device sp organization name.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SystemIp": {
                                "description": "Internal system IP of the WAN Edge Device assigned by Catalyst SD-WAN Manager for internal communication.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Tlocs": {
                                "description": "Total number of TLOCs from the WAN Edge Device to Cisco Catalyst SD-WAN Manager.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TlocsUp": {
                                "description": "Number of TLOCs in up state from the WAN Edge Device to Cisco Catalyst SD-WAN Manager.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uptime": {
                                "description": "Uptime of the WAN Edge Device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Validity": {
                                "description": "Validity of the WAN Edge Device.\n* `Unknown` - Validity of the Catalyst SDWAN device configuration is unknown.\n* `Valid` - Configuration on the Catalyst SDWAN device is valid.\n* `Invalid` - Configuration on the Catalyst SDWAN device is invalid.\n* `Prestaging` - Configuration on the Catalyst SDWAN device is in pre-staging state.\n* `Staging` - Configuration on the Catalyst SDWAN device is in staging state.\n* `Config Init` - Configuration on the Catalyst SDWAN device is in initialization state.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Valid",
                                    "Invalid",
                                    "Prestaging",
                                    "Staging",
                                    "Config Init"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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
                            }
                        }
                    }
                ]
            },
            "catalystsdwan.WanEdgeDevice.List": {
                "title": "List of 'catalystsdwan.WanEdgeDevice' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'catalystsdwan.WanEdgeDevice' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'catalystsdwan.WanEdgeDevice' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/catalystsdwan.WanEdgeDevice"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "connectorpack.ConnectorPackUpdate": {
                "title": "Connectorpack:Connector Pack Update",
                "description": "Connector Pack updates available on UCS Director.",
                "x-allOf-name": "connectorpack.ConnectorPackUpdate",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'connectorpack.ConnectorPackUpdate', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "connectorpack.ConnectorPackUpdate"
                                ],
                                "default": "connectorpack.ConnectorPackUpdate",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "connectorpack.ConnectorPackUpdate"
                                ],
                                "default": "connectorpack.ConnectorPackUpdate",
                                "x-enum-as-string": true
                            },
                            "CurrentVersion": {
                                "description": "Version of connector pack currently running in UCS Director.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the connector pack.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NewVersion": {
                                "description": "Version of connector pack to be installed in the next upgrade cycle.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "connectorpack.ConnectorPackUpgrade.Response": {
                "description": "The response body of a HTTP GET request for the 'connectorpack.ConnectorPackUpgrade' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'connectorpack.ConnectorPackUpgrade' resources.",
                "x-one-of-name": "connectorpack.ConnectorPackUpgrade.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/connectorpack.ConnectorPackUpgrade.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "connectorpack.ConnectorPackUpgrade": {
                "title": "Connectorpack:Connector Pack Upgrade",
                "description": "Used to download or install connector packs on the target device.",
                "x-allOf-name": "connectorpack.ConnectorPackUpgrade",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'connectorpack.ConnectorPackUpgrade', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "connectorpack.ConnectorPackUpgrade"
                                ],
                                "default": "connectorpack.ConnectorPackUpgrade",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "connectorpack.ConnectorPackUpgrade"
                                ],
                                "default": "connectorpack.ConnectorPackUpgrade",
                                "x-enum-as-string": true
                            },
                            "ConnectorPackOpType": {
                                "description": "The type of operation to be performed on UCS Director.\n* `Install` - Installs the requisite connector packs on UCS Director.\n* `Push` - Pushes the requisite connector packs to UCS Director.",
                                "type": "string",
                                "enum": [
                                    "Install",
                                    "Push"
                                ],
                                "default": "Install",
                                "x-omitempty": true
                            },
                            "UcsdInfo": {
                                "$ref": "#/components/schemas/iaas.UcsdInfo.Relationship",
                                "description": "A reference to a iaasUcsdInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "Workflow": {
                                "$ref": "#/components/schemas/workflow.WorkflowInfo.Relationship",
                                "description": "A reference to a workflowWorkflowInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "connectorpack.ConnectorPackUpgrade.List": {
                "title": "List of 'connectorpack.ConnectorPackUpgrade' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'connectorpack.ConnectorPackUpgrade' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'connectorpack.ConnectorPackUpgrade' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/connectorpack.ConnectorPackUpgrade"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "connectorpack.UpgradeImpact.Response": {
                "description": "The response body of a HTTP GET request for the 'connectorpack.UpgradeImpact' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'connectorpack.UpgradeImpact' resources.",
                "x-one-of-name": "connectorpack.UpgradeImpact.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/connectorpack.UpgradeImpact.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "connectorpack.UpgradeImpact": {
                "title": "Connectorpack:Upgrade Impact",
                "description": "The UpgradeImpact object is designed to assess and identify the list of connector packs to be installed or upgraded on UCS Director. It identifies the requisite connector packs for installation during the next upgrade cycle, ensuring a smooth transition and enhanced functionality.\n#### Purpose\nUpgradeImpact object plays a crucial role in planning and executing upgrades for UCS Director, ensuring that all necessary connector packs are identified and managed effectively. It evaluates eligibility for upgrades and provides insights into the upgrade readiness of UCS Director.\n#### Key Concepts\n- **Upgrade Planning:** Facilitates strategic planning for upgrades by identifying necessary connector packs and evaluating upgrade readiness.\n- **Eligibility Assessment:** Assesses UCS Director's eligibility for upgrades, ensuring that all criteria for successful upgrade execution are met.\n- **Download Management:** Manages the download status of connector packs required for upgrades, ensuring readiness for the next iteration.\n- **Relationship Management:** Establishes relationship within connector packs of a UCS Director instance to ensure accurate upgrade of connector packs.",
                "x-allOf-name": "connectorpack.UpgradeImpact",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'connectorpack.UpgradeImpact', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "connectorpack.UpgradeImpact"
                                ],
                                "default": "connectorpack.UpgradeImpact",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "connectorpack.UpgradeImpact"
                                ],
                                "default": "connectorpack.UpgradeImpact",
                                "x-enum-as-string": true
                            },
                            "ConnectorPack": {
                                "type": "array",
                                "items": {
                                    "description": "Information about connector pack updates available in the next upgrade cycle.",
                                    "$ref": "#/components/schemas/connectorpack.ConnectorPackUpdate",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "IsEligibleForUpgrade": {
                                "description": "States whether the UCS Director is eligible for an upgrade. Set to true if connector packs are available for upgrade, else set to false.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsUpdateDownloaded": {
                                "description": "States whether all the requisite updates have been downloaded to the target UCS Director. Set to true if all connector packs required to upgrade UCS Director to the next iteration have been downloaded, else set to false.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UcsdInfo": {
                                "$ref": "#/components/schemas/iaas.UcsdInfo.Relationship",
                                "description": "A reference to a iaasUcsdInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "connectorpack.UpgradeImpact.List": {
                "title": "List of 'connectorpack.UpgradeImpact' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'connectorpack.UpgradeImpact' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'connectorpack.UpgradeImpact' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/connectorpack.UpgradeImpact"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.AdapterComplianceDetails.Response": {
                "description": "The response body of a HTTP GET request for the 'convergedinfra.AdapterComplianceDetails' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'convergedinfra.AdapterComplianceDetails' resources.",
                "x-one-of-name": "convergedinfra.AdapterComplianceDetails.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/convergedinfra.AdapterComplianceDetails.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "convergedinfra.AdapterComplianceDetails.Relationship": {
                "description": "A relationship to the 'convergedinfra.AdapterComplianceDetails' resource, or the expanded 'convergedinfra.AdapterComplianceDetails' resource, or the 'null' value.",
                "x-one-of-name": "convergedinfra.AdapterComplianceDetails.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/convergedinfra.AdapterComplianceDetails"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "convergedinfra.AdapterComplianceDetails": {
                "title": "Convergedinfra:Adapter Compliance Details",
                "description": "The AdapterComplianceDetails object captures compliance details for adapters within servers of a converged infrastructure pod, focusing on hardware compatibility and firmware status.  \n#### Purpose\nAdapterComplianceDetails provides essential insights into adapter compliance, assessing compatibility with standards and operational criteria necessary for seamless infrastructure operation.   \n#### Key Concepts\n- **Hardware Compatibility:** Evaluates adapter compliance against hardware compatibility lists, ensuring alignment with industry standards. \n- **Firmware and Driver Information:** Includes detailed information about adapter firmware and drivers, supporting thorough compliance checks.\n- **Server Integration:** Associates adapter compliance details with server compliance data, promoting integrated compliance assessments.\n- **Administrative Control:** Accessible through defined privilege sets, ensuring secure and authorized interaction with adapter compliance information.",
                "x-allOf-name": "convergedinfra.AdapterComplianceDetails",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/convergedinfra.BaseComplianceDetails"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'convergedinfra.AdapterComplianceDetails', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "convergedinfra.AdapterComplianceDetails"
                                ],
                                "default": "convergedinfra.AdapterComplianceDetails",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "convergedinfra.AdapterComplianceDetails"
                                ],
                                "default": "convergedinfra.AdapterComplianceDetails",
                                "x-enum-as-string": true
                            },
                            "DriverName": {
                                "description": "The driver name (e.g. nenic, nfnic) of the adapter.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DriverVersion": {
                                "description": "The driver version of the adapter.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Firmware": {
                                "description": "The firmware version of the adapter.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HclStatus": {
                                "description": "The HCL compatibility status for the adapter.\n* `NotEvaluated` - The interoperability compliance for the component has not be checked.\n* `Approved` - The component is valid as per the interoperability compliance check.\n* `NotApproved` - The component is not valid as per the interoperability compliance check.\n* `Incomplete` - The interoperability compliance check could not be completed for the component due to incomplete data.",
                                "type": "string",
                                "enum": [
                                    "NotEvaluated",
                                    "Approved",
                                    "NotApproved",
                                    "Incomplete"
                                ],
                                "default": "NotEvaluated",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HclStatusReason": {
                                "description": "The reason for the HCL status when it is not Approved.\n* `Missing-Os-Driver-Info` - The validation failed because the given server has no operating system driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper operating system information.\n* `Incompatible-Server-With-Component` - The validation failed for this component because he server model and component model combination was not found in the HCL.\n* `Incompatible-Processor` - The validation failed because the given processor was not found for the given server PID.\n* `Incompatible-Os-Info` - The validation failed because the given operating system vendor and version was not found in HCL for the server PID and processor combination.\n* `Incompatible-Component-Model` - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and operating system vendor and version.\n* `Incompatible-Firmware` - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, operating system vendor and version and component model.\n* `Incompatible-Driver` - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, operating system vendor and version, server firmware and component firmware.\n* `Incompatible-Firmware-Driver` - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, operating system vendor and version and server firmware.\n* `Service-Unavailable` - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.\n* `Service-Error` - The validation has failed because the HCL data service has return a service error or unrecognized result.\n* `Unrecognized-Protocol` - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.\n* `Not-Evaluated` - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.\n* `Compatible` - The validation has passed for this server PID, processor, operating system vendor and version, component model, component firmware and driver version.",
                                "type": "string",
                                "enum": [
                                    "Missing-Os-Driver-Info",
                                    "Incompatible-Server-With-Component",
                                    "Incompatible-Processor",
                                    "Incompatible-Os-Info",
                                    "Incompatible-Component-Model",
                                    "Incompatible-Firmware",
                                    "Incompatible-Driver",
                                    "Incompatible-Firmware-Driver",
                                    "Service-Unavailable",
                                    "Service-Error",
                                    "Unrecognized-Protocol",
                                    "Not-Evaluated",
                                    "Compatible"
                                ],
                                "default": "Missing-Os-Driver-Info",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Model": {
                                "description": "The model information of the adapter.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Adapter": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/adapter.Unit.Relationship",
                                "description": "A reference to a adapterUnit resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ServerComplianceDetails": {
                                "$ref": "#/components/schemas/convergedinfra.ServerComplianceDetails.Relationship",
                                "description": "A reference to a convergedinfraServerComplianceDetails resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "StorageCompliances": {
                                "description": "An array of relationships to convergedinfraStorageComplianceDetails resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/convergedinfra.StorageComplianceDetails.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.AdapterComplianceDetails.List": {
                "title": "List of 'convergedinfra.AdapterComplianceDetails' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'convergedinfra.AdapterComplianceDetails' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'convergedinfra.AdapterComplianceDetails' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/convergedinfra.AdapterComplianceDetails"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.AlarmSummary": {
                "title": "Convergedinfra:Alarm Summary",
                "description": "The summary of alarm counts based on alarm serverity.",
                "x-allOf-name": "convergedinfra.AlarmSummary",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'convergedinfra.AlarmSummary', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "convergedinfra.AlarmSummary"
                                ],
                                "default": "convergedinfra.AlarmSummary",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "convergedinfra.AlarmSummary"
                                ],
                                "default": "convergedinfra.AlarmSummary",
                                "x-enum-as-string": true
                            },
                            "Critical": {
                                "description": "The count of alarms that have severity type Critical.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "Warning": {
                                "description": "The count of alarms that have severity type Warning.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.BaseComplianceDetails.Relationship": {
                "description": "A relationship to the 'convergedinfra.BaseComplianceDetails' resource, or the expanded 'convergedinfra.BaseComplianceDetails' resource, or the 'null' value.",
                "x-one-of-name": "convergedinfra.BaseComplianceDetails.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/convergedinfra.BaseComplianceDetails"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "convergedinfra.BaseComplianceDetails": {
                "title": "Convergedinfra:Base Compliance Details",
                "description": "Abstract type for all compliance details that may be part of a converged infrastructure pod.",
                "x-allOf-name": "convergedinfra.BaseComplianceDetails",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'convergedinfra.BaseComplianceDetails', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "convergedinfra.AdapterComplianceDetails",
                                    "convergedinfra.PodComplianceInfo",
                                    "convergedinfra.ServerComplianceDetails",
                                    "convergedinfra.StorageComplianceDetails",
                                    "convergedinfra.SwitchComplianceDetails"
                                ],
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "convergedinfra.AdapterComplianceDetails",
                                    "convergedinfra.PodComplianceInfo",
                                    "convergedinfra.ServerComplianceDetails",
                                    "convergedinfra.StorageComplianceDetails",
                                    "convergedinfra.SwitchComplianceDetails"
                                ],
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "The name of the component for which the compliance is evaluated.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Reason": {
                                "description": "Reason for the status, when the status is Incomplete or NotApproved. Reason should help to identify the component that is not compliant.\n* `NotEvaluated` - The validation for the HCL or Interop status is yet to be performed.\n* `Missing-Os-Info` - This means the Interop status for the sever cannot be computed because we have missing OS information. Either install ucstools vib or use power shell scripts to tag proper OS information.\n* `Incompatible-Storage-Os` - The validation failed because the given storage name and version combination is not found in Interop matrix.\n* `Incompatible-Os-Info` - The validation failed because the given OS name and version combination is not found in HCL.\n* `Incompatible-Processor` - The validation failed because the given processor is not found for the given server PID in HCL.\n* `Incompatible-Server-Platform` - The validation failed because the given server platform is not found in the Interop matrix.\n* `Incompatible-Server-Model` - The validation failed because the given server model is not found in the Interop matrix.\n* `Incompatible-Adapter-Model` - The validation failed because the given adapter model is not found in the Interop matrix.\n* `Incompatible-Switch-Model` - The validation failed because the given switch model is not found in the Interop matrix.\n* `Incompatible-Server-Firmware` - The validation failed because the given server firmware version is not found in HCL.\n* `Incompatible-Switch-Firmware` - The validation failed because the given switch firmware version is not found in Interop matrix.\n* `Incompatible-Firmware` - The validation failed because the given adapter firmware version is not found in either HCL or Interop matrix.\n* `Incompatible-Driver` - The validation failed because the given driver version is not found in either HCL or Interop matrix.\n* `Incompatible-Firmware-Driver` - The validation failed because the given adapter firmware and driver version is not found in either HCL or Interop matrix.\n* `Missing-Os-Driver-Info` - The validation failed because the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.\n* `Missing-Os-Or-Driver-Info` - This means the Interop status for the switch or storage array cannot be computed because we have either missing Host OS information or missing required driver information. Either install ucstools vib or use power shell scripts to tag proper OS information or install required drivers.\n* `Incompatible-Components` - The validation failed for the given server because one or more of its components failed validation.\n* `Compatible` - This means the HCL status and Interop status for the component have passed all validations for all of its related components.",
                                "type": "string",
                                "enum": [
                                    "NotEvaluated",
                                    "Missing-Os-Info",
                                    "Incompatible-Storage-Os",
                                    "Incompatible-Os-Info",
                                    "Incompatible-Processor",
                                    "Incompatible-Server-Platform",
                                    "Incompatible-Server-Model",
                                    "Incompatible-Adapter-Model",
                                    "Incompatible-Switch-Model",
                                    "Incompatible-Server-Firmware",
                                    "Incompatible-Switch-Firmware",
                                    "Incompatible-Firmware",
                                    "Incompatible-Driver",
                                    "Incompatible-Firmware-Driver",
                                    "Missing-Os-Driver-Info",
                                    "Missing-Os-Or-Driver-Info",
                                    "Incompatible-Components",
                                    "Compatible"
                                ],
                                "default": "NotEvaluated",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Compliance status for the component.\n* `NotEvaluated` - The interoperability compliance for the component has not be checked.\n* `Approved` - The component is valid as per the interoperability compliance check.\n* `NotApproved` - The component is not valid as per the interoperability compliance check.\n* `Incomplete` - The interoperability compliance check could not be completed for the component due to incomplete data.",
                                "type": "string",
                                "enum": [
                                    "NotEvaluated",
                                    "Approved",
                                    "NotApproved",
                                    "Incomplete"
                                ],
                                "default": "NotEvaluated",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.BasePod": {
                "title": "Convergedinfra:Base Pod",
                "description": "Abstract base type for all pods.",
                "x-allOf-name": "convergedinfra.BasePod",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'convergedinfra.BasePod', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "convergedinfra.Pod"
                                ],
                                "default": "convergedinfra.Pod",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "convergedinfra.Pod"
                                ],
                                "default": "convergedinfra.Pod",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "Description of the pod. A short note about the nature or purpose of the pod.",
                                "type": "string",
                                "pattern": "^$|^[a-zA-Z0-9]+[\\x00-\\xFF]*$",
                                "maxLength": 1024,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the pod. Concrete pod will be created with this name.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_.-]{1,64}$",
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "Defines the type of the pod.\n* `FlexPod` - Pod type is FlexPod, an integrated infrastructure solution developed by Cisco and NetApp.\n* `FlashStack` - Pod type is FlashStack, an integrated infrastructure solution developed by Cisco and Pure Storage.",
                                "type": "string",
                                "enum": [
                                    "FlexPod",
                                    "FlashStack"
                                ],
                                "default": "FlexPod",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.BasePodSummary": {
                "title": "Convergedinfra:Base Pod Summary",
                "description": "Summary information for the base pod. This inclues properties like number of nodes, stroage capacity/utilization, aggregated alarms for all the components of the pod etc.",
                "x-allOf-name": "convergedinfra.BasePodSummary",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'convergedinfra.BasePodSummary', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "convergedinfra.PodSummary"
                                ],
                                "default": "convergedinfra.PodSummary",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "convergedinfra.PodSummary"
                                ],
                                "default": "convergedinfra.PodSummary",
                                "x-enum-as-string": true
                            },
                            "AlarmSummary": {
                                "description": "The summary of alarm counts for all elements of a pod based on the severity types (Critical or Warning) .",
                                "$ref": "#/components/schemas/convergedinfra.AlarmSummary",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ComplianceSummary": {
                                "description": "The summary of compliance count status for all elements of a pod based on if the validation status (Validated/Incomplete/NotEvaluated).",
                                "$ref": "#/components/schemas/convergedinfra.ComplianceSummary",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NodeCount": {
                                "description": "Number of nodes associated with the pod.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StorageAvailable": {
                                "description": "The available storage capacity for this pod.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StorageCapacity": {
                                "description": "The total storage capacity for this pod.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StorageUtilization": {
                                "description": "The percentage storage utilization for this pod.",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.ComplianceSummary": {
                "title": "Convergedinfra:Compliance Summary",
                "description": "The summary of compliance information based on the compliance analysis (HCL, IMT, etc.) of components.",
                "x-allOf-name": "convergedinfra.ComplianceSummary",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'convergedinfra.ComplianceSummary', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "convergedinfra.ComplianceSummary"
                                ],
                                "default": "convergedinfra.ComplianceSummary",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "convergedinfra.ComplianceSummary"
                                ],
                                "default": "convergedinfra.ComplianceSummary",
                                "x-enum-as-string": true
                            },
                            "Incomplete": {
                                "description": "The count of elements where compliance information is not available. eg. For HCL of server, OS information is not available.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "NotEvaluated": {
                                "description": "The count of elements where compliance has not been evaluated. e.g. For HCL of server, status has not been evaluated due to lack of information.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "NotListed": {
                                "description": "The count of elements where compliance has failed for one or more reason. e.g. For HCL of server, some part of the HCL validation has failed.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "Validated": {
                                "description": "The count of elements where compliance has passed validation for all components. e.g. For HCL of server, all of the components have passed validation.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.Pod.Response": {
                "description": "The response body of a HTTP GET request for the 'convergedinfra.Pod' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'convergedinfra.Pod' resources.",
                "x-one-of-name": "convergedinfra.Pod.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/convergedinfra.Pod.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "convergedinfra.Pod.Relationship": {
                "description": "A relationship to the 'convergedinfra.Pod' resource, or the expanded 'convergedinfra.Pod' resource, or the 'null' value.",
                "x-one-of-name": "convergedinfra.Pod.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/convergedinfra.Pod"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "convergedinfra.Pod": {
                "title": "Convergedinfra:Pod",
                "description": "### Overview\nThe Pod object represents a unit of deployment within a converged infrastructure. It encompasses inventory details related to health, hardware compatibility (HCL), storage, nodes, and other aspects that define a pod's operational and compliance status.  \n#### Purpose \nThe Pod object serves as a central entity in converged infrastructure management, offering a comprehensive view of the components and their states within a deployment. It acts as a repository of information essential for monitoring, compliance checks, and resource management.  \n#### Key Concepts  \n- **Deployment Unit:** A Pod is a modular deployment component, enabling scalable and efficient infrastructure management. \n- **Interoperability and Compliance:** Facilitates the assessment of the interoperability status and compliance with predefined standards, ensuring optimal operation. \n- **Resource Integration:** Integrates various resources, including servers, adapters, switches, and storage arrays, into a cohesive management structure. \n- **Privilege Management:** Access to Pod details is controlled through privilege sets, ensuring secure and authorized interactions with the infrastructure data.",
                "x-allOf-name": "convergedinfra.Pod",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/convergedinfra.BasePod"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'convergedinfra.Pod', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "convergedinfra.Pod"
                                ],
                                "default": "convergedinfra.Pod",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "convergedinfra.Pod"
                                ],
                                "default": "convergedinfra.Pod",
                                "x-enum-as-string": true
                            },
                            "DeploymentType": {
                                "description": "The deployment type for this integrated system.\n* `FlexPodInfra` - The deployment type for a pod is of Infrastructure.\n* `FlexPodNG` - The deployment type for a pod is of Nextgen type.",
                                "type": "string",
                                "enum": [
                                    "FlexPodInfra",
                                    "FlexPodNG"
                                ],
                                "default": "FlexPodInfra",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InteropStatus": {
                                "description": "The interoperability status for this solution pod.\n* `NotEvaluated` - The interoperability compliance for the component has not be checked.\n* `Approved` - The component is valid as per the interoperability compliance check.\n* `NotApproved` - The component is not valid as per the interoperability compliance check.\n* `Incomplete` - The interoperability compliance check could not be completed for the component due to incomplete data.",
                                "type": "string",
                                "enum": [
                                    "NotEvaluated",
                                    "Approved",
                                    "NotApproved",
                                    "Incomplete"
                                ],
                                "default": "NotEvaluated",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Summary": {
                                "description": "The summary of pod's health, compliance, storage, number of nodes etc.",
                                "$ref": "#/components/schemas/convergedinfra.PodSummary",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Organization": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship",
                                "description": "A reference to a organizationOrganization resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "PodCompliance": {
                                "$ref": "#/components/schemas/convergedinfra.PodComplianceInfo.Relationship",
                                "description": "A reference to a convergedinfraPodComplianceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "PodResourceGroup": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/resource.Group.Relationship",
                                "description": "A reference to a resourceGroup resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ServiceItemInstance": {
                                "$ref": "#/components/schemas/workflow.ServiceItemInstance.Relationship",
                                "description": "A reference to a workflowServiceItemInstance resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.Pod.List": {
                "title": "List of 'convergedinfra.Pod' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'convergedinfra.Pod' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'convergedinfra.Pod' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/convergedinfra.Pod"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.PodComplianceInfo.Response": {
                "description": "The response body of a HTTP GET request for the 'convergedinfra.PodComplianceInfo' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'convergedinfra.PodComplianceInfo' resources.",
                "x-one-of-name": "convergedinfra.PodComplianceInfo.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/convergedinfra.PodComplianceInfo.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "convergedinfra.PodComplianceInfo.Relationship": {
                "description": "A relationship to the 'convergedinfra.PodComplianceInfo' resource, or the expanded 'convergedinfra.PodComplianceInfo' resource, or the 'null' value.",
                "x-one-of-name": "convergedinfra.PodComplianceInfo.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/convergedinfra.PodComplianceInfo"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "convergedinfra.PodComplianceInfo": {
                "title": "Convergedinfra:Pod Compliance Info",
                "description": "The PodComplianceInfo object captures compliance information for a converged infrastructure pod, extending the base compliance details to include specific compliance assessments for the pod itself.   \n#### Purpose\nPodComplianceInfo provides a detailed view of the compliance status of a pod, highlighting areas that meet or deviate from established standards. This  supports comprehensive compliance management and helps identify non-compliant components.   \n#### Key Concepts\n- **Compliance Tracking:** Offers insights into the compliance status of the entire pod, facilitating proactive management and remediation. \n- **Inheritance:** Leverages the base compliance details, extending them to encompass pod-specific compliance metrics. \n- **Detailed Relationships:** Establishes connections with the pod and its components, enabling a holistic view of compliance across the infrastructure.\n- **Administrative Access:** Supports a range of privilege sets, allowing different levels of administrative interaction with compliance data.",
                "x-allOf-name": "convergedinfra.PodComplianceInfo",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/convergedinfra.BaseComplianceDetails"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'convergedinfra.PodComplianceInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "convergedinfra.PodComplianceInfo"
                                ],
                                "default": "convergedinfra.PodComplianceInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "convergedinfra.PodComplianceInfo"
                                ],
                                "default": "convergedinfra.PodComplianceInfo",
                                "x-enum-as-string": true
                            },
                            "Details": {
                                "description": "An array of relationships to convergedinfraBaseComplianceDetails resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/convergedinfra.BaseComplianceDetails.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Pod": {
                                "$ref": "#/components/schemas/convergedinfra.Pod.Relationship",
                                "description": "A reference to a convergedinfraPod resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.PodComplianceInfo.List": {
                "title": "List of 'convergedinfra.PodComplianceInfo' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'convergedinfra.PodComplianceInfo' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'convergedinfra.PodComplianceInfo' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/convergedinfra.PodComplianceInfo"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.PodSummary": {
                "title": "Convergedinfra:Pod Summary",
                "description": "Summary information for the Pod, this is extenstion of properties defined in basePodSummary.",
                "x-allOf-name": "convergedinfra.PodSummary",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/convergedinfra.BasePodSummary"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'convergedinfra.PodSummary', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "convergedinfra.PodSummary"
                                ],
                                "default": "convergedinfra.PodSummary",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "convergedinfra.PodSummary"
                                ],
                                "default": "convergedinfra.PodSummary",
                                "x-enum-as-string": true
                            },
                            "ActiveNodes": {
                                "description": "Number of Nodes that are powered on and have at least 1 VM associated with the pod.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VmCount": {
                                "description": "Number of VMs associated with the pod.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.ServerComplianceDetails.Response": {
                "description": "The response body of a HTTP GET request for the 'convergedinfra.ServerComplianceDetails' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'convergedinfra.ServerComplianceDetails' resources.",
                "x-one-of-name": "convergedinfra.ServerComplianceDetails.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/convergedinfra.ServerComplianceDetails.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "convergedinfra.ServerComplianceDetails.Relationship": {
                "description": "A relationship to the 'convergedinfra.ServerComplianceDetails' resource, or the expanded 'convergedinfra.ServerComplianceDetails' resource, or the 'null' value.",
                "x-one-of-name": "convergedinfra.ServerComplianceDetails.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/convergedinfra.ServerComplianceDetails"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "convergedinfra.ServerComplianceDetails": {
                "title": "Convergedinfra:Server Compliance Details",
                "description": "The ServerComplianceDetails object provides compliance information for servers within a converged infrastructure pod, detailing hardware compatibility and operational status.   \n#### Purpose  \nServerComplianceDetails is focused on evaluating server compliance, ensuring that server components meet hardware compatibility list (HCL) criteria and operational standards necessary for reliable infrastructure performance.   \n#### Key Concepts\n- **HCL Compatibility:** Provides status and reasoning related to hardware compatibility, ensuring that server components are aligned with prescribed standards. \n- **Platform Information:** Encompasses detailed information about server platforms, processors, firmware, and operating systems, aiding in compliance evaluation. \n- **Integration with Pod Compliance:** Connects server compliance data with pod-level compliance insights, facilitating integrated compliance management. \n- **Read-Only Access:** Designed for secure consumption of server compliance data, ensuring consistent integration with management interfaces.",
                "x-allOf-name": "convergedinfra.ServerComplianceDetails",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/convergedinfra.BaseComplianceDetails"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'convergedinfra.ServerComplianceDetails', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "convergedinfra.ServerComplianceDetails"
                                ],
                                "default": "convergedinfra.ServerComplianceDetails",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "convergedinfra.ServerComplianceDetails"
                                ],
                                "default": "convergedinfra.ServerComplianceDetails",
                                "x-enum-as-string": true
                            },
                            "AdapterCount": {
                                "description": "The number of ethernet NIC adapters in the server.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Firmware": {
                                "description": "The Cisco IMC firmware version of the server.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HclStatus": {
                                "description": "The HCL compatibility status of the server.\n* `NotEvaluated` - The interoperability compliance for the component has not be checked.\n* `Approved` - The component is valid as per the interoperability compliance check.\n* `NotApproved` - The component is not valid as per the interoperability compliance check.\n* `Incomplete` - The interoperability compliance check could not be completed for the component due to incomplete data.",
                                "type": "string",
                                "enum": [
                                    "NotEvaluated",
                                    "Approved",
                                    "NotApproved",
                                    "Incomplete"
                                ],
                                "default": "NotEvaluated",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HclStatusReason": {
                                "description": "The reason for server's HCL status.\n* `Missing-Os-Driver-Info` - The validation failed because the given server has no operating system driver information available in the inventory. Either install UCS Tools VIB on the host ESXi or use OS Discovery Tool scripts to provide proper operating system information.\n* `Incompatible-Server` - The validation failed for this server because the server's model was not listed in the HCL.\n* `Incompatible-Processor` - The validation failed because the given processor was not listed for the given server model.\n* `Incompatible-Os-Info` - The validation failed because the given operating system vendor or version was not listed in HCL for the server PID and processor combination.\n* `Incompatible-Firmware` - The validation failed because the given server firmware was not listed in the HCL for the given server PID, processor, operating system vendor and version.\n* `Service-Unavailable` - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.\n* `Service-Error` - The validation has failed because the HCL data service has returned a service error or unrecognized result.\n* `Not-Evaluated` - This means the HclStatus for the server has not been evaluated because it is exempted.\n* `Incompatible-Components` - The validation has failed for this server because one or more components have \"Not-Listed\" status.\n* `Compatible` - The validation has passed for this server's model, processor, operating system vendor and version.",
                                "type": "string",
                                "enum": [
                                    "Missing-Os-Driver-Info",
                                    "Incompatible-Server",
                                    "Incompatible-Processor",
                                    "Incompatible-Os-Info",
                                    "Incompatible-Firmware",
                                    "Service-Unavailable",
                                    "Service-Error",
                                    "Not-Evaluated",
                                    "Incompatible-Components",
                                    "Compatible"
                                ],
                                "default": "Missing-Os-Driver-Info",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Model": {
                                "description": "The model information of the server.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Os": {
                                "description": "Details of name and version of the operating system running on the server.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Platform": {
                                "description": "Details of platform of the server, examples are B-Series, C-Series, X-Series etc.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Processor": {
                                "description": "The processor information of the server.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PodCompliance": {
                                "$ref": "#/components/schemas/convergedinfra.PodComplianceInfo.Relationship",
                                "description": "A reference to a convergedinfraPodComplianceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Server": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/compute.PhysicalSummary.Relationship",
                                "description": "A reference to a computePhysicalSummary resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.ServerComplianceDetails.List": {
                "title": "List of 'convergedinfra.ServerComplianceDetails' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'convergedinfra.ServerComplianceDetails' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'convergedinfra.ServerComplianceDetails' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/convergedinfra.ServerComplianceDetails"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.StorageComplianceDetails.Response": {
                "description": "The response body of a HTTP GET request for the 'convergedinfra.StorageComplianceDetails' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'convergedinfra.StorageComplianceDetails' resources.",
                "x-one-of-name": "convergedinfra.StorageComplianceDetails.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/convergedinfra.StorageComplianceDetails.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "convergedinfra.StorageComplianceDetails.Relationship": {
                "description": "A relationship to the 'convergedinfra.StorageComplianceDetails' resource, or the expanded 'convergedinfra.StorageComplianceDetails' resource, or the 'null' value.",
                "x-one-of-name": "convergedinfra.StorageComplianceDetails.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/convergedinfra.StorageComplianceDetails"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "convergedinfra.StorageComplianceDetails": {
                "title": "Convergedinfra:Storage Compliance Details",
                "description": "The StorageComplianceDetails object provides compliance information for storage arrays within a converged infrastructure pod, assessing their interoperability and operational standards.  \n#### Purpose\nStorageComplianceDetails focuses on evaluating storage compliance, ensuring that storage components meet interoperability criteria and operational guidelines necessary for efficient data management.  \n#### Key Concepts\n- **Operating System and Protocol Evaluation:** Assesses compliance of storage arrays based on their operating systems and communication protocols. \n- **Integration with Network Components:** Evaluates storage compliance in relation to switches and adapters, promoting integrated infrastructure assessments. \n- **Pod-Level Compliance:** Connects storage compliance details with broader pod compliance information, supporting cohesive compliance management. \n- **Secure Access:** Provides controlled access to storage compliance data through privilege sets, ensuring secure and authorized interactions.",
                "x-allOf-name": "convergedinfra.StorageComplianceDetails",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/convergedinfra.BaseComplianceDetails"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'convergedinfra.StorageComplianceDetails', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "convergedinfra.StorageComplianceDetails"
                                ],
                                "default": "convergedinfra.StorageComplianceDetails",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "convergedinfra.StorageComplianceDetails"
                                ],
                                "default": "convergedinfra.StorageComplianceDetails",
                                "x-enum-as-string": true
                            },
                            "Os": {
                                "description": "The operating system name and version (e.g. NetApp ONTAP 9.10) running on the storage array for which the compliance is getting evaluated.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Protocol": {
                                "description": "The protocol configured for the communication between the switch and the storage array.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RefDevice": {
                                "description": "The reference device (e.g. adapter, fabric interconnect) against which the storage compliance is getting evaluated.\n* `Server` - The component type for a server in a converged infrastructure pod.\n* `Adapter` - The component type for an adapter on a server in a converged infrastructure pod.\n* `FabricInterconnect` - The component type for a fabric interconnect in a converged infrastructure pod.\n* `Nexus` - The component type for a nexus switch in a converged infrastructure pod.\n* `Storage` - The component type for a storage array in a converged infrastructure pod.",
                                "type": "string",
                                "enum": [
                                    "Server",
                                    "Adapter",
                                    "FabricInterconnect",
                                    "Nexus",
                                    "Storage"
                                ],
                                "default": "Server",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AdapterCompliance": {
                                "$ref": "#/components/schemas/convergedinfra.AdapterComplianceDetails.Relationship",
                                "description": "A reference to a convergedinfraAdapterComplianceDetails resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "PodCompliance": {
                                "$ref": "#/components/schemas/convergedinfra.PodComplianceInfo.Relationship",
                                "description": "A reference to a convergedinfraPodComplianceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "StorageArray": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseArray.Relationship",
                                "description": "A reference to a storageBaseArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "SwitchCompliance": {
                                "$ref": "#/components/schemas/convergedinfra.SwitchComplianceDetails.Relationship",
                                "description": "A reference to a convergedinfraSwitchComplianceDetails resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.StorageComplianceDetails.List": {
                "title": "List of 'convergedinfra.StorageComplianceDetails' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'convergedinfra.StorageComplianceDetails' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'convergedinfra.StorageComplianceDetails' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/convergedinfra.StorageComplianceDetails"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.SwitchComplianceDetails.Response": {
                "description": "The response body of a HTTP GET request for the 'convergedinfra.SwitchComplianceDetails' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'convergedinfra.SwitchComplianceDetails' resources.",
                "x-one-of-name": "convergedinfra.SwitchComplianceDetails.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/convergedinfra.SwitchComplianceDetails.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "convergedinfra.SwitchComplianceDetails.Relationship": {
                "description": "A relationship to the 'convergedinfra.SwitchComplianceDetails' resource, or the expanded 'convergedinfra.SwitchComplianceDetails' resource, or the 'null' value.",
                "x-one-of-name": "convergedinfra.SwitchComplianceDetails.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/convergedinfra.SwitchComplianceDetails"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "convergedinfra.SwitchComplianceDetails": {
                "title": "Convergedinfra:Switch Compliance Details",
                "description": "The SwitchComplianceDetails object captures compliance information for switches, such as Fabric Interconnects, Nexus, and MDS, within a converged infrastructure pod.   \n#### Purpose \nSwitchComplianceDetails is dedicated to assessing switch compliance, ensuring that switch components meet operational and compatibility standards essential for network connectivity and performance.   \n#### Key Concepts \n- **Switch Type Specifics:** Provides compliance evaluation tailored to specific switch types, including Fabric Interconnects, Nexus, and MDS. \n- **Firmware Evaluation:** Includes detailed firmware information necessary for compliance assessments and operational reliability. \n- **Pod Integration:** Links switch compliance data with pod-level compliance insights, supporting comprehensive infrastructure management. \n- **Privilege Sets:** Offers controlled access to switch compliance data, ensuring secure and authorized management interactions.",
                "x-allOf-name": "convergedinfra.SwitchComplianceDetails",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/convergedinfra.BaseComplianceDetails"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'convergedinfra.SwitchComplianceDetails', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "convergedinfra.SwitchComplianceDetails"
                                ],
                                "default": "convergedinfra.SwitchComplianceDetails",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "convergedinfra.SwitchComplianceDetails"
                                ],
                                "default": "convergedinfra.SwitchComplianceDetails",
                                "x-enum-as-string": true
                            },
                            "Firmware": {
                                "description": "The firmware of the switch as received from inventory.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Model": {
                                "description": "The model information of the switch.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "The type of switch component. It must be set to either Fabric Interconnect, Nexus or MDS.\n* `FabricInterconnect` - The default Switch type of UCSM and IMM mode devices.\n* `NexusDevice` - Switch type of Nexus devices.\n* `MDSDevice` - Switch type of Nexus MDS devices.\n* `EdgeChassisManagementController` - Switch type of Edge Chassis Management Controller.",
                                "type": "string",
                                "enum": [
                                    "FabricInterconnect",
                                    "NexusDevice",
                                    "MDSDevice",
                                    "EdgeChassisManagementController"
                                ],
                                "default": "FabricInterconnect",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PodCompliance": {
                                "$ref": "#/components/schemas/convergedinfra.PodComplianceInfo.Relationship",
                                "description": "A reference to a convergedinfraPodComplianceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "StorageCompliances": {
                                "description": "An array of relationships to convergedinfraStorageComplianceDetails resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/convergedinfra.StorageComplianceDetails.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Switch": {
                                "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/network.ElementSummary.Relationship",
                                "description": "A reference to a networkElementSummary resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.SwitchComplianceDetails.List": {
                "title": "List of 'convergedinfra.SwitchComplianceDetails' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'convergedinfra.SwitchComplianceDetails' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'convergedinfra.SwitchComplianceDetails' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/convergedinfra.SwitchComplianceDetails"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "dnac.Device.Response": {
                "description": "The response body of a HTTP GET request for the 'dnac.Device' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'dnac.Device' resources.",
                "x-one-of-name": "dnac.Device.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/dnac.Device.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "dnac.Device": {
                "title": "Dnac:Device",
                "description": "The Device object is a comprehensive representation of network devices, facilitating the management and operational integration of network hardware within the system.\n#### Purpose\nA Device object provides detailed insights into the configuration, status, and management of network devices, supporting efficient network operations and maintenance.\n#### Key Concepts\n- **Device Management:** Supports detailed device configuration and status tracking, enhancing network reliability and efficiency.\n- **Identity and Access Control:** Utilizes unique identifiers and privilege sets to ensure secure and controlled interaction with device data.\n- **Operational Integration:** Seamlessly interfaces with other network components, promoting cohesive and efficient network operations.",
                "x-allOf-name": "dnac.Device",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/dnac.InventoryEntity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'dnac.Device', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "dnac.Device"
                                ],
                                "default": "dnac.Device",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "dnac.Device"
                                ],
                                "default": "dnac.Device",
                                "x-enum-as-string": true
                            },
                            "DeviceId": {
                                "description": "Unique identity of the network device.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "HostName": {
                                "description": "Host name of the network device.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ManagementIpAddress": {
                                "description": "IP address of the network device.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "dnac.Device.List": {
                "title": "List of 'dnac.Device' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'dnac.Device' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'dnac.Device' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/dnac.Device"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "dnac.DeviceInterface.Response": {
                "description": "The response body of a HTTP GET request for the 'dnac.DeviceInterface' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'dnac.DeviceInterface' resources.",
                "x-one-of-name": "dnac.DeviceInterface.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/dnac.DeviceInterface.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "dnac.DeviceInterface": {
                "title": "Dnac:Device Interface",
                "description": "The DeviceInterface object represents the network device interfaces, offering a structured approach to managing device connections and configurations.\n#### Purpose\nA DeviceInterface object provides a detailed framework for managing the interfaces of network devices, supporting efficient communication and connectivity.\n#### Key Concepts\n- **Interface Management:** Allows for detailed configuration and tracking of device interfaces, enhancing network control.\n- **Security and Access:** Ensures secure interaction through privilege sets and controlled access mechanisms.\n- **Operational Integration:** fInterfaces seamlessly with network devices, promoting robust and efficient connectivity.",
                "x-allOf-name": "dnac.DeviceInterface",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/dnac.InventoryEntity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'dnac.DeviceInterface', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "dnac.DeviceInterface"
                                ],
                                "default": "dnac.DeviceInterface",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "dnac.DeviceInterface"
                                ],
                                "default": "dnac.DeviceInterface",
                                "x-enum-as-string": true
                            },
                            "AdminStatus": {
                                "description": "Administrator status for network device interface.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "DeviceId": {
                                "description": "Identity of network device.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "InterfaceId": {
                                "description": "Unique identity of network device interface.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "InterfaceName": {
                                "description": "The name for the network device interface.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "InterfaceType": {
                                "description": "Interface type for network device interface.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "PortType": {
                                "description": "Port type for network device interface.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "dnac.DeviceInterface.List": {
                "title": "List of 'dnac.DeviceInterface' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'dnac.DeviceInterface' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'dnac.DeviceInterface' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/dnac.DeviceInterface"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "dnac.ExternalBorderNode.Response": {
                "description": "The response body of a HTTP GET request for the 'dnac.ExternalBorderNode' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'dnac.ExternalBorderNode' resources.",
                "x-one-of-name": "dnac.ExternalBorderNode.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/dnac.ExternalBorderNode.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "dnac.ExternalBorderNode": {
                "title": "Dnac:External Border Node",
                "description": "The ExternalBorderNode object represents the external boundaries of a network, focusing on the management and configuration of nodes that interact with external network entities.\n#### Purpose\nAn ExternalBorderNode object is essential for defining and managing the interfaces between internal and external networks, ensuring secure and efficient communication.\n#### Key Concepts\n- **Boundary Definition:** Specifies the roles and configurations of external border nodes, clarifying their position within the network architecture.\n- **Security and Roles Management:** Enables detailed role assignment and security configuration, safeguarding network boundaries.\n- **Interoperability:** Designed to facilitate interaction with external networks, promoting seamless and secure connectivity.",
                "x-allOf-name": "dnac.ExternalBorderNode",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/dnac.InventoryEntity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'dnac.ExternalBorderNode', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "dnac.ExternalBorderNode"
                                ],
                                "default": "dnac.ExternalBorderNode",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "dnac.ExternalBorderNode"
                                ],
                                "default": "dnac.ExternalBorderNode",
                                "x-enum-as-string": true
                            },
                            "ExternalBorderNodeId": {
                                "description": "External border node's id.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ExternalBorderNodeName": {
                                "description": "External border node's name.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "FabricSiteId": {
                                "description": "Fabric Site id in UUID format.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ImportExternalRoutes": {
                                "description": "Flag to determine if Border Node is External or Internal.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "Roles": {
                                "type": "array",
                                "items": {
                                    "description": "Roles for external border node.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "dnac.ExternalBorderNode.List": {
                "title": "List of 'dnac.ExternalBorderNode' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'dnac.ExternalBorderNode' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'dnac.ExternalBorderNode' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/dnac.ExternalBorderNode"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "dnac.ExternalBorderNodeInterface.Response": {
                "description": "The response body of a HTTP GET request for the 'dnac.ExternalBorderNodeInterface' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'dnac.ExternalBorderNodeInterface' resources.",
                "x-one-of-name": "dnac.ExternalBorderNodeInterface.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/dnac.ExternalBorderNodeInterface.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "dnac.ExternalBorderNodeInterface": {
                "title": "Dnac:External Border Node Interface",
                "description": "The ExternalBorderNodeInterface object serves as the gateway between a network and external entities, focusing on interface management and configuration.\n#### Purpose\nAn ExternalBorderNodeInterface object provides the framework for managing external network interfaces, supporting secure and efficient data exchange.\n#### Key Concepts\n- **Interface Management:** Offers detailed configuration options for external interfaces, enhancing control over data flow.\n- **Security and Access Control:** Ensures secure interaction through privilege sets and controlled access mechanisms.\n- **Network Integration:** Interfaces seamlessly with external networks, promoting robust and secure connectivity.",
                "x-allOf-name": "dnac.ExternalBorderNodeInterface",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/dnac.InventoryEntity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'dnac.ExternalBorderNodeInterface', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "dnac.ExternalBorderNodeInterface"
                                ],
                                "default": "dnac.ExternalBorderNodeInterface",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "dnac.ExternalBorderNodeInterface"
                                ],
                                "default": "dnac.ExternalBorderNodeInterface",
                                "x-enum-as-string": true
                            },
                            "AdminStatus": {
                                "description": "Administrator status for external border node interface.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ExternalBorderNodeId": {
                                "description": "External border node's id.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "InterfaceId": {
                                "description": "The Moid for the interface in the external border node.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "InterfaceName": {
                                "description": "The name for the external border node's interface.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "InterfaceType": {
                                "description": "Interface type for external border node interface.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "PortType": {
                                "description": "Port type for external border node interface.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "dnac.ExternalBorderNodeInterface.List": {
                "title": "List of 'dnac.ExternalBorderNodeInterface' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'dnac.ExternalBorderNodeInterface' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'dnac.ExternalBorderNodeInterface' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/dnac.ExternalBorderNodeInterface"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "dnac.FabricSite.Response": {
                "description": "The response body of a HTTP GET request for the 'dnac.FabricSite' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'dnac.FabricSite' resources.",
                "x-one-of-name": "dnac.FabricSite.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/dnac.FabricSite.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "dnac.FabricSite": {
                "title": "Dnac:Fabric Site",
                "description": "The FabricSite object is a critical component within the network management framework, designed to represent and manage the physical or logical sites within the network fabric. This provides a structured approach to organizing and accessing site-specific details, aiding in efficient network operations and resource allocation.\n#### Purpose\nA FabricSite facilitates the management and operational understanding of network sites. This provides a holistic view of site configurations, enabling seamless integration and interaction with other network entities and services.\n#### Key Concepts\n- **Hierarchy Representation:** FabricSite objects maintain a hierarchical structure, allowing for organized and intuitive navigation of site relationships.\n- **Access Control:** Privilege sets ensure secure and controlled access, allowing only authorized users to interact with FabricSite data.\n- **Integration:** FabricSite objects are integral to workflows and network operations, supporting robust interactions with devices, interfaces, and services.",
                "x-allOf-name": "dnac.FabricSite",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/dnac.InventoryEntity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'dnac.FabricSite', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "dnac.FabricSite"
                                ],
                                "default": "dnac.FabricSite",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "dnac.FabricSite"
                                ],
                                "default": "dnac.FabricSite",
                                "x-enum-as-string": true
                            },
                            "AuthenticationProfileName": {
                                "description": "Authentication profile name.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "FabricSiteId": {
                                "description": "UUID for the Fabric Site.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "FabricSiteNameHierarchy": {
                                "description": "Fabric site name hierarchy.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "IsPubSubEnabled": {
                                "description": "Pub sub for the fabric site.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "SiteId": {
                                "description": "Site id for the fabric site.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "dnac.FabricSite.List": {
                "title": "List of 'dnac.FabricSite' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'dnac.FabricSite' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'dnac.FabricSite' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/dnac.FabricSite"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "dnac.InventoryEntity": {
                "title": "Dnac:Inventory Entity",
                "description": "Base object type for all Dnac Inventory items.",
                "x-allOf-name": "dnac.InventoryEntity",
                "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 'dnac.InventoryEntity', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "dnac.Device",
                                    "dnac.DeviceInterface",
                                    "dnac.ExternalBorderNode",
                                    "dnac.ExternalBorderNodeInterface",
                                    "dnac.FabricSite",
                                    "dnac.Site",
                                    "dnac.SiteIpPool",
                                    "dnac.Template",
                                    "dnac.Transit",
                                    "dnac.VirtualNetworkFabricSite"
                                ],
                                "x-enum-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": [
                                    "dnac.Device",
                                    "dnac.DeviceInterface",
                                    "dnac.ExternalBorderNode",
                                    "dnac.ExternalBorderNodeInterface",
                                    "dnac.FabricSite",
                                    "dnac.Site",
                                    "dnac.SiteIpPool",
                                    "dnac.Template",
                                    "dnac.Transit",
                                    "dnac.VirtualNetworkFabricSite"
                                ],
                                "x-enum-as-string": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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
                            }
                        }
                    }
                ]
            },
            "dnac.Site.Response": {
                "description": "The response body of a HTTP GET request for the 'dnac.Site' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'dnac.Site' resources.",
                "x-one-of-name": "dnac.Site.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/dnac.Site.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "dnac.Site": {
                "title": "Dnac:Site",
                "description": "The Site object serves as a detailed representation of a network site, encompassing essential site information required for comprehensive network management. This aids in the logical organization and integration of network sites within broader network operations.\n#### Purpose\nA Site object provides detailed insights into the configuration and status of a network site. It supports network administrators in effectively managing site-specific data, contributing to streamlined network operations.\n#### Key Concepts\n- **Identity Management:** Unique identifiers ensure precise tracking and management of individual sites.\n- **Security and Permissions:** Access control mechanisms safeguard site data, ensuring interaction is restricted to authorized personnel.\n- **Operational Integration:** Site objects are designed to work seamlessly with other network components, promoting efficiency and coherence in network activities.",
                "x-allOf-name": "dnac.Site",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/dnac.InventoryEntity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'dnac.Site', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "dnac.Site"
                                ],
                                "default": "dnac.Site",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "dnac.Site"
                                ],
                                "default": "dnac.Site",
                                "x-enum-as-string": true
                            },
                            "FabricSiteNameHierarchy": {
                                "description": "Fabric site name hierarchy.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "SiteId": {
                                "description": "Identification for the Site.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "dnac.Site.List": {
                "title": "List of 'dnac.Site' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'dnac.Site' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'dnac.Site' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/dnac.Site"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "dnac.SiteIpPool.Response": {
                "description": "The response body of a HTTP GET request for the 'dnac.SiteIpPool' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'dnac.SiteIpPool' resources.",
                "x-one-of-name": "dnac.SiteIpPool.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/dnac.SiteIpPool.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "dnac.SiteIpPool": {
                "title": "Dnac:Site Ip Pool",
                "description": "The SiteIpPool object provides a structured approach to managing IP pools associated with network sites, ensuring efficient and organized IP address allocation within the network infrastructure.\n#### Purpose\nA SiteIpPool object serves as a central repository for IP pool configurations tied to specific network sites, aiding in systematic IP address management and allocation.\n#### Key Concepts\n- **IP Pool Configuration:** Allows for detailed specification and management of IP pools, facilitating precise control over IP address distribution.\n- **Hierarchical Organization:** Maintains a structured hierarchy for site association, promoting clarity and order in IP management.\n- **Secure Access:** Utilizes privilege sets to control access and modification rights, ensuring secure interaction with IP pool data.",
                "x-allOf-name": "dnac.SiteIpPool",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/dnac.InventoryEntity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'dnac.SiteIpPool', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "dnac.SiteIpPool"
                                ],
                                "default": "dnac.SiteIpPool",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "dnac.SiteIpPool"
                                ],
                                "default": "dnac.SiteIpPool",
                                "x-enum-as-string": true
                            },
                            "IpPoolCidr": {
                                "description": "Ip Pool Cidr in format e.g. 10.0.0.0/24.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "IpPoolId": {
                                "description": "Site ip pool identification.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "IpPoolName": {
                                "description": "Name for the site ip pool.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "SiteId": {
                                "description": "Site to which ip pool is associated with.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "SiteNameHierarchy": {
                                "description": "Hierarchy of the site names.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "dnac.SiteIpPool.List": {
                "title": "List of 'dnac.SiteIpPool' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'dnac.SiteIpPool' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'dnac.SiteIpPool' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/dnac.SiteIpPool"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "dnac.Template.Response": {
                "description": "The response body of a HTTP GET request for the 'dnac.Template' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'dnac.Template' resources.",
                "x-one-of-name": "dnac.Template.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/dnac.Template.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "dnac.Template": {
                "title": "Dnac:Template",
                "description": "The Template object encapsulates the configuration and management of templates within the network system, supporting standardized and efficient deployment of configurations.\n#### Purpose\nA Template object serves as the blueprint for network configurations, enabling systematic and consistent deployment across the network infrastructure.\n#### Key Concepts\n- **Configuration Standardization:** Facilitates the creation and management of templates, promoting consistency in network configuration.\n- **Versioning and Access Control:** Supports version control and secure access, ensuring safe updates and management.\n- **Integration with Network Processes:** Designed to work cohesively with other network elements, enhancing overall efficiency and reliability.",
                "x-allOf-name": "dnac.Template",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/dnac.InventoryEntity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'dnac.Template', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "dnac.Template"
                                ],
                                "default": "dnac.Template",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "dnac.Template"
                                ],
                                "default": "dnac.Template",
                                "x-enum-as-string": true
                            },
                            "Composite": {
                                "description": "Value indicates the template is composite.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ProjectId": {
                                "description": "Identity of the project template.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ProjectName": {
                                "description": "Name of the project template.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "TemplateId": {
                                "description": "Unique identity of the template.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "TemplateName": {
                                "description": "Name assigned to the template.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "dnac.Template.List": {
                "title": "List of 'dnac.Template' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'dnac.Template' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'dnac.Template' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/dnac.Template"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "dnac.Transit.Response": {
                "description": "The response body of a HTTP GET request for the 'dnac.Transit' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'dnac.Transit' resources.",
                "x-one-of-name": "dnac.Transit.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/dnac.Transit.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "dnac.Transit": {
                "title": "Dnac:Transit",
                "description": "The Transit object is integral to network connectivity, representing transit paths and configurations that facilitate communication between different network segments.\n#### Purpose\nA Transit object defines the connectivity pathways within the network, enabling efficient routing and communication between distinct network areas.\n#### Key Concepts\n- **Connectivity Management:** Facilitates the establishment and management of transit paths, optimizing network traffic flow.\n- **Identity Control:** Utilizes unique identifiers for precise tracking and management of transit entities.\n- **Integration with Network Elements:** Seamlessly interfaces with other network components, enhancing overall network performance.",
                "x-allOf-name": "dnac.Transit",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/dnac.InventoryEntity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'dnac.Transit', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "dnac.Transit"
                                ],
                                "default": "dnac.Transit",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "dnac.Transit"
                                ],
                                "default": "dnac.Transit",
                                "x-enum-as-string": true
                            },
                            "TransitId": {
                                "description": "Identification for the Transit.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "TransitName": {
                                "description": "Name identifier for the Transit.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "TransitType": {
                                "description": "Transit type for the transit.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "dnac.Transit.List": {
                "title": "List of 'dnac.Transit' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'dnac.Transit' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'dnac.Transit' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/dnac.Transit"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "dnac.VirtualNetworkFabricSite.Response": {
                "description": "The response body of a HTTP GET request for the 'dnac.VirtualNetworkFabricSite' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'dnac.VirtualNetworkFabricSite' resources.",
                "x-one-of-name": "dnac.VirtualNetworkFabricSite.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/dnac.VirtualNetworkFabricSite.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "dnac.VirtualNetworkFabricSite": {
                "title": "Dnac:Virtual Network Fabric Site",
                "description": "The VirtualNetworkFabricSite object encapsulates the virtual networking aspects of a fabric site, enabling advanced network configurations and interactions. It plays a pivotal role in the deployment and management of virtual networks within the fabric.\n#### Purpose\nA VirtualNetworkFabricSite object facilitates the establishment and management of virtual networks associated with a fabric site, offering flexibility and scalability in network architecture.\n#### Key Concepts\n- **Virtual Network Management:** Supports the creation, monitoring, and modification of virtual networks, enhancing network adaptability.\n- **Identity and Access Control:** Ensures secure and efficient management through unique identifiers and privilege sets.\n- **Network Integration:** Seamlessly integrates with physical and logical network elements, fostering cohesive network operations.",
                "x-allOf-name": "dnac.VirtualNetworkFabricSite",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/dnac.InventoryEntity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'dnac.VirtualNetworkFabricSite', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "dnac.VirtualNetworkFabricSite"
                                ],
                                "default": "dnac.VirtualNetworkFabricSite",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "dnac.VirtualNetworkFabricSite"
                                ],
                                "default": "dnac.VirtualNetworkFabricSite",
                                "x-enum-as-string": true
                            },
                            "FabricSiteNameHierarchy": {
                                "description": "Fabric site name hierarchy.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "SiteId": {
                                "description": "Site id for the virtual network fabric site.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "VirtualNetworkId": {
                                "description": "Virtual network id fro the virtual network fabric site.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "VirtualNetworkName": {
                                "description": "Virtual network name for the virtual network fabric site.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "dnac.VirtualNetworkFabricSite.List": {
                "title": "List of 'dnac.VirtualNetworkFabricSite' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'dnac.VirtualNetworkFabricSite' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'dnac.VirtualNetworkFabricSite' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/dnac.VirtualNetworkFabricSite"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "energy.DailyMetrics": {
                "title": "Energy:Daily Metrics",
                "description": "Returns carbon intensity, power breakdown, and electricity rate power metrics for a set of locations and a time span.",
                "x-allOf-name": "energy.DailyMetrics",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    }
                ]
            },
            "energy.Metrics": {
                "title": "Energy:Metrics",
                "description": "Returns carbon intensity, power breakdown, and electricity rate power metrics for a set of locations and a time span.",
                "x-allOf-name": "energy.Metrics",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    }
                ]
            },
            "feedback.FeedbackData": {
                "title": "Feedback:Feedback Data",
                "description": "Feedback data collected from the user through the UI.",
                "x-allOf-name": "feedback.FeedbackData",
                "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 'feedback.FeedbackData', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "feedback.FeedbackData"
                                ],
                                "default": "feedback.FeedbackData",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "feedback.FeedbackData"
                                ],
                                "default": "feedback.FeedbackData",
                                "x-enum-as-string": true
                            },
                            "AccountName": {
                                "description": "Account name of the feedback sender, copied for persistence in case of account removal.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "AlternativeFollowUpEmails": {
                                "type": "array",
                                "items": {
                                    "description": "User's alternative email addresses for follow-up.",
                                    "type": "string",
                                    "pattern": "^$|^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$",
                                    "x-omitempty": true
                                },
                                "maxItems": 5,
                                "nullable": true
                            },
                            "Comment": {
                                "description": "User feedback text (a bug or a suggestion).",
                                "type": "string",
                                "maxLength": 5000,
                                "x-omitempty": true
                            },
                            "Email": {
                                "description": "User's email address details.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Evaluation": {
                                "description": "Evaluation rating provided by the user to capture user sentiment regarding the issue.\n* `Excellent` - Option indicating user's excellent evaluation.\n* `Poor` - Option indicating user's poor evaluation.\n* `Fair` - Option indicating user's fair evaluation.\n* `Good` - Option indicating user's good evaluation.",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "string",
                                "enum": [
                                    "Excellent",
                                    "Poor",
                                    "Fair",
                                    "Good"
                                ],
                                "default": "Excellent",
                                "x-omitempty": true
                            },
                            "FollowUp": {
                                "description": "User's consent for follow-up communication.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "FullStoryUrl": {
                                "description": "URL generated by FullStory linking to the UI session's recording.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ProductSatisfactionScale": {
                                "description": "User's satisfaction with the product on a 0-10 scale.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 0,
                                "maximum": 10,
                                "x-omitempty": true
                            },
                            "SurveyCompleted": {
                                "description": "Survey completion status (True if completed, False otherwise).",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "TraceIds": {
                                "description": "Collection of last traceId for replicating the user's last activity.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "Type of the feedback from user.\n* `Evaluation` - User's feedback classified as an evaluation.\n* `Bug` - User's feedback classified as a bug.\n* `Survey` - User's response to a survey.",
                                "type": "string",
                                "enum": [
                                    "Evaluation",
                                    "Bug",
                                    "Survey"
                                ],
                                "default": "Evaluation",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "feedback.FeedbackPost": {
                "title": "Feedback:Feedback Post",
                "description": "The FeedbackPost object serves as the initial entry point for user feedback within the system. This provides a mechanism for users to submit their comments and evaluations directly through the user interface. \n#### Purpose\nFeedback Post enables users to capture and submit first-hand feedback directly from the interface, ensuring that original input is accurately preserved and processed. It supports seamless UI integration, immediate submission, and reliable data retention for effective analysis and response\n#### Key Concepts\n- **User-Driven:** Facilitates direct interaction between users and the feedback system, ensuring that user voices are heard and considered.\n- **Shared Resource:** Functions as a shared organizational resource, accessible across various departments and privilege sets.",
                "x-allOf-name": "feedback.FeedbackPost",
                "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 'feedback.FeedbackPost', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "feedback.FeedbackPost"
                                ],
                                "default": "feedback.FeedbackPost",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "feedback.FeedbackPost"
                                ],
                                "default": "feedback.FeedbackPost",
                                "x-enum-as-string": true
                            },
                            "FeedbackData": {
                                "description": "Feedback collected from the user and latest activity.",
                                "$ref": "#/components/schemas/feedback.FeedbackData",
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "fmc.Device.Response": {
                "description": "The response body of a HTTP GET request for the 'fmc.Device' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'fmc.Device' resources.",
                "x-one-of-name": "fmc.Device.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fmc.Device.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "fmc.Device": {
                "title": "Fmc:Device",
                "description": "The device details of the FMC.",
                "x-allOf-name": "fmc.Device",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fmc.InventoryEntity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fmc.Device', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fmc.Device"
                                ],
                                "default": "fmc.Device",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fmc.Device"
                                ],
                                "default": "fmc.Device",
                                "x-enum-as-string": true
                            },
                            "DeviceId": {
                                "description": "Unique identifier for the device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DomainId": {
                                "description": "Unique identifier for the domain.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "User assigned name for the device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fmc.Device.List": {
                "title": "List of 'fmc.Device' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'fmc.Device' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'fmc.Device' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fmc.Device"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fmc.DeviceHaPair.Response": {
                "description": "The response body of a HTTP GET request for the 'fmc.DeviceHaPair' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'fmc.DeviceHaPair' resources.",
                "x-one-of-name": "fmc.DeviceHaPair.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fmc.DeviceHaPair.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "fmc.DeviceHaPair": {
                "title": "Fmc:Device Ha Pair",
                "description": "FMC HA device pair details.",
                "x-allOf-name": "fmc.DeviceHaPair",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fmc.InventoryEntity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fmc.DeviceHaPair', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fmc.DeviceHaPair"
                                ],
                                "default": "fmc.DeviceHaPair",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fmc.DeviceHaPair"
                                ],
                                "default": "fmc.DeviceHaPair",
                                "x-enum-as-string": true
                            },
                            "DeviceId": {
                                "description": "Unique identifier for the device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DomainId": {
                                "description": "Unique identifier for the domain.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "User assigned name for the device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fmc.DeviceHaPair.List": {
                "title": "List of 'fmc.DeviceHaPair' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'fmc.DeviceHaPair' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'fmc.DeviceHaPair' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fmc.DeviceHaPair"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fmc.Domain.Response": {
                "description": "The response body of a HTTP GET request for the 'fmc.Domain' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'fmc.Domain' resources.",
                "x-one-of-name": "fmc.Domain.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fmc.Domain.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "fmc.Domain": {
                "title": "Fmc:Domain",
                "description": "The domain details of the FMC.",
                "x-allOf-name": "fmc.Domain",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fmc.InventoryEntity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fmc.Domain', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fmc.Domain"
                                ],
                                "default": "fmc.Domain",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fmc.Domain"
                                ],
                                "default": "fmc.Domain",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "User assigned name for the FMC domain.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "Unique identifier for the domain.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fmc.Domain.List": {
                "title": "List of 'fmc.Domain' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'fmc.Domain' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'fmc.Domain' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fmc.Domain"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fmc.InventoryEntity": {
                "title": "Fmc:Inventory Entity",
                "description": "The base object type for all APIC inventory items.",
                "x-allOf-name": "fmc.InventoryEntity",
                "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 'fmc.InventoryEntity', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "fmc.Device",
                                    "fmc.DeviceHaPair",
                                    "fmc.Domain",
                                    "fmc.PhysicalInterface"
                                ],
                                "x-enum-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": [
                                    "fmc.Device",
                                    "fmc.DeviceHaPair",
                                    "fmc.Domain",
                                    "fmc.PhysicalInterface"
                                ],
                                "x-enum-as-string": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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
                            }
                        }
                    }
                ]
            },
            "fmc.PhysicalInterface.Response": {
                "description": "The response body of a HTTP GET request for the 'fmc.PhysicalInterface' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'fmc.PhysicalInterface' resources.",
                "x-one-of-name": "fmc.PhysicalInterface.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fmc.PhysicalInterface.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "fmc.PhysicalInterface": {
                "title": "Fmc:Physical Interface",
                "description": "Physical interface of the FMC device.",
                "x-allOf-name": "fmc.PhysicalInterface",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fmc.InventoryEntity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fmc.PhysicalInterface', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fmc.PhysicalInterface"
                                ],
                                "default": "fmc.PhysicalInterface",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fmc.PhysicalInterface"
                                ],
                                "default": "fmc.PhysicalInterface",
                                "x-enum-as-string": true
                            },
                            "DeviceId": {
                                "description": "Physical interface device Id.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DomainId": {
                                "description": "Physical interface domain Id.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name for the physical interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PhysicalInterfaceId": {
                                "description": "The id for the physical interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fmc.PhysicalInterface.List": {
                "title": "List of 'fmc.PhysicalInterface' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'fmc.PhysicalInterface' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'fmc.PhysicalInterface' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fmc.PhysicalInterface"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iaas.ConnectorPack.Response": {
                "description": "The response body of a HTTP GET request for the 'iaas.ConnectorPack' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iaas.ConnectorPack' resources.",
                "x-one-of-name": "iaas.ConnectorPack.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.ConnectorPack.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iaas.ConnectorPack.Relationship": {
                "description": "A relationship to the 'iaas.ConnectorPack' resource, or the expanded 'iaas.ConnectorPack' resource, or the 'null' value.",
                "x-one-of-name": "iaas.ConnectorPack.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.ConnectorPack"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iaas.ConnectorPack": {
                "title": "Iaas:Connector Pack",
                "description": "The ConnectorPack object is essential for managing connector pack versions within UCS Director (UCSD), facilitating configuration and dependency management.   \n#### Purpose  \nConnectorPack documents the versions and states of connector packs, supporting efficient management and deployment of connectors in UCSD.   \n#### Key Concepts  \n- **Version Management:** Tracks connector pack versions, ensuring compatibility and optimal performance. \n- **Dependency Tracking:** Monitors dependencies, aiding in configuration management and deployment strategies. \n- **Read-Only Access:** Ensures connector pack information is available for review without alteration.",
                "x-allOf-name": "iaas.ConnectorPack",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iaas.ConnectorPack', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iaas.ConnectorPack"
                                ],
                                "default": "iaas.ConnectorPack",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iaas.ConnectorPack"
                                ],
                                "default": "iaas.ConnectorPack",
                                "x-enum-as-string": true
                            },
                            "CompleteVersion": {
                                "description": "Complete version of the connector pack including build number.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DependencyNames": {
                                "type": "array",
                                "items": {
                                    "description": "List of dependent connectors on the UCSD for this connector. For example BigData depends on UCS Connector.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "DownloadedVersion": {
                                "description": "Version of the connector pack that is last downloaded successfully to UCSD.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the connector pack running on the UCSD.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "State": {
                                "description": "State of the connector pack whether it is enabled or disabled.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "Version of the connector pack.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Guid": {
                                "$ref": "#/components/schemas/iaas.UcsdInfo.Relationship",
                                "description": "A reference to a iaasUcsdInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iaas.ConnectorPack.List": {
                "title": "List of 'iaas.ConnectorPack' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iaas.ConnectorPack' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iaas.ConnectorPack' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.ConnectorPack"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iaas.CustomTaskInfo.Response": {
                "description": "The response body of a HTTP GET request for the 'iaas.CustomTaskInfo' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iaas.CustomTaskInfo' resources.",
                "x-one-of-name": "iaas.CustomTaskInfo.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.CustomTaskInfo.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iaas.CustomTaskInfo.Relationship": {
                "description": "A relationship to the 'iaas.CustomTaskInfo' resource, or the expanded 'iaas.CustomTaskInfo' resource, or the 'null' value.",
                "x-one-of-name": "iaas.CustomTaskInfo.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.CustomTaskInfo"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iaas.CustomTaskInfo": {
                "title": "Iaas:Custom Task Info",
                "description": "The CustomTaskInfo object offers insights into the execution of custom tasks within UCS Director (UCSD), supporting workflow customization and management.  \n#### Purpose  \nCustomTaskInfo documents execution details of custom tasks, aiding in workflow personalization and optimization.  \n#### Key Concepts \n- **Custom Task Execution:** Tracks execution of custom tasks, supporting process customization and refinement. \n- **Read-Only Access:** Ensures secure access to custom task data without alteration.",
                "x-allOf-name": "iaas.CustomTaskInfo",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iaas.CustomTaskInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iaas.CustomTaskInfo"
                                ],
                                "default": "iaas.CustomTaskInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iaas.CustomTaskInfo"
                                ],
                                "default": "iaas.CustomTaskInfo",
                                "x-enum-as-string": true
                            },
                            "TaskDescription": {
                                "description": "Task decription or Comment of the Custom task.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskExecutionCount": {
                                "description": "Number of times this task has executed.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskLabel": {
                                "description": "Task Label in the Workflow.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskName": {
                                "description": "Name of the Custom Task in UCSD.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Guid": {
                                "$ref": "#/components/schemas/iaas.UcsdInfo.Relationship",
                                "description": "A reference to a iaasUcsdInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iaas.CustomTaskInfo.List": {
                "title": "List of 'iaas.CustomTaskInfo' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iaas.CustomTaskInfo' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iaas.CustomTaskInfo' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.CustomTaskInfo"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iaas.DeviceStatus.Response": {
                "description": "The response body of a HTTP GET request for the 'iaas.DeviceStatus' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iaas.DeviceStatus' resources.",
                "x-one-of-name": "iaas.DeviceStatus.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.DeviceStatus.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iaas.DeviceStatus.Relationship": {
                "description": "A relationship to the 'iaas.DeviceStatus' resource, or the expanded 'iaas.DeviceStatus' resource, or the 'null' value.",
                "x-one-of-name": "iaas.DeviceStatus.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.DeviceStatus"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iaas.DeviceStatus": {
                "title": "Iaas:Device Status",
                "description": "The DeviceStatus object is pivotal in managing infrastructure accounts within UCS Director (UCSD), offering insights into connection status and device details. It aids in maintaining connectivity and operational integrity.   \n#### Purpose \nDeviceStatus provides detailed information about infrastructure accounts managed by UCSD, supporting connection monitoring and device management.  \n#### Key Concepts \n- **Connection Monitoring:** Tracks connection status between UCSD and managed devices, ensuring operational reliability. \n- **Device Insights:** Offers comprehensive details about device vendors, models, and versions, aiding in effective management. \n- **Read-Only Access:** Ensures secure access to device information without modification.",
                "x-allOf-name": "iaas.DeviceStatus",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iaas.DeviceStatus', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iaas.DeviceStatus"
                                ],
                                "default": "iaas.DeviceStatus",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iaas.DeviceStatus"
                                ],
                                "default": "iaas.DeviceStatus",
                                "x-enum-as-string": true
                            },
                            "AccountName": {
                                "description": "The UCSD infra account name. Account Name is created when UCSD admin adds any new infra account (Physical/Virtual/Compute/Network) to be managed by UCSD.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AccountType": {
                                "description": "The UCSD Infra Account type.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Category": {
                                "description": "The UCSD Infra Account category.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClaimStatus": {
                                "description": "Describes if the device is claimed in Intersight or not.\n* `Unknown` - If UCS Director managed account claim status information is unknown.\n* `Yes` - If UCS Director managed account is claimed in Intersight.\n* `No` - If UCS Director managed account is not claimed in Intersight.\n* `Not Applicable` - If UCS Director managed account is not capable of providing claim status information.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Yes",
                                    "No",
                                    "Not Applicable"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ConnectionStatus": {
                                "description": "Describes about the connection status between the UCSD and the actual end device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeviceModel": {
                                "description": "Describes about the device model.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeviceVendor": {
                                "description": "Describes about the device vendor/manufacturer of the device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeviceVersion": {
                                "description": "Describes about the current firmware version running on the device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IpAddress": {
                                "description": "The IPAddress of the device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Pod": {
                                "description": "Describes about the pod to which this device belongs to in UCSD.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PodType": {
                                "description": "Describes about the podType of Pod to which this device belongs to in UCSD.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Guid": {
                                "$ref": "#/components/schemas/iaas.UcsdInfo.Relationship",
                                "description": "A reference to a iaasUcsdInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iaas.DeviceStatus.List": {
                "title": "List of 'iaas.DeviceStatus' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iaas.DeviceStatus' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iaas.DeviceStatus' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.DeviceStatus"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iaas.DiagnosticMessages.Response": {
                "description": "The response body of a HTTP GET request for the 'iaas.DiagnosticMessages' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iaas.DiagnosticMessages' resources.",
                "x-one-of-name": "iaas.DiagnosticMessages.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.DiagnosticMessages.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iaas.DiagnosticMessages": {
                "title": "Iaas:Diagnostic Messages",
                "description": "The DiagnosticMessages object is vital for capturing diagnostic alerts and messages within UCS Director (UCSD), aiding in system health monitoring and issue resolution.  \n#### Purpose\nDiagnosticMessages document alerts and recommendations, supporting proactive system management and troubleshooting.   \n#### Key Concepts \n- **Alert Tracking:** Records diagnostic alerts, aiding in system health assessment and management. \n- **Recommendation Documentation:** Provides actionable recommendations for alert resolution, supporting efficient troubleshooting. \n- **Read-Only Access:** Ensures secure access to diagnostic data without alteration.",
                "x-allOf-name": "iaas.DiagnosticMessages",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iaas.DiagnosticMessages', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iaas.DiagnosticMessages"
                                ],
                                "default": "iaas.DiagnosticMessages",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iaas.DiagnosticMessages"
                                ],
                                "default": "iaas.DiagnosticMessages",
                                "x-enum-as-string": true
                            },
                            "Category": {
                                "description": "Message category of the alerts.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Guid": {
                                "description": "Unique ID of UCS Director getting registerd with Intersight.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Item": {
                                "description": "Message target type of the alerts.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastChecked": {
                                "description": "Last checked time of the alerts.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Message": {
                                "description": "Detailed info about the alert.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Recommendation": {
                                "description": "Recommended fix for the alert.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Status of the given alert.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StatusId": {
                                "description": "Status Id of the given alert.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iaas.DiagnosticMessages.List": {
                "title": "List of 'iaas.DiagnosticMessages' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iaas.DiagnosticMessages' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iaas.DiagnosticMessages' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.DiagnosticMessages"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iaas.LicenseInfo.Response": {
                "description": "The response body of a HTTP GET request for the 'iaas.LicenseInfo' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iaas.LicenseInfo' resources.",
                "x-one-of-name": "iaas.LicenseInfo.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.LicenseInfo.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iaas.LicenseInfo.Relationship": {
                "description": "A relationship to the 'iaas.LicenseInfo' resource, or the expanded 'iaas.LicenseInfo' resource, or the 'null' value.",
                "x-one-of-name": "iaas.LicenseInfo.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.LicenseInfo"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iaas.LicenseInfo": {
                "title": "Iaas:License Info",
                "description": "The LicenseInfo object is a fundamental component in managing license details within UCS Director (UCSD), providing a structured overview of license types and expiration dates.   \n#### Purpose \nLicenseInfo offers comprehensive data about licenses in UCSD, supporting proactive license management and compliance.   \n#### Key Concepts  \n- **Type and Expiration:** Captures license type and expiration details, aiding in strategic license management. \n- **Utilization Overview:** Provides insights into license utilization, supporting optimization and planning. \n- **Read-Only Access:** Ensures secure access to license data without modification.",
                "x-allOf-name": "iaas.LicenseInfo",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iaas.LicenseInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iaas.LicenseInfo"
                                ],
                                "default": "iaas.LicenseInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iaas.LicenseInfo"
                                ],
                                "default": "iaas.LicenseInfo",
                                "x-enum-as-string": true
                            },
                            "LicenseExpirationDate": {
                                "description": "UCS Director license expiration date.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LicenseKeysInfo": {
                                "type": "array",
                                "items": {
                                    "description": "License keys info for UCSD.",
                                    "$ref": "#/components/schemas/iaas.LicenseKeysInfo",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "LicenseType": {
                                "description": "License type of UCSD whether it is EVAL/Permanent/Subscription..",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LicenseUtilizationInfo": {
                                "type": "array",
                                "items": {
                                    "description": "List of license utilization info for UCSD.",
                                    "$ref": "#/components/schemas/iaas.LicenseUtilizationInfo",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Guid": {
                                "$ref": "#/components/schemas/iaas.UcsdInfo.Relationship",
                                "description": "A reference to a iaasUcsdInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iaas.LicenseInfo.List": {
                "title": "List of 'iaas.LicenseInfo' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iaas.LicenseInfo' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iaas.LicenseInfo' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.LicenseInfo"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iaas.LicenseKeysInfo": {
                "title": "Iaas:License Keys Info",
                "description": "### Overview\nThe LicenseKeysInfo object serves as an essential element in managing license details within UCS Director. It encapsulates information about unique license identifiers and expiration dates, facilitating effective license management and renewal strategies.   \n#### Purpose \nLicenseKeysInfo provides detailed information about the identification and validity of licenses, supporting proactive management and ensuring continuity of service.   \n#### Key Concepts \n- **Unique Identification:** - Each license is uniquely identified, enabling precise tracking and management. \n- **Expiration Management:** - Offers insights into license expiration, assisting in timely renewals and preventing service disruptions. \n- **Read-Only Access:** - Designed for secure access to license information without alteration.",
                "x-allOf-name": "iaas.LicenseKeysInfo",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iaas.LicenseKeysInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iaas.LicenseKeysInfo"
                                ],
                                "default": "iaas.LicenseKeysInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iaas.LicenseKeysInfo"
                                ],
                                "default": "iaas.LicenseKeysInfo",
                                "x-enum-as-string": true
                            },
                            "Count": {
                                "description": "Number of licenses available for the UCSD PID (Product ID).",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ExpirationDate": {
                                "description": "Expiration date for the license.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LicenseId": {
                                "description": "UCS Director Unique license ID.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Pid": {
                                "description": "PID (Product ID) for UCSD License.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "iaas.LicenseUtilizationInfo": {
                "title": "Iaas:License Utilization Info",
                "description": "### Overview\nThe LicenseUtilizationInfo object is crucial for managing and understanding the utilization of licenses within the UCS Director (UCSD). This provides a comprehensive view of license details and their actual usage, enabling efficient resource management and planning.   \n#### Purpose  \nThe LicenseUtilizationInfo object helps administrators track and optimize the use of licenses associated with various features in UCSD. It ensures that license limits are adhered to while providing insights into actual usage patterns.   \n#### Key Concepts  \n- **License Tracking:** - Offers a clear view of the licenses available and used within the system, aiding compliance and optimization. \n- **Usage Insights:** - Provides actionable data on how licenses are being utilized, supporting informed decision-making for resource allocation. \n- **Read-Only Access:** - Ensures that the information is accessible for review without modification, maintaining integrity and compliance.",
                "x-allOf-name": "iaas.LicenseUtilizationInfo",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iaas.LicenseUtilizationInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iaas.LicenseUtilizationInfo"
                                ],
                                "default": "iaas.LicenseUtilizationInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iaas.LicenseUtilizationInfo"
                                ],
                                "default": "iaas.LicenseUtilizationInfo",
                                "x-enum-as-string": true
                            },
                            "ActualUsed": {
                                "description": "Number of licenses actually used for this feature.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "License label of UCSD license.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LicensedLimit": {
                                "description": "License limit for this license feature.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Sku": {
                                "description": "SKU for the UCSD license.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "iaas.MostRunTasks.Response": {
                "description": "The response body of a HTTP GET request for the 'iaas.MostRunTasks' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iaas.MostRunTasks' resources.",
                "x-one-of-name": "iaas.MostRunTasks.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.MostRunTasks.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iaas.MostRunTasks.Relationship": {
                "description": "A relationship to the 'iaas.MostRunTasks' resource, or the expanded 'iaas.MostRunTasks' resource, or the 'null' value.",
                "x-one-of-name": "iaas.MostRunTasks.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.MostRunTasks"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iaas.MostRunTasks": {
                "title": "Iaas:Most Run Tasks",
                "description": "The MostRunTasks object provides insights into frequently executed workflow tasks within UCS Director (UCSD).  \n#### Purpose \nMostRunTasks captures data about task execution frequency, aiding in workflow analysis and improvement strategies.   \n#### Key Concepts  \n- **Execution Frequency:** Tracks how often tasks are executed, supporting process refinement and optimization. \n- **Read-Only Access:** Ensures secure access to task data without modification.",
                "x-allOf-name": "iaas.MostRunTasks",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iaas.MostRunTasks', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iaas.MostRunTasks"
                                ],
                                "default": "iaas.MostRunTasks",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iaas.MostRunTasks"
                                ],
                                "default": "iaas.MostRunTasks",
                                "x-enum-as-string": true
                            },
                            "TaskCategory": {
                                "description": "A functional area to which a task belongs to.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskExecutionCount": {
                                "description": "Number of times this task has executed.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskName": {
                                "description": "Name of the task executed in UCSD.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskType": {
                                "description": "Type of the task whether it is system task or custom task.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Guid": {
                                "$ref": "#/components/schemas/iaas.UcsdInfo.Relationship",
                                "description": "A reference to a iaasUcsdInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iaas.MostRunTasks.List": {
                "title": "List of 'iaas.MostRunTasks' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iaas.MostRunTasks' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iaas.MostRunTasks' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.MostRunTasks"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iaas.ServiceRequest.Response": {
                "description": "The response body of a HTTP GET request for the 'iaas.ServiceRequest' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iaas.ServiceRequest' resources.",
                "x-one-of-name": "iaas.ServiceRequest.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.ServiceRequest.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iaas.ServiceRequest": {
                "title": "Iaas:Service Request",
                "description": "The ServiceRequest object is integral to managing service requests within UCS Director (UCSD), capturing essential details about service request and statuses request workflows .\n#### Purpose \nServiceRequest documents and tracks service requests, supporting efficient process management and resolution strategies.   \n#### Key Concepts \n- **Workflow Documentation:** Captures information about workflow steps executed in service requests, aiding process refinement. \n- **Status Tracking:** Monitors request statuses, supporting timely resolution and management. \n- **Read-Only Access:** Ensures secure access to service request data without modification.",
                "x-allOf-name": "iaas.ServiceRequest",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iaas.ServiceRequest', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iaas.ServiceRequest"
                                ],
                                "default": "iaas.ServiceRequest",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iaas.ServiceRequest"
                                ],
                                "default": "iaas.ServiceRequest",
                                "x-enum-as-string": true
                            },
                            "Duration": {
                                "description": "Service request duration.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InitiatingUser": {
                                "description": "Service Request initiating user.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RequestEndTime": {
                                "description": "Service request end time.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RequestId": {
                                "description": "Service request id of an SR.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RequestStartTime": {
                                "description": "Service request start time.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RequestType": {
                                "description": "Service request type of an SR.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "UCSD service request status.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "WorkflowName": {
                                "description": "Executed workflow name for an SR.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "WorkflowSteps": {
                                "type": "array",
                                "items": {
                                    "description": "Step details of Service Request.",
                                    "$ref": "#/components/schemas/iaas.WorkflowSteps",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iaas.ServiceRequest.List": {
                "title": "List of 'iaas.ServiceRequest' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iaas.ServiceRequest' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iaas.ServiceRequest' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.ServiceRequest"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iaas.SystemTaskInfo.Response": {
                "description": "The response body of a HTTP GET request for the 'iaas.SystemTaskInfo' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iaas.SystemTaskInfo' resources.",
                "x-one-of-name": "iaas.SystemTaskInfo.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.SystemTaskInfo.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iaas.SystemTaskInfo.Relationship": {
                "description": "A relationship to the 'iaas.SystemTaskInfo' resource, or the expanded 'iaas.SystemTaskInfo' resource, or the 'null' value.",
                "x-one-of-name": "iaas.SystemTaskInfo.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.SystemTaskInfo"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iaas.SystemTaskInfo": {
                "title": "Iaas:System Task Info",
                "description": "The SystemTaskInfo object provides details about library task executions within UCS Director (UCSD), supporting system oversight and process management.  \n#### Purpose\nSystemTaskInfo documents task execution data, aiding in workflow task management and optimization strategies. \n#### Key Concepts \n- **Execution Frequency:** Tracks each library tasks execution count, supporting process refinement and optimization.\n- **Functional Categorization:** Provides information regarding the task category to which the library task belongs in UCSD. \n- **Read-Only Access:** Ensures secure access to system task data without modification.",
                "x-allOf-name": "iaas.SystemTaskInfo",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iaas.SystemTaskInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iaas.SystemTaskInfo"
                                ],
                                "default": "iaas.SystemTaskInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iaas.SystemTaskInfo"
                                ],
                                "default": "iaas.SystemTaskInfo",
                                "x-enum-as-string": true
                            },
                            "TaskCategory": {
                                "description": "A functional area to which a task belongs to.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskExecutionCount": {
                                "description": "Number of times this task has been executed.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskName": {
                                "description": "Task name of the UCSD Task.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Guid": {
                                "$ref": "#/components/schemas/iaas.UcsdInfo.Relationship",
                                "description": "A reference to a iaasUcsdInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iaas.SystemTaskInfo.List": {
                "title": "List of 'iaas.SystemTaskInfo' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iaas.SystemTaskInfo' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iaas.SystemTaskInfo' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.SystemTaskInfo"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iaas.UcsdInfo.Response": {
                "description": "The response body of a HTTP GET request for the 'iaas.UcsdInfo' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iaas.UcsdInfo' resources.",
                "x-one-of-name": "iaas.UcsdInfo.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.UcsdInfo.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iaas.UcsdInfo.Relationship": {
                "description": "A relationship to the 'iaas.UcsdInfo' resource, or the expanded 'iaas.UcsdInfo' resource, or the 'null' value.",
                "x-one-of-name": "iaas.UcsdInfo.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.UcsdInfo"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iaas.UcsdInfo": {
                "title": "Iaas:Ucsd Info",
                "description": "The UcsdInfo object is a central component in managing UCS Director accounts, offering insights into system configurations and connection status. It facilitates comprehensive management and monitoring of UCSD environments.\n#### Purpose\nUcsdInfo provides a detailed overview of UCS Director instances supporting effective system administration and status evaluation.\n#### Key Concepts\n- **Comprehensive Management:** Captures vital information about UCSD configurations and accounts, aiding efficient system oversight. \n- **Status Evaluation:** Monitors the operational state of UCSD, assisting in maintaining system health and performance. \n- **Access Control:** Supports privilege-based access to ensure secure and authorized system management.",
                "x-allOf-name": "iaas.UcsdInfo",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iaas.UcsdInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iaas.UcsdInfo"
                                ],
                                "default": "iaas.UcsdInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iaas.UcsdInfo"
                                ],
                                "default": "iaas.UcsdInfo",
                                "x-enum-as-string": true
                            },
                            "DeviceId": {
                                "description": "Moid of the UCS Director device connector's asset.DeviceRegistration.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Guid": {
                                "description": "Unique ID of UCS Director getting registerd with Intersight.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HostName": {
                                "description": "The UCS Director hostname for management.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Ip": {
                                "description": "The UCS Director IP address for management.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastBackup": {
                                "description": "Last successful backup created for this UCS Director appliance if backup is configured.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NodeType": {
                                "description": "NodeType specifies if UCS Director is deployed in Stand-alone or Multi Node.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ProductName": {
                                "description": "The UCS Director product name.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ProductVendor": {
                                "description": "The UCS Director product vendor.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ProductVersion": {
                                "description": "The UCS Director product/platform version.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "The UCS Director status. Possible values are Active, Inactive, Unknown.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ConnectorPack": {
                                "description": "An array of relationships to iaasConnectorPack resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.ConnectorPack.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "CustomTaskInfo": {
                                "description": "An array of relationships to iaasCustomTaskInfo resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.CustomTaskInfo.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "DeviceStatus": {
                                "description": "An array of relationships to iaasDeviceStatus resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.DeviceStatus.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "LicenseInfo": {
                                "$ref": "#/components/schemas/iaas.LicenseInfo.Relationship",
                                "description": "A reference to a iaasLicenseInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "MostRunTasks": {
                                "description": "An array of relationships to iaasMostRunTasks resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.MostRunTasks.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "SystemTaskInfo": {
                                "description": "An array of relationships to iaasSystemTaskInfo resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.SystemTaskInfo.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "UcsdManagedInfra": {
                                "$ref": "#/components/schemas/iaas.UcsdManagedInfra.Relationship",
                                "description": "A reference to a iaasUcsdManagedInfra resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iaas.UcsdInfo.List": {
                "title": "List of 'iaas.UcsdInfo' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iaas.UcsdInfo' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iaas.UcsdInfo' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.UcsdInfo"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iaas.UcsdManagedInfra.Response": {
                "description": "The response body of a HTTP GET request for the 'iaas.UcsdManagedInfra' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iaas.UcsdManagedInfra' resources.",
                "x-one-of-name": "iaas.UcsdManagedInfra.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.UcsdManagedInfra.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iaas.UcsdManagedInfra.Relationship": {
                "description": "A relationship to the 'iaas.UcsdManagedInfra' resource, or the expanded 'iaas.UcsdManagedInfra' resource, or the 'null' value.",
                "x-one-of-name": "iaas.UcsdManagedInfra.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.UcsdManagedInfra"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iaas.UcsdManagedInfra": {
                "title": "Iaas:Ucsd Managed Infra",
                "description": "The UcsdManagedInfra object is critical for overseeing UCS Director (UCSD) managed infrastructure, providing statistics and insights into managed resources.\n#### Purpose\nUcsdManagedInfra offers a detailed view of infrastructure components managed by UCSD, supporting effective resource management and planning.\n#### Key Concepts\n- **Infrastructure Statistics:** Captures data on infrastructure components like hosts and virtual machines, aiding in system oversight. \n- **Resource Management:** Provides insights into user accounts and groups, supporting efficient resource allocation. \n- **Read-Only Access:** Ensures infrastructure data is available for review without modification.",
                "x-allOf-name": "iaas.UcsdManagedInfra",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iaas.UcsdManagedInfra', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iaas.UcsdManagedInfra"
                                ],
                                "default": "iaas.UcsdManagedInfra",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iaas.UcsdManagedInfra"
                                ],
                                "default": "iaas.UcsdManagedInfra",
                                "x-enum-as-string": true
                            },
                            "AdvancedCatalogCount": {
                                "description": "Total advanced catalogs in UCSD.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "BmCatalogCount": {
                                "description": "Total bare metal catalogs in UCSD.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ContainerCatalogCount": {
                                "description": "Total service container catalogs in UCSD.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EsxiHostCount": {
                                "description": "Total ESXi hosts in UCSD.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ExternalGroupCount": {
                                "description": "Total external (Ldap) groups in UCSD.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HypervHostCount": {
                                "description": "Total HyperV hosts in UCSD.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LocalGroupCount": {
                                "description": "Total local groups in UCSD.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StandardCatalogCount": {
                                "description": "Total standard catalogs in UCSD.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserCount": {
                                "description": "Total user accounts in UCSD.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VdcCount": {
                                "description": "Total virtual datacenters in UCSD.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VmCount": {
                                "description": "Total Virtual machines in UCSD.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Guid": {
                                "$ref": "#/components/schemas/iaas.UcsdInfo.Relationship",
                                "description": "A reference to a iaasUcsdInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iaas.UcsdManagedInfra.List": {
                "title": "List of 'iaas.UcsdManagedInfra' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iaas.UcsdManagedInfra' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iaas.UcsdManagedInfra' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.UcsdManagedInfra"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iaas.UcsdMessages.Response": {
                "description": "The response body of a HTTP GET request for the 'iaas.UcsdMessages' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iaas.UcsdMessages' resources.",
                "x-one-of-name": "iaas.UcsdMessages.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.UcsdMessages.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iaas.UcsdMessages": {
                "title": "Iaas:Ucsd Messages",
                "description": "The UcsdMessages object captures messages from UCS Director (UCSD), supporting system communication and alert management.   \n#### Purpose\nUcsdMessages document system messages, aiding in communication and issue resolution within UCSD.   \n####Key Concepts \n- **Message Documentation:** Records system messages, supporting communication and alert tracking.\n- **Alert Integration:** Integrates message alerts within the system, supporting proactive management and resolution. \n- **Read-Only Access:** Ensures secure access to message data without modification.",
                "x-allOf-name": "iaas.UcsdMessages",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iaas.UcsdMessages', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iaas.UcsdMessages"
                                ],
                                "default": "iaas.UcsdMessages",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iaas.UcsdMessages"
                                ],
                                "default": "iaas.UcsdMessages",
                                "x-enum-as-string": true
                            },
                            "StatusId": {
                                "description": "Last checked time of the alerts.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iaas.UcsdMessages.List": {
                "title": "List of 'iaas.UcsdMessages' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iaas.UcsdMessages' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iaas.UcsdMessages' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.UcsdMessages"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iaas.WorkflowSteps": {
                "title": "Iaas:Workflow Steps",
                "description": "### Overview\nThe WorkflowSteps object is integral to managing workflow operations within UCS Director (UCSD), capturing the step-by-step progression of service requests. This provides structured information about each workflow step, facilitating process monitoring and optimization.   \n#### Purpose  \nWorkflowSteps help in documenting and analyzing the workflow stages in UCSD service requests, enabling better tracking and refinement of operational processes.  \n#### Key Concepts \n- **Process Documentation:** - Records detailed information about each step in a workflow, supporting transparency and traceability. \n- **Status Monitoring:** - Provides status updates for workflow steps, aiding in real-time process management. \n- **Read-Only Access:** - Ensures workflow details are available for review without modification.",
                "x-allOf-name": "iaas.WorkflowSteps",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iaas.WorkflowSteps', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iaas.WorkflowSteps"
                                ],
                                "default": "iaas.WorkflowSteps",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iaas.WorkflowSteps"
                                ],
                                "default": "iaas.WorkflowSteps",
                                "x-enum-as-string": true
                            },
                            "CompletedTime": {
                                "description": "Completed time of the workflow step.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the workflow step.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Status of the workflow step.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StatusMessage": {
                                "description": "Status message of the workflow step.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "iam.AbstractClientApplication.Relationship": {
                "description": "A relationship to the 'iam.AbstractClientApplication' resource, or the expanded 'iam.AbstractClientApplication' resource, or the 'null' value.",
                "x-one-of-name": "iam.AbstractClientApplication.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.AbstractClientApplication"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.AbstractClientApplication": {
                "title": "Iam:Abstract Client Application",
                "description": "Describes an internal application registered against an endpoint in Intersight. The application receives requests specific to \nits use case and these requests require authentication via bearer token validations. The SCIM Client and WebHook Event Receiver Endpoints\nare such examples.",
                "x-allOf-name": "iam.AbstractClientApplication",
                "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 'iam.AbstractClientApplication', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "webhook.Endpoint"
                                ],
                                "default": "webhook.Endpoint",
                                "x-enum-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": [
                                    "webhook.Endpoint"
                                ],
                                "default": "webhook.Endpoint",
                                "x-enum-as-string": true
                            },
                            "AppCredentials": {
                                "description": "Stores the credentials for the specified authentication type.",
                                "$ref": "#/components/schemas/iam.AppCredentials",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "AuthType": {
                                "description": "Type of authentication used by the clientApp.\n* `basic` - The client uses basic username/password authentication. The password is expected to be a JWT token.\n* `none` - No authentication method specified by the client.\n* `bearer-token` - The client uses a long-lived bearer token to authenticate.\n* `auth-code` - The client uses OAuth Authorization Grant Flow without PKCE for authentication.\n* `client-credentials` - The client uses OAuth Client Credentials Flow for authentication.",
                                "type": "string",
                                "enum": [
                                    "basic",
                                    "none",
                                    "bearer-token",
                                    "auth-code",
                                    "client-credentials"
                                ],
                                "default": "basic",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "CredentialsAction": {
                                "description": "An action to be performed on the credentials.\n* `none` - No action to be performed.\n* `regenerateCredentials` - Allows for revocation and regeneration of a token. The old token associated with the client application. will not be usable and a new token will be generated.",
                                "type": "string",
                                "enum": [
                                    "none",
                                    "regenerateCredentials"
                                ],
                                "default": "none",
                                "x-omitempty": true
                            },
                            "AppRegistration": {
                                "$ref": "#/components/schemas/iam.AppRegistration.Relationship",
                                "description": "A reference to a iamAppRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "iam.AbstractQualifier.Relationship": {
                "description": "A relationship to the 'iam.AbstractQualifier' resource, or the expanded 'iam.AbstractQualifier' resource, or the 'null' value.",
                "x-one-of-name": "iam.AbstractQualifier.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.AbstractQualifier"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.AbstractQualifier": {
                "title": "Iam:Abstract Qualifier",
                "description": "Placeholder for different types of qualifiers.",
                "x-allOf-name": "iam.AbstractQualifier",
                "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 'iam.AbstractQualifier', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "iam.Qualifier",
                                    "iam.UserQualifier"
                                ],
                                "x-enum-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": [
                                    "iam.Qualifier",
                                    "iam.UserQualifier"
                                ],
                                "x-enum-as-string": true
                            },
                            "Usergroup": {
                                "$ref": "#/components/schemas/iam.UserGroup.Relationship",
                                "description": "A reference to a iamUserGroup resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "iam.Account.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.Account' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.Account' resources.",
                "x-one-of-name": "iam.Account.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.Account.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.Account.Relationship": {
                "description": "A relationship to the 'iam.Account' resource, or the expanded 'iam.Account' resource, or the 'null' value.",
                "x-one-of-name": "iam.Account.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.Account"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.Account": {
                "title": "Iam:Account",
                "description": "The Account object defines the organizational framework within which users and resources are managed, serving as the central hub for access and permissions.\n#### Purpose\nAn Account encapsulates the structure and permissions associated with a specific organizational unit, providing a secure environment for managing users and resources.\n#### Key Concepts\n- **Access Management:** Governs user access and permissions, ensuring appropriate roles are assigned to users within the account.\n- **Resource Organization:** Structures resources under the account, facilitating management and oversight of assets.\n- **Security Configuration:** Enforces security policies and configurations, including IP access management and session limits.\n- **Identity Providers:** Integrates with identity providers to streamline authentication and user management, enhancing security and user experience.",
                "x-allOf-name": "iam.Account",
                "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 'iam.Account', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.Account"
                                ],
                                "default": "iam.Account",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.Account"
                                ],
                                "default": "iam.Account",
                                "x-enum-as-string": true
                            },
                            "ExternalIdentifier": {
                                "description": "External identifier for the account, used for integration with external identity systems.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the Intersight account. By default, name is same as the MoID of the account.",
                                "type": "string",
                                "pattern": "^$|^[a-zA-Z0-9][a-zA-Z0-9\\-]{0,61}[a-zA-Z0-9]$",
                                "x-omitempty": true
                            },
                            "Regions": {
                                "type": "array",
                                "items": {
                                    "description": "Captures the regions where account is present. For now, account can be present in only one region.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "SingleAdminLockout": {
                                "description": "Indicates if the account is prone to lockout as it has only a single Account Administrator. \nAn account is prone to lockout if it has only one configured Account Administrator and no user groups configured that \ncan grant Account Administrator role to dynamic users.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Status of the account. To activate the Intersight account, claim a device to the account.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AppRegistrations": {
                                "description": "An array of relationships to iamAppRegistration resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.AppRegistration.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "DomainGroups": {
                                "description": "An array of relationships to iamDomainGroup resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.DomainGroup.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "EndPointRoles": {
                                "description": "An array of relationships to iamEndPointRole resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.EndPointRole.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Idpreferences": {
                                "description": "An array of relationships to iamIdpReference resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.IdpReference.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Idps": {
                                "description": "An array of relationships to iamIdp resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.Idp.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Permissions": {
                                "description": "An array of relationships to iamPermission resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.Permission.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "PrivilegeSets": {
                                "description": "An array of relationships to iamPrivilegeSet resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.PrivilegeSet.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Privileges": {
                                "description": "An array of relationships to iamPrivilege resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.Privilege.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "ResourceLimits": {
                                "$ref": "#/components/schemas/iam.ResourceLimits.Relationship",
                                "description": "A reference to a iamResourceLimits resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Roles": {
                                "description": "An array of relationships to iamRole resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.Role.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "SecurityHolder": {
                                "$ref": "#/components/schemas/iam.SecurityHolder.Relationship",
                                "description": "A reference to a iamSecurityHolder resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "SessionLimits": {
                                "$ref": "#/components/schemas/iam.SessionLimits.Relationship",
                                "description": "A reference to a iamSessionLimits resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.Account.List": {
                "title": "List of 'iam.Account' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.Account' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.Account' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.Account"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.AccountExperience.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.AccountExperience' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.AccountExperience' resources.",
                "x-one-of-name": "iam.AccountExperience.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.AccountExperience.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.AccountExperience": {
                "title": "Iam:Account Experience",
                "description": "AccountExperience captures the set of beta or preview features enabled for a specific account.\n#### Purpose\nIt allows controlled enablement of new capabilities for evaluation and phased rollout.\n#### Key Concepts\n- **Feature Flags:** Represents toggles for account-specific experiences.\n- **Marketing and OPS Control:** Managed by authorized internal roles.\n- **Shared Scope:** Visible across organizations where applicable.\n- **Rollout Safety:** Enables granular, account-level previews.",
                "x-allOf-name": "iam.AccountExperience",
                "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 'iam.AccountExperience', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.AccountExperience"
                                ],
                                "default": "iam.AccountExperience",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.AccountExperience"
                                ],
                                "default": "iam.AccountExperience",
                                "x-enum-as-string": true
                            },
                            "Features": {
                                "type": "array",
                                "items": {
                                    "description": "The list of enabled beta features for the account.",
                                    "$ref": "#/components/schemas/iam.FeatureDefinition",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "iam.AccountExperience.List": {
                "title": "List of 'iam.AccountExperience' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.AccountExperience' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.AccountExperience' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.AccountExperience"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.AccountPermissions": {
                "title": "Iam:Account Permissions",
                "description": "Users can log in through the base URL (https://intersight.com) or account-specific URLs. When the Intersight user logs in through the base URL, Intersight identifies the accounts and permissions within each account which the user has access to. In case multiple permissions are identified, the user and session objects are created in the onboarding-user account, and the session object is updated with account and permission information. Intersight GUI uses this information to show available accounts and permissions for the user to select.",
                "x-allOf-name": "iam.AccountPermissions",
                "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 'iam.AccountPermissions', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.AccountPermissions"
                                ],
                                "default": "iam.AccountPermissions",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.AccountPermissions"
                                ],
                                "default": "iam.AccountPermissions",
                                "x-enum-as-string": true
                            },
                            "AccountIdentifier": {
                                "description": "MOID of the account which a user can select after authentication.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AccountName": {
                                "description": "Name of the account which a user can select after authentication.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AccountPermissionTags": {
                                "type": "array",
                                "items": {
                                    "description": "The array of tags on account permission object.",
                                    "$ref": "#/components/schemas/iam.AccountTags",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "AccountStatus": {
                                "description": "Status of the account. Account remains inactive until a device is claimed to the account.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HomeRegion": {
                                "description": "Region where account belongs.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Permissions": {
                                "type": "array",
                                "items": {
                                    "description": "Permissions within an account which a user can select after authentication.",
                                    "$ref": "#/components/schemas/iam.PermissionReference",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.AccountTags": {
                "title": "Iam:Account Tags",
                "description": "An arbitrary key and value pair that can be used to tag REST resources and organize managed objects by\nassigning meta-data tags to any object.",
                "x-allOf-name": "iam.AccountTags",
                "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 'iam.AccountTags', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.AccountTags"
                                ],
                                "default": "iam.AccountTags",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.AccountTags"
                                ],
                                "default": "iam.AccountTags",
                                "x-enum-as-string": true
                            },
                            "Key": {
                                "description": "The string representation of a tag key.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Value": {
                                "description": "The string representation of a tag value.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "iam.AccountTypeBase": {
                "title": "Iam:Account Type Base",
                "description": "Base type for all user account types in the endpoint user management system. It defines the shared structure and properties that are common to all account types, such as the account type name.\nServing as the foundation for more specific account types, including Local and IPMI, AccountTypeBase enables consistent modeling, validation, and extension of user account types. This approach ensures flexibility and maintainability as new account types are introduced.",
                "x-allOf-name": "iam.AccountTypeBase",
                "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 'iam.AccountTypeBase', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "iam.AccountTypeIpmi",
                                    "iam.AccountTypeLocal"
                                ],
                                "x-enum-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": [
                                    "iam.AccountTypeIpmi",
                                    "iam.AccountTypeLocal"
                                ],
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "Name of the Account type such as Local or IPMI, that identifies the kind of user account.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "iam.AccountTypeIpmi": {
                "title": "IPMI",
                "description": "Account type for creating IPMI user on the endpoint. IPMI user enables IPMI User on the endpoint.",
                "x-allOf-name": "iam.AccountTypeIpmi",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/iam.AccountTypeBase"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iam.AccountTypeIpmi', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.AccountTypeIpmi"
                                ],
                                "default": "iam.AccountTypeIpmi",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.AccountTypeIpmi"
                                ],
                                "default": "iam.AccountTypeIpmi",
                                "x-enum-as-string": true
                            },
                            "IsPasswordSet": {
                                "description": "Indicates whether the value of the 'password' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Password": {
                                "description": "The password must have a minimum of 8 and a maximum of 127 characters. For servers with IPMI user role enabled, the maximum length is limited to 20 characters. When strong password is enabled, must satisfy below requirements: A. The password must not contain the User's Name. B. The password must contain characters from three of the following four categories. 1) English uppercase characters (A through Z). 2) English lowercase characters (a through z). 3) Base 10 digits (0 through 9). 4) Non-alphabetic characters (! , @, #, $, %, ^, &, *, -, _, +, =).",
                                "type": "string",
                                "pattern": "^$|^[a-zA-Z0-9!@#$%^&\\*+-_=]+$",
                                "minLength": 8,
                                "maxLength": 20,
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "UseDiffIpmiPassword": {
                                "description": "Use Different IPMI Password. If false then same Local User Password will be used for IPMI.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "iam.AccountTypeLocal": {
                "title": "Local",
                "description": "Account type for creating local user on the endpoint. Local user enables Redfish User on the endpoint.",
                "x-allOf-name": "iam.AccountTypeLocal",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/iam.AccountTypeBase"
                    }
                ]
            },
            "iam.ApiKey.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.ApiKey' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.ApiKey' resources.",
                "x-one-of-name": "iam.ApiKey.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.ApiKey.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.ApiKey.Relationship": {
                "description": "A relationship to the 'iam.ApiKey' resource, or the expanded 'iam.ApiKey' resource, or the 'null' value.",
                "x-one-of-name": "iam.ApiKey.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.ApiKey"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.ApiKey": {
                "title": "Iam:Api Key",
                "description": "The ApiKey object is a critical component for secure authentication and authorization within the system. It allows clients to make API requests programmatically using a secure HTTP signature scheme.\n#### Purpose\nAn ApiKey serves as a mechanism for authentication and authorization, enabling unattended clients, such as daemons, to interact with the API securely. This provides the means to verify the identity of a client and ensure they have the appropriate permissions to perform specific actions.\n#### Key Concepts\n- **Public Key Cryptography:** Utilizes public key cryptography to ensure secure authentication, with the server holding the public key and the client maintaining the confidentiality of the private key.\n- **Request Signing:** Involves signing HTTP requests to ensure integrity and authenticity, using cryptographic digest and signature mechanisms.\n- **Access Control:** Restricted to specific privilege sets, ensuring only authorized users can create, read, update, or delete API keys.\n- **Expiration and Rotation:** Supports expiration settings and key rotation, enhancing security by limiting the validity period of keys and facilitating the replacement of compromised or expired keys.",
                "x-allOf-name": "iam.ApiKey",
                "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 'iam.ApiKey', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.ApiKey"
                                ],
                                "default": "iam.ApiKey",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.ApiKey"
                                ],
                                "default": "iam.ApiKey",
                                "x-enum-as-string": true
                            },
                            "AdminStatus": {
                                "description": "Used to trigger the enable or disable action on the API key. These actions change the status of an API key.\n* `enable` - Used to enable a disabled API key/App Registration. If the API key/App Registration is already expired, this action has no effect.\n* `disable` - Used to disable an active API key/App Registration. If the API key/App Registration is already expired, this action has no effect.",
                                "type": "string",
                                "enum": [
                                    "enable",
                                    "disable"
                                ],
                                "default": "enable",
                                "x-omitempty": true
                            },
                            "ExpiryDateTime": {
                                "description": "The expiration date of the API key which is set at the time of creation of the key. Its value can only be assigned a date that falls within the range determined by the maximum expiration time configured at the account level. The expiry date can be edited to be earlier or later, provided it stays within the designated expiry period. This period is determined by adding the 'startTime' property of the API key to the maximum expiry time configured at the account level.",
                                "type": "string",
                                "format": "date-time",
                                "x-omitempty": true
                            },
                            "HashAlgorithm": {
                                "description": "The cryptographic hash algorithm to calculate the message digest.\n* `SHA256` - The SHA-256 cryptographic hash, as defined by NIST in FIPS 180-4.\n* `SHA384` - The SHA-384 cryptographic hash, as defined by NIST in FIPS 180-4.\n* `SHA512` - The SHA-512 cryptographic hash, as defined by NIST in FIPS 180-4.\n* `SHA512_224` - The SHA-512/224 cryptographic hash, as defined by NIST in FIPS 180-4.\n* `SHA512_256` - The SHA-512/256 cryptographic hash, as defined by NIST in FIPS 180-4.",
                                "type": "string",
                                "enum": [
                                    "SHA256",
                                    "SHA384",
                                    "SHA512",
                                    "SHA512_224",
                                    "SHA512_256"
                                ],
                                "default": "SHA256",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "IsNeverExpiring": {
                                "description": "Used to mark the API key as a never-expiring API key.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "KeySpec": {
                                "description": "The key generation specification provides the algorithm and the parameters required for this algorithm to generate a private key, public key pair. Supported key generation schemes include RSA, ECDSA and Edwards-Curve Digital Signature Algorithm (EdDSA).",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pkix.KeyGenerationSpec",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "LastUsedIp": {
                                "description": "The IP address from which the API key was last used.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastUsedTime": {
                                "description": "The time at which the API key was last used. It is updated every 24 hours.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperStatus": {
                                "description": "The current status of the API key that dictates the validity of the key.\n* `enabled` - An API key/App Registration having enabled status can be used for API invocation.\n* `disabled` - An API key/App Registration having disabled status cannot be used for API invocation.\n* `expired` - An API key/App Registration having expired status cannot be used for API invocation as the expiration date has passed.",
                                "type": "string",
                                "enum": [
                                    "enabled",
                                    "disabled",
                                    "expired"
                                ],
                                "default": "enabled",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PrivateKey": {
                                "description": "Holds the private key for the API key.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Purpose": {
                                "description": "The purpose of the API Key.",
                                "type": "string",
                                "maxLength": 1024,
                                "x-omitempty": true
                            },
                            "Scope": {
                                "description": "Scope holds a collection of account Id, permission Id to which the current session is scoped to.",
                                "$ref": "#/components/schemas/iam.SwitchScopePermissions",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SigningAlgorithm": {
                                "description": "The signing algorithm used by the client to authenticate API requests to Intersight.\nThe signing algorithm must be compatible with the key generation specification.\n* `RSASSA-PKCS1-v1_5` - RSASSA-PKCS1-v1_5 is a RSA signature scheme specified in [RFC 8017](https://tools.ietf.org/html/rfc8017).RSASSA-PKCS1-v1_5 is included only for compatibility with existing applications.\n* `RSASSA-PSS` - RSASSA-PSS is a RSA signature scheme specified in [RFC 8017](https://tools.ietf.org/html/rfc8017).It combines the RSASP1 and RSAVP1 primitives with the EMSA-PSS encoding method.In the interest of increased robustness, RSASSA-PSS is required in new applications.\n* `Ed25519` - The Ed25519 signature algorithm, as specified in [RFC 8032](https://tools.ietf.org/html/rfc8032).Ed25519 is a public-key signature system with several attractive features, includingfast single-signature verification, very fast signing, fast key generation and high security level.\n* `Ecdsa` - The Elliptic Curve Digital Signature Standard (ECDSA), as defined by NIST in FIPS 186-4 and ANSI X9.62.The signature is encoded as a ASN.1 DER SEQUENCE with two INTEGERs (r and s), as defined in RFC3279.When using ECDSA signatures, configure the client to use the same signature encoding as specified on the server side.\n* `EcdsaP1363Format` - The Elliptic Curve Digital Signature Standard (ECDSA), as defined by NIST in FIPS 186-4 and ANSI X9.62.The signature is the raw concatenation of r and s, as defined in the ISO/IEC 7816-8 IEEE P.1363 standard.In that format, r and s are represented as unsigned, big endian numbers.Extra padding bytes (of value 0x00) is applied so that both r and s encodings have the same size.When using ECDSA signatures, configure the client to use the same signature encoding as specified on the server side.",
                                "type": "string",
                                "enum": [
                                    "RSASSA-PKCS1-v1_5",
                                    "RSASSA-PSS",
                                    "Ed25519",
                                    "Ecdsa",
                                    "EcdsaP1363Format"
                                ],
                                "default": "RSASSA-PKCS1-v1_5",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "StartTime": {
                                "description": "The timestamp at which an expiry date was first set on this API key. For expiring API keys, this field is same as the create time of the API key. For never-expiring API keys, this field is set initially to zero time value. If a never-expiry API key is later changed to have an expiration, the timestamp marking the start of this transition is recorded in this field.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Permission": {
                                "$ref": "#/components/schemas/iam.Permission.Relationship",
                                "description": "A reference to a iamPermission resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "User": {
                                "$ref": "#/components/schemas/iam.User.Relationship",
                                "description": "A reference to a iamUser resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.ApiKey.List": {
                "title": "List of 'iam.ApiKey' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.ApiKey' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.ApiKey' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.ApiKey"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.AppCredentials": {
                "title": "Iam:App Credentials",
                "description": "Contains credentials information for a particular client application.",
                "x-allOf-name": "iam.AppCredentials",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    }
                ]
            },
            "iam.AppRegistration.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.AppRegistration' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.AppRegistration' resources.",
                "x-one-of-name": "iam.AppRegistration.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.AppRegistration.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.AppRegistration.Relationship": {
                "description": "A relationship to the 'iam.AppRegistration' resource, or the expanded 'iam.AppRegistration' resource, or the 'null' value.",
                "x-one-of-name": "iam.AppRegistration.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.AppRegistration"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.AppRegistration": {
                "title": "App Registration",
                "description": "The AppRegistration object facilitates the registration of OAuth2 client applications, enabling secure access to APIs using OAuth2 credentials.\n#### Purpose\nAn AppRegistration defines the metadata and configuration required for OAuth2 client applications to authenticate and obtain access tokens. The metadata defines how a client application retrieves an OAuth2 access token and uses it to invoke the Intersight API on behalf of the AppRegistration. It ensures a secure and controlled mechanism for applications to interact with the system.\n#### Key Concepts\n- **OAuth2 Compliance:** Adheres to OAuth2 standards, supporting various grant types and response types for secure API access.\n- **Client Identification:** Provides unique client IDs and secrets for registered applications, ensuring each client is identifiable and secure.\n- **Redirect URIs:** Specifies the redirection endpoints for OAuth2 flows, ensuring the safe transfer of authorization codes or tokens.\n- **Token Management:** Includes mechanisms for token expiration, revocation, and renewal, maintaining security by managing the lifecycle of access tokens.",
                "x-allOf-name": "iam.AppRegistration",
                "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 'iam.AppRegistration', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.AppRegistration"
                                ],
                                "default": "iam.AppRegistration",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.AppRegistration"
                                ],
                                "default": "iam.AppRegistration",
                                "x-enum-as-string": true
                            },
                            "AdminStatus": {
                                "description": "Used to trigger the enable or disable action on the App Registration. These actions change the status of an App Registration.\n* `enable` - Used to enable a disabled API key/App Registration. If the API key/App Registration is already expired, this action has no effect.\n* `disable` - Used to disable an active API key/App Registration. If the API key/App Registration is already expired, this action has no effect.",
                                "type": "string",
                                "enum": [
                                    "enable",
                                    "disable"
                                ],
                                "default": "enable",
                                "x-omitempty": true
                            },
                            "ClientId": {
                                "description": "A unique identifier for the OAuth2 client application.\nThe client ID is auto-generated when the AppRegistration object is created.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClientName": {
                                "description": "App Registration name specified by user.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ClientSecret": {
                                "description": "The OAuth2 client secret.\nThe value of this property is generated when grantType includes 'client-credentials'.\nOtherwise, no client-secret is generated.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ClientType": {
                                "description": "The type of the OAuth2 client (public or confidential), as specified in https://tools.ietf.org/html/rfc6749#section-2.1.\n* `public` - Clients incapable of maintaining the confidentiality of their credentials.This includes clients executing on the device used by the resource owner,such as mobile applications, installed native application or a webbrowser-based application.\n* `confidential` - Clients capable of maintaining the confidentiality of their credentials.For example, this could be a client implemented on a secure server withrestricted access to the client credentials.To maintain the confidentiality of the OAuth2 credentials, two use cases areconsidered.1) The application is running as a service within Intersight. The application automatically   obtains the OAuth2 credentials when the application starts and the credentials are not   exposed to the end-user.   Because end-users (even account administrators) do not have access the OAuth2 credentials,   they cannot take the credentials with them when they leave their organization.2) The application is under the control of a \"trusted\" end-user. For example,   the end-user may create a native application running outside Intersight. The application   uses OAuth2 credentials to interact with the Intersight API. In that case, the Intersight   account administrator may generate OAuth2 credentials with a registered application   using \"client_credentials\" grant type.   In that case, the end-user is responsible for maintaining the confidentiality of the   OAuth2 credentials. If the end-user leaves the organization, you should revoke the   credentials and issue new Oauth2 credentials.Here is a possible workflow for handling OAuth2 tokens.1) User Alice (Intersight Account Administrator) logins to Intersight and deploys an Intersight   application that requires an OAuth2 token.2) Intersight automatically deploys the application. The application is assigned a OAuth2 token,   possibly linked to Alice. The application must NOT expose the OAuth2 secret to Alice, otherwise   Alice would be able to use the token after she leaves the company.3) The application can make API calls to Intersight using its assigned OAuth2 token. For example,   the application could make weekly scheduled API calls to Intersight.4) Separately, Alice may also get OAuth2 tokens that she can use to make API calls from the   Intersight SDK through the northbound API. In that case, Alice will get the associated OAuth2   secrets, but not the one assigned in step #2.5) Alice leaves the organization. The OAuth2 tokens assigned in step #2 must retain their validity   even after Alice has left the organization. Because the OAuth2 secrets were never shared with   Alice, there is no risk Alice can reuse the OAuth2 secrets.   On the other hand, the OAuth2 tokens assigned in step #4 must be invalidated because Alice had   the OAuth2 tokens in her possession.",
                                "type": "string",
                                "enum": [
                                    "public",
                                    "confidential"
                                ],
                                "default": "public",
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Description of the application.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "EntityId": {
                                "description": "EntityId holds the Id of the client application that is using this AppRegistration.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ExpiryDateTime": {
                                "description": "The expiration date of the App Registration which is set at the time of its creation. Its value can only be assigned a date that falls within the range determined by the maximum expiration time configured at the account level. The expiry date can be edited to be earlier or later, provided it stays within the designated expiry period. This period is determined by adding the 'startTime' property of the App Registration to the maximum expiry time configured at the account level.",
                                "type": "string",
                                "format": "date-time",
                                "x-omitempty": true
                            },
                            "GrantTypes": {
                                "type": "array",
                                "items": {
                                    "description": "The set of grant types that OAuth2 clients can use for this application.\nThe grant type is used in the OAuth2 login flow to validate the grant type that has been requested by the client.\nSee https://tools.ietf.org/html/rfc7591#page-9 for more details.\n# It is set automatically when AppRegistration is created since currently we do not provide option for the user.\n* `authorization_code` - The 'authorization code' grant type as defined in the OAuth2 specification.It implies a \"response_types\" value that includes \"code\".\n* `refresh_token` - The 'refresh token' grant type defined in the OAuth2 specification.https://tools.ietf.org/html/rfc7591#section-6.\n* `client_credentials` - The 'client credentials' grant type defined in the OAuth2 specification.A client can request an access token using only its clientcredentials (or other supported means of authentication) when theclient is requesting access to the protected resources under itscontrol, or those of another resource owner that have been previouslyarranged with the authorization server.https://tools.ietf.org/html/rfc6749#section-4.4.\n* `implicit` - The implicit grant is a simplified authorization code flow optimizedfor clients implemented in a browser using a scripting language suchas JavaScript. In the implicit flow, instead of issuing the clientan authorization code, the client is issued an access token directly(as the result of the resource owner authorization). The grant typeis implicit, as no intermediate credentials (such as an authorizationcode) are issued (and later used to obtain an access token).When issuing an access token during the implicit grant flow, theauthorization server does not authenticate the client.  In somecases, the client identity can be verified via the redirection URIused to deliver the access token to the client.  The access token maybe exposed to the resource owner or other applications with access tothe resource owner's user-agent.\n* `password` - The resource owner password credentials (i.e., username and password)can be used directly as an authorization grant to obtain an accesstoken.  The credentials should only be used when there is a highdegree of trust between the resource owner and the client (e.g., theclient is part of the device operating system or a highly privilegedapplication), and when other authorization grant types are notavailable (such as an authorization code).\n* `urn:ietf:params:oauth:grant-type:jwt-bearer` - The JWT Bearer Token Grant Type defined in OAuth JWT Bearer Token Profiles [RFC7523].\n* `urn:ietf:params:oauth:grant-type:saml2-bearer` - The SAML 2.0 Bearer Assertion Grant defined in OAuth SAML 2 Bearer Token Profiles [RFC7522].",
                                    "type": "string",
                                    "enum": [
                                        "authorization_code",
                                        "refresh_token",
                                        "client_credentials",
                                        "implicit",
                                        "password",
                                        "urn:ietf:params:oauth:grant-type:jwt-bearer",
                                        "urn:ietf:params:oauth:grant-type:saml2-bearer"
                                    ],
                                    "default": "authorization_code",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "IsNeverExpiring": {
                                "description": "Used to mark the App Registration as a never-expiring App Registration.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "LastUsedIp": {
                                "description": "The ip address from which the App Registration was last used.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastUsedTime": {
                                "description": "The time at which the App Registration was last used. It is updated every 24 hours.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperStatus": {
                                "description": "The current status of the App Registration that dictates the validity of the app.\n* `enabled` - An API key/App Registration having enabled status can be used for API invocation.\n* `disabled` - An API key/App Registration having disabled status cannot be used for API invocation.\n* `expired` - An API key/App Registration having expired status cannot be used for API invocation as the expiration date has passed.",
                                "type": "string",
                                "enum": [
                                    "enabled",
                                    "disabled",
                                    "expired"
                                ],
                                "default": "enabled",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RedirectUris": {
                                "type": "array",
                                "items": {
                                    "description": "After a user successfully authorizes an application, the OAuth2 authorization server will redirect the user back to the\napplication with either an authorization code or access token in the URL.\nRegistered redirect URLs may contain query string parameters, but must not contain anything in the fragment.\nThe registration server rejects the request if a user tries to register a redirect URL that contains a fragment.\nFor native and mobile apps, Intersight allows a user to register a URL scheme such as myapp:// which can then be used\nin the redirect URL. The authorization server allows arbitrary URL schemes to be registered in order to support\nregistering redirect URLs for native apps.\nRedirect URLs are a critical part of the OAuth flow. After a user successfully authorizes an application,\nthe authorization server will redirect the user back to the application with either an authorization code or access\ntoken in the URL. Because the redirect URL will contain sensitive information, it is critical that the service\ndoesn\u2019t redirect the user to arbitrary locations.\nThe best way to ensure the user will only be directed to appropriate locations is to require the developer to\nregister one or more redirect URLs when they create the application.\nThe redirection endpoint URI MUST be an absolute URI.",
                                    "type": "string",
                                    "pattern": "^$|^(?:[\\w.-]+?:\\/\\/)[\\w\\.\\-\\/\\d\\:]+$",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "RenewClientSecret": {
                                "description": "Set value to true to renew the client-secret. Applicable to client_credentials grant type.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "ResponseTypes": {
                                "type": "array",
                                "items": {
                                    "description": "The set of response types that a OAuth2 client can use.\nThis is static list and it is set automatically when AppRegistration is created.\nAccording to RFC, it is used in OAuth2 login flow to check that this AppRegistration supports response type from the request.\nSee https://tools.ietf.org/html/rfc7591#page-9 for more details.\n* `code` - The authorization code response type defined in OAuth2, section 4.1.\n* `token` - The token response type defined in OAuth2, section 4.2.",
                                    "type": "string",
                                    "enum": [
                                        "code",
                                        "token"
                                    ],
                                    "default": "code",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "RevocationTimestamp": {
                                "description": "Used to perform revocation for tokens of AppRegistration.\nUpdated only internally is case Revoke property come from UI with value true.\nOn each request with OAuth2 access token the CreationTime of the OAuth2 token will be compared to RevokationTimestamp of the\ncorresponding App Registration.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Revoke": {
                                "description": "Used to trigger update the revocationTimestamp value.\nIf UI sent updating request with the Revoke value is true, then update RevocationTimestamp.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "Scope": {
                                "description": "Scope holds a collection of account Id, permission Id to which the current session is scoped to.",
                                "$ref": "#/components/schemas/iam.SwitchScopePermissions",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ShowConsentScreen": {
                                "description": "Set to true if consent screen needs to be shown during the OAuth login process.\nApplicable only for public AppRegistrations, means only 'authorization_code' grantType.\nNote that consent screen will be shown on each login.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "StartTime": {
                                "description": "The timestamp at which an expiry date was first set on this app registration. \nFor expiring App Registrations, this field is same as the create time of the App Registration.\nFor never-expiring App Registrations, this field is set initially to zero time value. If a never-expiry App Registration is later changed to have an expiration, the timestamp marking the start of this transition is recorded in this field.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TokenExpiry": {
                                "description": "Defines the expiry time of the token generated via the AppRegistration.\n* `generic` - This sets the expiryTime to ten minutes from the token issuing time.\n* `longLived` - This sets the expiryTime to an year from the token issuing time.\n* `infinite` - This allows for a never-expiring token. Use with caution.",
                                "type": "string",
                                "enum": [
                                    "generic",
                                    "longLived",
                                    "infinite"
                                ],
                                "default": "generic",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ClientApplication": {
                                "$ref": "#/components/schemas/iam.AbstractClientApplication.Relationship",
                                "description": "A reference to a iamAbstractClientApplication resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "OauthTokens": {
                                "description": "An array of relationships to iamOAuthToken resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.OAuthToken.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Permission": {
                                "$ref": "#/components/schemas/iam.Permission.Relationship",
                                "description": "A reference to a iamPermission resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Roles": {
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "description": "An array of relationships to iamRole resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.Role.Relationship"
                                },
                                "nullable": true
                            },
                            "SecurityHolder": {
                                "$ref": "#/components/schemas/iam.SecurityHolder.Relationship",
                                "description": "A reference to a iamSecurityHolder resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "User": {
                                "$ref": "#/components/schemas/iam.User.Relationship",
                                "description": "A reference to a iamUser resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.AppRegistration.List": {
                "title": "List of 'iam.AppRegistration' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.AppRegistration' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.AppRegistration' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.AppRegistration"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.BannerMessage.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.BannerMessage' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.BannerMessage' resources.",
                "x-one-of-name": "iam.BannerMessage.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.BannerMessage.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.BannerMessage": {
                "title": "Iam:Banner Message",
                "description": "BannerMessage configures a global banner for an account, controlling whether it is displayed and what content it shows.\n####  Purpose\nIt provides a mechanism to communicate important notices or policies to users across the account.\n#### Key Concepts\n- **User Communication:** Surfaces messages consistently in the UI.\n- **Administrative Control:** Managed by account administrators.\n- **Non-intrusive:** Designed for clarity without operational disruption.\n- **Account-wide Scope:** Applies across the account's user base.",
                "x-allOf-name": "iam.BannerMessage",
                "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 'iam.BannerMessage', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.BannerMessage"
                                ],
                                "default": "iam.BannerMessage",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.BannerMessage"
                                ],
                                "default": "iam.BannerMessage",
                                "x-enum-as-string": true
                            },
                            "BannerContents": {
                                "description": "Contents of the banner message.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "BannerDisplay": {
                                "description": "Whether or not to display the banner message.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "BannerTitle": {
                                "description": "Title of the banner message.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "iam.BannerMessage.List": {
                "title": "List of 'iam.BannerMessage' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.BannerMessage' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.BannerMessage' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.BannerMessage"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.BasicAuthCredentials": {
                "title": "Iam:Basic Auth Credentials",
                "description": "Defines a credentials Holder for Basic authentication.",
                "x-allOf-name": "iam.BasicAuthCredentials",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/iam.AppCredentials"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iam.BasicAuthCredentials', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.BasicAuthCredentials"
                                ],
                                "default": "iam.BasicAuthCredentials",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.BasicAuthCredentials"
                                ],
                                "default": "iam.BasicAuthCredentials",
                                "x-enum-as-string": true
                            },
                            "Password": {
                                "description": "Contains the password for the basic auth flow.",
                                "type": "string",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Username": {
                                "description": "Contains the username for the basic auth flow.",
                                "type": "string",
                                "x-createOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "iam.Certificate.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.Certificate' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.Certificate' resources.",
                "x-one-of-name": "iam.Certificate.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.Certificate.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.Certificate.Relationship": {
                "description": "A relationship to the 'iam.Certificate' resource, or the expanded 'iam.Certificate' resource, or the 'null' value.",
                "x-one-of-name": "iam.Certificate.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.Certificate"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.Certificate": {
                "title": "Iam:Certificate",
                "description": "Certificate holds a user-provided certificate (signed by a CA) associated with a previously generated CSR, including validation status.\n#### Purpose\nIt completes the certificate lifecycle by attaching the signed artifact to the originating request.\n#### Key Concepts\n- **CSR Pairing:** Linked to a specific certificate request.\n- **Validation State:** Tracks readiness and correctness of the certificate.\n- **Account Process:** Operates within account certificate workflows.\n- **Trust Enablement:** Supports secure endpoint and service identities.",
                "x-allOf-name": "iam.Certificate",
                "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 'iam.Certificate', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.Certificate"
                                ],
                                "default": "iam.Certificate",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.Certificate"
                                ],
                                "default": "iam.Certificate",
                                "x-enum-as-string": true
                            },
                            "Certificate": {
                                "description": "User-input pem-encoded certificate, signed by a CAcert.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/x509.Certificate",
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Status of the certificate.\n* `PendingValidation` - The certificate has not been validated.\n* `Valid` - The certificate is valid.\n* `Invalid` - Ther certificate is invalid.",
                                "type": "string",
                                "enum": [
                                    "PendingValidation",
                                    "Valid",
                                    "Invalid"
                                ],
                                "default": "PendingValidation",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CertificateRequest": {
                                "$ref": "#/components/schemas/iam.CertificateRequest.Relationship",
                                "description": "A reference to a iamCertificateRequest resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.Certificate.List": {
                "title": "List of 'iam.Certificate' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.Certificate' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.Certificate' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.Certificate"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.CertificateRequest.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.CertificateRequest' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.CertificateRequest' resources.",
                "x-one-of-name": "iam.CertificateRequest.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.CertificateRequest.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.CertificateRequest.Relationship": {
                "description": "A relationship to the 'iam.CertificateRequest' resource, or the expanded 'iam.CertificateRequest' resource, or the 'null' value.",
                "x-one-of-name": "iam.CertificateRequest.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.CertificateRequest"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.CertificateRequest": {
                "title": "Iam:Certificate Request",
                "description": "The information required to generate a certificate signing request (CSR),\nwhich is a block of encoded text that is given to a Certificate Authority when applying for an SSL Certificate.",
                "x-allOf-name": "iam.CertificateRequest",
                "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 'iam.CertificateRequest', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.CertificateRequest"
                                ],
                                "default": "iam.CertificateRequest",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.CertificateRequest"
                                ],
                                "default": "iam.CertificateRequest",
                                "x-enum-as-string": true
                            },
                            "EmailAddress": {
                                "description": "User input email address, an optional part of the subject of the certificate request.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the certificate request.",
                                "type": "string",
                                "pattern": "^$|^[A-Za-z0-9]([^/\\\\.]*(\\.[^/\\\\.]+)*)?$",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Request": {
                                "description": "Generated certificate signing request (CSR) in PEM format.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SelfSigned": {
                                "description": "Whether the user wants the generated CSR to be self-signed by the appliance.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "Subject": {
                                "description": "The x.509 distinguished name of the subject of the certificate request.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pkix.DistinguishedName",
                                "x-omitempty": true
                            },
                            "SubjectAlternateName": {
                                "description": "The x.509 subject alternate name values of the certificate request.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pkix.SubjectAlternateName",
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Certificate": {
                                "$ref": "#/components/schemas/iam.Certificate.Relationship",
                                "description": "A reference to a iamCertificate resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "PrivateKeySpec": {
                                "$ref": "#/components/schemas/iam.PrivateKeySpec.Relationship",
                                "description": "A reference to a iamPrivateKeySpec resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.CertificateRequest.List": {
                "title": "List of 'iam.CertificateRequest' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.CertificateRequest' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.CertificateRequest' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.CertificateRequest"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.ClientMeta": {
                "title": "Iam:Client Meta",
                "description": "Contains meta information of the client. Currently it is used only within OAuth clients.",
                "x-allOf-name": "iam.ClientMeta",
                "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 'iam.ClientMeta', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.ClientMeta"
                                ],
                                "default": "iam.ClientMeta",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.ClientMeta"
                                ],
                                "default": "iam.ClientMeta",
                                "x-enum-as-string": true
                            },
                            "DeviceModel": {
                                "description": "Parsed device model from raw User-Agent.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "UserAgent": {
                                "description": "The value of the \"User-Agent\" HTTP header, as sent by the HTTP client when it initiate a session to Intersight. This can be used to identify the client operating system, browser type and browser version.\nExample - Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36\nIt is set when User successfully passed OAuth login flow and receives Access Token.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "iam.CuiIntegration.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.CuiIntegration' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.CuiIntegration' resources.",
                "x-one-of-name": "iam.CuiIntegration.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.CuiIntegration.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.CuiIntegration": {
                "title": "Iam:Cui Integration",
                "description": "Stores CUI and CCC integration details and synchronization status for an account.",
                "x-allOf-name": "iam.CuiIntegration",
                "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 'iam.CuiIntegration', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.CuiIntegration"
                                ],
                                "default": "iam.CuiIntegration",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.CuiIntegration"
                                ],
                                "default": "iam.CuiIntegration",
                                "x-enum-as-string": true
                            },
                            "CiscoCloudControlInventorySync": {
                                "description": "CCC inventory synchronization setting.\n* `enable` - Cisco Cloud Control inventory synchronization is enabled.\n* `disable` - Cisco Cloud Control inventory synchronization is disabled.",
                                "type": "string",
                                "enum": [
                                    "enable",
                                    "disable"
                                ],
                                "default": "enable",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastFullSyncTime": {
                                "description": "The last-modified timestamp of the tenant as returned by the remote API during the most recent workflow-based synchronization.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastNotificationModifiedTime": {
                                "description": "The modified-time carried by the most recent notification applied to this CUI integration MO, used to detect and skip stale or duplicate notifications.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LinkedTenants": {
                                "type": "array",
                                "items": {
                                    "description": "List of linked tenant information for various products (CUI, CCC).",
                                    "$ref": "#/components/schemas/iam.TenantLinking",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "OptIn": {
                                "description": "Indicates whether the account has opted in to CUI identity synchronization.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "OptInTime": {
                                "description": "Timestamp representing when the customer opted in to CUI identity synchronization.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OptInUserIdentity": {
                                "description": "Identity or name of the engineer who performed the opt-in action.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SyncStatus": {
                                "description": "Current synchronization status of CUI integration data.\n* `Needs-Sync` - CUI integration data needs to be synchronized.\n* `InProgress` - CUI integration synchronization is in progress.\n* `Done` - CUI integration synchronization is completed.",
                                "type": "string",
                                "enum": [
                                    "Needs-Sync",
                                    "InProgress",
                                    "Done"
                                ],
                                "default": "Needs-Sync",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TenantId": {
                                "description": "Primary tenant ID for CUI integration.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "User": {
                                "$ref": "#/components/schemas/iam.User.Relationship",
                                "description": "A reference to a iamUser resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.CuiIntegration.List": {
                "title": "List of 'iam.CuiIntegration' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.CuiIntegration' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.CuiIntegration' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.CuiIntegration"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.DefaultAuthentication.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.DefaultAuthentication' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.DefaultAuthentication' resources.",
                "x-one-of-name": "iam.DefaultAuthentication.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.DefaultAuthentication.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.DefaultAuthentication": {
                "title": "Iam:Default Authentication",
                "description": "DefaultAuthentication specifies the default login method for an account in appliance contexts, optionally linking to a default LDAP domain.\n#### Purpose\nIt streamlines user sign-in by preselecting the primary authentication method.\n#### Key Concepts\n- **Method Selection:** Chooses among local, SSO, or LDAP modes for default use.\n- **LDAP Affinity:** Can associate a default LDAP IdP for convenience.\n- **Account-level Policy:** Configurable by account administrators.\n- **User Experience:** Reduces friction during authentication flows.",
                "x-allOf-name": "iam.DefaultAuthentication",
                "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 'iam.DefaultAuthentication', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.DefaultAuthentication"
                                ],
                                "default": "iam.DefaultAuthentication",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.DefaultAuthentication"
                                ],
                                "default": "iam.DefaultAuthentication",
                                "x-enum-as-string": true
                            },
                            "DefaultAuthenticationMethod": {
                                "description": "The default authentication method used to login into Intersight.\n* `Local` - Local authentication uses credentials stored within the Intersight platform for user access.\n* `SSO` - SSO authentication uses an external identity provider for user access.\n* `LDAP` - LDAP authentication uses external LDAP servers for user access.",
                                "type": "string",
                                "enum": [
                                    "Local",
                                    "SSO",
                                    "LDAP"
                                ],
                                "default": "Local",
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "LdapDomain": {
                                "$ref": "#/components/schemas/iam.Idp.Relationship",
                                "description": "A reference to a iamIdp resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "iam.DefaultAuthentication.List": {
                "title": "List of 'iam.DefaultAuthentication' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.DefaultAuthentication' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.DefaultAuthentication' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.DefaultAuthentication"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.DefaultPermissionInfo": {
                "title": "Iam:Default Permission Info",
                "description": "Contains information about a stored default permission and its shared login interface coverage for product-facing default role selection.",
                "x-allOf-name": "iam.DefaultPermissionInfo",
                "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 'iam.DefaultPermissionInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.DefaultPermissionInfo"
                                ],
                                "default": "iam.DefaultPermissionInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.DefaultPermissionInfo"
                                ],
                                "default": "iam.DefaultPermissionInfo",
                                "x-enum-as-string": true
                            },
                            "Interface": {
                                "description": "The shared login interface coverage for the stored default permission.\n* `All` - The stored default permission applies to all currently supported login interfaces.",
                                "type": "string",
                                "enum": [
                                    "All"
                                ],
                                "default": "All",
                                "x-omitempty": true
                            },
                            "Permission": {
                                "description": "Reference to the selected default permission for the shared login interface coverage.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "iam.DomainGroup.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.DomainGroup' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.DomainGroup' resources.",
                "x-one-of-name": "iam.DomainGroup.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.DomainGroup.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.DomainGroup.Relationship": {
                "description": "A relationship to the 'iam.DomainGroup' resource, or the expanded 'iam.DomainGroup' resource, or the 'null' value.",
                "x-one-of-name": "iam.DomainGroup.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.DomainGroup"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.DomainGroup": {
                "title": "Iam:Domain Group",
                "description": "Intersight services are mapped to three different categories of services for scaling purpose.\nThree categories are defined: Partition1/Partition2/Partition3. Topics for each category are created with\na specific number of partitions. For each cloud environment these numbers will be different.",
                "x-allOf-name": "iam.DomainGroup",
                "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 'iam.DomainGroup', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.DomainGroup"
                                ],
                                "default": "iam.DomainGroup",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.DomainGroup"
                                ],
                                "default": "iam.DomainGroup",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "The name of the domain-group.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Partition1": {
                                "description": "The partition number domain group related messages are produced for 'Partition1' category service topics.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Partition2": {
                                "description": "In a cloud environment this parameter will indicate to which partition number domain group related messages are produced for 'Partition2' category service topics.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Partition3": {
                                "description": "In a cloud environment this parameter will indicate to which partition number domain group related messages are produced for 'Partition3' category service topics.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PartitionKey": {
                                "description": "Partition key used for producing messages to Kafka partitions. By default Domain-group id will be used as partition key. For Domain-groups belonging to Early adopters domain-group id will be prefixed with 'H' and used as partition key, such partition key will be treated differently and messages will always be produced to partition 0.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Usage": {
                                "description": "The number of devices in the domain-group.\nDevice registration notifications are processed to update the usage of the domain-group. The on-boarding account will have multiple domain-groups, and during the device registration least used domain-group will be selected for the device.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.DomainGroup.List": {
                "title": "List of 'iam.DomainGroup' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.DomainGroup' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.DomainGroup' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.DomainGroup"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.DomainNameInfo.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.DomainNameInfo' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.DomainNameInfo' resources.",
                "x-one-of-name": "iam.DomainNameInfo.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.DomainNameInfo.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.DomainNameInfo": {
                "title": "Iam:Domain Name Info",
                "description": "The organisation's domain name such as cisco.com that has been used to log in to Intersight.",
                "x-allOf-name": "iam.DomainNameInfo",
                "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 'iam.DomainNameInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.DomainNameInfo"
                                ],
                                "default": "iam.DomainNameInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.DomainNameInfo"
                                ],
                                "default": "iam.DomainNameInfo",
                                "x-enum-as-string": true
                            },
                            "Action": {
                                "description": "Regenerate TXT record and validate TXT record.\n* `generate` - Generate TXT record for domain name ownership validation.\n* `verify` - Verify TXT record for domain name ownership validation.",
                                "type": "string",
                                "enum": [
                                    "generate",
                                    "verify"
                                ],
                                "default": "generate",
                                "x-omitempty": true
                            },
                            "DomainName": {
                                "description": "Email domain name. When a user enters an email during login in the Intersight home page, the IdP is picked by matching this domain name with the email domain name for authentication.",
                                "type": "string",
                                "pattern": "^$|^[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "FailureDetails": {
                                "description": "Reason for the failure during verification.",
                                "$ref": "#/components/schemas/iam.FailureDetails",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RecordExpiryTime": {
                                "description": "Expiration time of TXT Record.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Status of Domain Ownership Verification.\n* `Pending` - Domain verification is pending.\n* `Failed` - Domain verification failed. Re-generate token and verify.\n* `Verified` - Domain verification succeeded.\n* `Expired` - TXT Record for Domain verification expired.",
                                "type": "string",
                                "enum": [
                                    "Pending",
                                    "Failed",
                                    "Verified",
                                    "Expired"
                                ],
                                "default": "Pending",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TxtRecord": {
                                "description": "Resource record used to verify Domain Ownership. Users need to verify the domain by adding the TXT Record in their DNS Host.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.DomainNameInfo.List": {
                "title": "List of 'iam.DomainNameInfo' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.DomainNameInfo' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.DomainNameInfo' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.DomainNameInfo"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.EncryptedOidcAuthTokenSet": {
                "title": "Iam:Encrypted Oidc Auth Token Set",
                "description": "Holds attributes obtained after OIDC authentication in encrypted format which are required for CUI admin portal MFE \ninside Intersight for IdP settings and routing rules, session refresh and logout functionality. Used during login\nflow where the tokens obtained from CUI need to be stored securely.",
                "x-allOf-name": "iam.EncryptedOidcAuthTokenSet",
                "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 'iam.EncryptedOidcAuthTokenSet', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.EncryptedOidcAuthTokenSet"
                                ],
                                "default": "iam.EncryptedOidcAuthTokenSet",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.EncryptedOidcAuthTokenSet"
                                ],
                                "default": "iam.EncryptedOidcAuthTokenSet",
                                "x-enum-as-string": true
                            },
                            "IsAccessTokenSet": {
                                "description": "Indicates whether the value of the 'accessToken' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsIdTokenSet": {
                                "description": "Indicates whether the value of the 'idToken' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsRefreshTokenSet": {
                                "description": "Indicates whether the value of the 'refreshToken' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "iam.EndPointPasswordProperties": {
                "title": "Iam:End Point Password Properties",
                "description": "Password properties for endpoint users.",
                "x-allOf-name": "iam.EndPointPasswordProperties",
                "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 'iam.EndPointPasswordProperties', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.EndPointPasswordProperties"
                                ],
                                "default": "iam.EndPointPasswordProperties",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.EndPointPasswordProperties"
                                ],
                                "default": "iam.EndPointPasswordProperties",
                                "x-enum-as-string": true
                            },
                            "EnablePasswordExpiry": {
                                "description": "Enables password expiry on the endpoint.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "EnforceStrongPassword": {
                                "description": "Enables a strong password policy. Strong password requirements: A. The password must have a minimum of 8 and a maximum of 127 characters. B. The password must not contain the User's Name. C. The password must contain characters from three of the following four categories. 1) English uppercase characters (A through Z). 2) English lowercase characters (a through z). 3) Base 10 digits (0 through 9). 4) Non-alphabetic characters (! , @, #, $, %, ^, &, *, -, _, +, =).",
                                "type": "boolean",
                                "default": true,
                                "x-omitempty": true
                            },
                            "ForceSendPassword": {
                                "description": "User password will always be sent to endpoint device. If the option is not selected, then user password will be sent to endpoint device for new users and if user password is changed for existing users.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "GracePeriod": {
                                "description": "Time period until when you can use the existing password, after it expires.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "minimum": 0,
                                "maximum": 5,
                                "x-omitempty": true
                            },
                            "NotificationPeriod": {
                                "description": "The duration after which the password will expire.",
                                "type": "integer",
                                "format": "int64",
                                "default": 15,
                                "minimum": 0,
                                "maximum": 15,
                                "x-omitempty": true
                            },
                            "PasswordExpiryDuration": {
                                "description": "Set time period for password expiration. Value should be greater than notification period and grace period.",
                                "type": "integer",
                                "format": "int64",
                                "default": 90,
                                "minimum": 1,
                                "maximum": 3650,
                                "x-omitempty": true
                            },
                            "PasswordHistory": {
                                "description": "Tracks password change history. Specifies in number of instances, that the new password was already used.",
                                "type": "integer",
                                "format": "int64",
                                "default": 5,
                                "minimum": 0,
                                "maximum": 5,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "iam.EndPointPrivilege.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.EndPointPrivilege' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.EndPointPrivilege' resources.",
                "x-one-of-name": "iam.EndPointPrivilege.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.EndPointPrivilege.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.EndPointPrivilege.Relationship": {
                "description": "A relationship to the 'iam.EndPointPrivilege' resource, or the expanded 'iam.EndPointPrivilege' resource, or the 'null' value.",
                "x-one-of-name": "iam.EndPointPrivilege.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.EndPointPrivilege"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.EndPointPrivilege": {
                "title": "Iam:End Point Privilege",
                "description": "EndPointPrivilege models privileges defined on managed endpoints (e.g., UCS, IMC), enabling cross-launch or delegated actions.\n#### Purpose\nIt exposes endpoint-side authorization elements that can be assigned to platform users via endpoint roles.\n#### Key Concepts\n- **Endpoint Integration:** Bridges device-level capabilities to platform users.\n- **Read-only Catalog:** Reflects endpoint-defined actions.\n- **Role Assignment:** Consumed by EndPointRole for user access.",
                "x-allOf-name": "iam.EndPointPrivilege",
                "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 'iam.EndPointPrivilege', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.EndPointPrivilege"
                                ],
                                "default": "iam.EndPointPrivilege",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.EndPointPrivilege"
                                ],
                                "default": "iam.EndPointPrivilege",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "The functionality of this privilege.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the end point privilege.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "The type of the end point like Cisco UCS Fabric Interconnect or Cisco IMC.\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
                            },
                            "System": {
                                "$ref": "#/components/schemas/iam.System.Relationship",
                                "description": "A reference to a iamSystem resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.EndPointPrivilege.List": {
                "title": "List of 'iam.EndPointPrivilege' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.EndPointPrivilege' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.EndPointPrivilege' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.EndPointPrivilege"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.EndPointRole.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.EndPointRole' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.EndPointRole' resources.",
                "x-one-of-name": "iam.EndPointRole.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.EndPointRole.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.EndPointRole.Relationship": {
                "description": "A relationship to the 'iam.EndPointRole' resource, or the expanded 'iam.EndPointRole' resource, or the 'null' value.",
                "x-one-of-name": "iam.EndPointRole.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.EndPointRole"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.EndPointRole": {
                "title": "Iam:End Point Role",
                "description": "EndPointRole represents roles defined on managed endpoints that encapsulate one or more endpoint privileges.\n#### Purpose\nIt allows administrators to assign endpoint-specific capabilities to platform users in a structured way.\n#### Key Concepts\n- **Role Abstraction:** Groups endpoint privileges for ease of assignment.\n- **Device-type Aware:** Specific to endpoint platform types.\n- **User Linkage:** Assignable to users for GUI/CLI cross-launch and more.\n- **Discoverable:** Tied to endpoint-reported security models.",
                "x-allOf-name": "iam.EndPointRole",
                "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 'iam.EndPointRole', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.EndPointRole"
                                ],
                                "default": "iam.EndPointRole",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.EndPointRole"
                                ],
                                "default": "iam.EndPointRole",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "The name of the end point role.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RoleType": {
                                "description": "User specified tags to roles like as ep-admin or ep-readonly.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "The type of the end point like Cisco UCS Fabric Interconnect or Cisco IMC.\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
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "EndPointPrivileges": {
                                "description": "An array of relationships to iamEndPointPrivilege resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.EndPointPrivilege.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "System": {
                                "$ref": "#/components/schemas/iam.System.Relationship",
                                "description": "A reference to a iamSystem resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.EndPointRole.List": {
                "title": "List of 'iam.EndPointRole' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.EndPointRole' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.EndPointRole' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.EndPointRole"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.EndPointUser.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.EndPointUser' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.EndPointUser' resources.",
                "x-one-of-name": "iam.EndPointUser.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.EndPointUser.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.EndPointUser.Relationship": {
                "description": "A relationship to the 'iam.EndPointUser' resource, or the expanded 'iam.EndPointUser' resource, or the 'null' value.",
                "x-one-of-name": "iam.EndPointUser.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.EndPointUser"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.EndPointUser": {
                "title": "User",
                "description": "The IAM EndPointUser object represents a single local user account. It is a building block used within the EndPointUserPolicy to define the users that should be created on an endpoint.\n#### Purpose\nThe purpose is to define the identity of a local user, primarily their username. It acts as a referenceable entity that can be associated with roles and a password within the broader EndPointUserPolicy.\n#### Key Concepts\n- **User Identity:** The core function of this is to specify the name (username) of the local user.\n- **Component of a Policy:** It does not function on its own but is created as part of an EndPointUserPolicy.\n- **Reusable within an Organization:** As an organization-owned object, a single EndPointUser can be referenced in multiple EndPointUserRole mappings across different policies, though it typically represents a unique user identity.",
                "x-allOf-name": "iam.EndPointUser",
                "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 'iam.EndPointUser', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.EndPointUser"
                                ],
                                "default": "iam.EndPointUser",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.EndPointUser"
                                ],
                                "default": "iam.EndPointUser",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "Name of the user to be created on the endpoint. It can be any string that adheres to the following constraints. It can have alphanumeric characters, dots, underscores and hyphen. It cannot be more than 16 characters.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9\\._\\-]+$",
                                "maxLength": 16,
                                "x-omitempty": true
                            },
                            "EndPointUserRole": {
                                "description": "An array of relationships to iamEndPointUserRole resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.EndPointUserRole.Relationship"
                                },
                                "nullable": true
                            },
                            "Organization": {
                                "$ref": "#/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
                            }
                        }
                    }
                ]
            },
            "iam.EndPointUser.List": {
                "title": "List of 'iam.EndPointUser' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.EndPointUser' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.EndPointUser' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.EndPointUser"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.EndPointUserInventory.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.EndPointUserInventory' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.EndPointUserInventory' resources.",
                "x-one-of-name": "iam.EndPointUserInventory.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.EndPointUserInventory.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.EndPointUserInventory.Relationship": {
                "description": "A relationship to the 'iam.EndPointUserInventory' resource, or the expanded 'iam.EndPointUserInventory' resource, or the 'null' value.",
                "x-one-of-name": "iam.EndPointUserInventory.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.EndPointUserInventory"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.EndPointUserInventory": {
                "title": "User",
                "description": "The IAM EndPointUser object represents a single local user account. It is a building block used within the EndPointUserPolicy to define the users that should be created on an endpoint.\n#### Purpose\nThe purpose is to define the identity of a local user, primarily their username. It acts as a referenceable entity that can be associated with roles and a password within the broader EndPointUserPolicy.\n#### Key Concepts\n- **User Identity:** The core function of this is to specify the name (username) of the local user.\n- **Component of a Policy:** It does not function on its own but is created as part of an EndPointUserPolicy.\n- **Reusable within an Organization:** As an organization-owned object, a single EndPointUser can be referenced in multiple EndPointUserRole mappings across different policies, though it typically represents a unique user identity.",
                "x-allOf-name": "iam.EndPointUserInventory",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractInventory"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iam.EndPointUserInventory', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.EndPointUserInventory"
                                ],
                                "default": "iam.EndPointUserInventory",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.EndPointUserInventory"
                                ],
                                "default": "iam.EndPointUserInventory",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "Name of the user to be created on the endpoint. It can be any string that adheres to the following constraints. It can have alphanumeric characters, dots, underscores and hyphen. It cannot be more than 16 characters.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9\\._\\-]+$",
                                "maxLength": 16,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserId": {
                                "description": "UserId for the end point user.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EndPointUserRole": {
                                "description": "An array of relationships to iamEndPointUserRoleInventory resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.EndPointUserRoleInventory.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
                            }
                        }
                    }
                ]
            },
            "iam.EndPointUserInventory.List": {
                "title": "List of 'iam.EndPointUserInventory' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.EndPointUserInventory' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.EndPointUserInventory' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.EndPointUserInventory"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.EndPointUserPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.EndPointUserPolicy' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.EndPointUserPolicy' resources.",
                "x-one-of-name": "iam.EndPointUserPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.EndPointUserPolicy.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.EndPointUserPolicy.Relationship": {
                "description": "A relationship to the 'iam.EndPointUserPolicy' resource, or the expanded 'iam.EndPointUserPolicy' resource, or the 'null' value.",
                "x-one-of-name": "iam.EndPointUserPolicy.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.EndPointUserPolicy"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.EndPointUserPolicy": {
                "title": "Local User",
                "description": "The IAM EndPointUserPolicy object is a reusable policy that enables the creation and management of local user accounts on endpoints, such as server management controllers.\n#### Purpose\nThe purpose of this policy is to standardize local user account configurations across multiple servers. It allows administrators to define password complexity rules, password expiration settings, and associate specific roles and permissions with local users, ensuring consistent and secure access control.\n#### Key Concepts\n- **Centralized User Management:** Provides a single policy to define local user accounts, their roles, and password settings that can be applied to many servers.\n- **Password Properties:** The policy includes a comprehensive set of password controls, such as enforcing strong passwords, setting expiration durations, and maintaining a password history.\n- **Role-Based Access Control:** It works in conjunction with EndPointUser and EndPointUserRole objects to map users to specific roles (e.g., admin, read-only) on the endpoint.\n- **Profile-Based Application:** The policy is attached to a Server Profile to apply the user configurations to the assigned physical server.",
                "x-allOf-name": "iam.EndPointUserPolicy",
                "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 'iam.EndPointUserPolicy', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.EndPointUserPolicy"
                                ],
                                "default": "iam.EndPointUserPolicy",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.EndPointUserPolicy"
                                ],
                                "default": "iam.EndPointUserPolicy",
                                "x-enum-as-string": true
                            },
                            "AccountLockoutDuration": {
                                "description": "Timeout duration specifies the duration (in seconds) after which a locked account is automatically unlocked. - Set to 0 when accountUnlockMode is Manual. - Set a value between 1 and 604800 when accountUnlockMode is Automatic.",
                                "type": "integer",
                                "format": "int64",
                                "default": 300,
                                "minimum": 0,
                                "maximum": 604800,
                                "x-omitempty": true
                            },
                            "AccountLockoutThreshold": {
                                "description": "Set Account Lockout Threshold for endpoint users.",
                                "type": "integer",
                                "format": "int64",
                                "default": 5,
                                "minimum": 0,
                                "maximum": 65535,
                                "x-omitempty": true
                            },
                            "AccountUnlockMode": {
                                "description": "Account unlock method specifies how the account is unlocked after it is locked: - Manual: Account must be manually unlocked by an administrator. - Automatic: Account unlocks automatically after a timeout duration.\n* `Automatic` - Set Automatic on the selected end point.\n* `Manual` - Set Manual on the selected end point.",
                                "type": "string",
                                "enum": [
                                    "Automatic",
                                    "Manual"
                                ],
                                "default": "Automatic",
                                "x-omitempty": true
                            },
                            "PasswordProperties": {
                                "description": "Set password properties for endpoint users.",
                                "$ref": "#/components/schemas/iam.EndPointPasswordProperties",
                                "x-omitempty": true
                            },
                            "EndPointUserRoles": {
                                "description": "An array of relationships to iamEndPointUserRole resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.EndPointUserRole.Relationship"
                                },
                                "nullable": true
                            },
                            "Organization": {
                                "$ref": "#/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": {
                                "deprecated": true,
                                "x-sunset": "2028-03-01",
                                "description": "An array of relationships to policyAbstractConfigProfile resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractConfigProfile.Relationship"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.EndPointUserPolicy.List": {
                "title": "List of 'iam.EndPointUserPolicy' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.EndPointUserPolicy' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.EndPointUserPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.EndPointUserPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.EndPointUserPolicyInventory.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.EndPointUserPolicyInventory' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.EndPointUserPolicyInventory' resources.",
                "x-one-of-name": "iam.EndPointUserPolicyInventory.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.EndPointUserPolicyInventory.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.EndPointUserPolicyInventory.Relationship": {
                "description": "A relationship to the 'iam.EndPointUserPolicyInventory' resource, or the expanded 'iam.EndPointUserPolicyInventory' resource, or the 'null' value.",
                "x-one-of-name": "iam.EndPointUserPolicyInventory.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.EndPointUserPolicyInventory"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.EndPointUserPolicyInventory": {
                "title": "Local User",
                "description": "The IAM EndPointUserPolicy object is a reusable policy that enables the creation and management of local user accounts on endpoints, such as server management controllers.\n#### Purpose\nThe purpose of this policy is to standardize local user account configurations across multiple servers. It allows administrators to define password complexity rules, password expiration settings, and associate specific roles and permissions with local users, ensuring consistent and secure access control.\n#### Key Concepts\n- **Centralized User Management:** Provides a single policy to define local user accounts, their roles, and password settings that can be applied to many servers.\n- **Password Properties:** The policy includes a comprehensive set of password controls, such as enforcing strong passwords, setting expiration durations, and maintaining a password history.\n- **Role-Based Access Control:** It works in conjunction with EndPointUser and EndPointUserRole objects to map users to specific roles (e.g., admin, read-only) on the endpoint.\n- **Profile-Based Application:** The policy is attached to a Server Profile to apply the user configurations to the assigned physical server.",
                "x-allOf-name": "iam.EndPointUserPolicyInventory",
                "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 'iam.EndPointUserPolicyInventory', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.EndPointUserPolicyInventory"
                                ],
                                "default": "iam.EndPointUserPolicyInventory",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.EndPointUserPolicyInventory"
                                ],
                                "default": "iam.EndPointUserPolicyInventory",
                                "x-enum-as-string": true
                            },
                            "AccountLockoutDuration": {
                                "description": "Timeout duration specifies the duration (in seconds) after which a locked account is automatically unlocked. - Set to 0 when accountUnlockMode is Manual. - Set a value between 1 and 604800 when accountUnlockMode is Automatic.",
                                "type": "integer",
                                "format": "int64",
                                "default": 300,
                                "minimum": 0,
                                "maximum": 604800,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AccountLockoutThreshold": {
                                "description": "Set Account Lockout Threshold for endpoint users.",
                                "type": "integer",
                                "format": "int64",
                                "default": 5,
                                "minimum": 0,
                                "maximum": 65535,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AccountUnlockMode": {
                                "description": "Account unlock method specifies how the account is unlocked after it is locked: - Manual: Account must be manually unlocked by an administrator. - Automatic: Account unlocks automatically after a timeout duration.\n* `Automatic` - Set Automatic on the selected end point.\n* `Manual` - Set Manual on the selected end point.",
                                "type": "string",
                                "enum": [
                                    "Automatic",
                                    "Manual"
                                ],
                                "default": "Automatic",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PasswordProperties": {
                                "description": "Set password properties for endpoint users.",
                                "$ref": "#/components/schemas/iam.EndPointPasswordProperties",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EndPointUserRoles": {
                                "description": "An array of relationships to iamEndPointUserRoleInventory resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.EndPointUserRoleInventory.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
                            }
                        }
                    }
                ]
            },
            "iam.EndPointUserPolicyInventory.List": {
                "title": "List of 'iam.EndPointUserPolicyInventory' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.EndPointUserPolicyInventory' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.EndPointUserPolicyInventory' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.EndPointUserPolicyInventory"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.EndPointUserRole.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.EndPointUserRole' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.EndPointUserRole' resources.",
                "x-one-of-name": "iam.EndPointUserRole.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.EndPointUserRole.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.EndPointUserRole.Relationship": {
                "description": "A relationship to the 'iam.EndPointUserRole' resource, or the expanded 'iam.EndPointUserRole' resource, or the 'null' value.",
                "x-one-of-name": "iam.EndPointUserRole.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.EndPointUserRole"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.EndPointUserRole": {
                "title": "Iam:End Point User Role",
                "description": "The IAM EndPointUserRole object is a mapping object that links a local user to their assigned roles and password within the context of an EndPointUserPolicy.\n#### Purpose\nThe IAM EndPointUserRole objects purpose is to bind together three key pieces of information: the user, their password, and their permissions. It serves as the mechanism for granting specific roles (like admin or read-only) to an EndPointUser and securely storing the encrypted password for that user's account on the endpoint.\n#### Key Concepts\n- **User-Role-Password Mapping:** It connects an EndPointUser object with a collection of EndPointRole objects and contains the password for that user.\n- **Secure Password Handling:** The password property is write-only and encrypted, ensuring credentials are not exposed after being set.\n- **Component of a Policy:** It exists as part of the endPointUserRoles collection within an EndPointUserPolicy and is essential for defining a complete user account.\n- **Account Status:** Includes an enabled flag to control whether the user account is active on the endpoint.",
                "x-allOf-name": "iam.EndPointUserRole",
                "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 'iam.EndPointUserRole', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.EndPointUserRole"
                                ],
                                "default": "iam.EndPointUserRole",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.EndPointUserRole"
                                ],
                                "default": "iam.EndPointUserRole",
                                "x-enum-as-string": true
                            },
                            "AccountTypeUserDefined": {
                                "description": "Allows to choose custom account types for the endpoint user.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "AccountTypes": {
                                "type": "array",
                                "items": {
                                    "description": "Type of account to be created on the endpoint. localUser - Creates a local user on the endpoint. IPMIUser - Creates an IPMI user on the endpoint.",
                                    "$ref": "#/components/schemas/iam.AccountTypeBase",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ChangePassword": {
                                "description": "Denotes whether password has changed.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Enabled": {
                                "description": "Enables the user account on the endpoint.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "IsPasswordSet": {
                                "description": "Indicates whether the value of the 'password' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Password": {
                                "description": "The password must have a minimum of 8 and a maximum of 127 characters. For servers with IPMI user role enabled, the maximum length is limited to 20 characters. When strong password is enabled, must satisfy below requirements: A. The password must not contain the User's Name. B. The password must contain characters from three of the following four categories. 1) English uppercase characters (A through Z). 2) English lowercase characters (a through z). 3) Base 10 digits (0 through 9). 4) Non-alphabetic characters (! , @, #, $, %, ^, &, *, -, _, +, =).",
                                "type": "string",
                                "pattern": "^$|^[a-zA-Z0-9!@#$%^&\\*+-_=]+$",
                                "minLength": 8,
                                "maxLength": 127,
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "EndPointRole": {
                                "description": "An array of relationships to iamEndPointRole resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.EndPointRole.Relationship"
                                },
                                "nullable": true
                            },
                            "EndPointUser": {
                                "$ref": "#/components/schemas/iam.EndPointUser.Relationship",
                                "description": "A reference to a iamEndPointUser resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "EndPointUserPolicy": {
                                "$ref": "#/components/schemas/iam.EndPointUserPolicy.Relationship",
                                "description": "A reference to a iamEndPointUserPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "iam.EndPointUserRole.List": {
                "title": "List of 'iam.EndPointUserRole' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.EndPointUserRole' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.EndPointUserRole' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.EndPointUserRole"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.EndPointUserRoleInventory.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.EndPointUserRoleInventory' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.EndPointUserRoleInventory' resources.",
                "x-one-of-name": "iam.EndPointUserRoleInventory.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.EndPointUserRoleInventory.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.EndPointUserRoleInventory.Relationship": {
                "description": "A relationship to the 'iam.EndPointUserRoleInventory' resource, or the expanded 'iam.EndPointUserRoleInventory' resource, or the 'null' value.",
                "x-one-of-name": "iam.EndPointUserRoleInventory.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.EndPointUserRoleInventory"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.EndPointUserRoleInventory": {
                "title": "Iam:End Point User Role Inventory",
                "description": "The IAM EndPointUserRole object is a mapping object that links a local user to their assigned roles and password within the context of an EndPointUserPolicy.\n#### Purpose\nThe IAM EndPointUserRole objects purpose is to bind together three key pieces of information: the user, their password, and their permissions. It serves as the mechanism for granting specific roles (like admin or read-only) to an EndPointUser and securely storing the encrypted password for that user's account on the endpoint.\n#### Key Concepts\n- **User-Role-Password Mapping:** It connects an EndPointUser object with a collection of EndPointRole objects and contains the password for that user.\n- **Secure Password Handling:** The password property is write-only and encrypted, ensuring credentials are not exposed after being set.\n- **Component of a Policy:** It exists as part of the endPointUserRoles collection within an EndPointUserPolicy and is essential for defining a complete user account.\n- **Account Status:** Includes an enabled flag to control whether the user account is active on the endpoint.",
                "x-allOf-name": "iam.EndPointUserRoleInventory",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractInventory"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iam.EndPointUserRoleInventory', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.EndPointUserRoleInventory"
                                ],
                                "default": "iam.EndPointUserRoleInventory",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.EndPointUserRoleInventory"
                                ],
                                "default": "iam.EndPointUserRoleInventory",
                                "x-enum-as-string": true
                            },
                            "AccountTypeUserDefined": {
                                "description": "Allows to choose custom account types for the endpoint user.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AccountTypes": {
                                "type": "array",
                                "items": {
                                    "description": "Type of account to be created on the endpoint. localUser - Creates a local user on the endpoint. IPMIUser - Creates an IPMI user on the endpoint.",
                                    "$ref": "#/components/schemas/iam.AccountTypeBase",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ChangePassword": {
                                "description": "Denotes whether password has changed.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Enabled": {
                                "description": "Enables the user account on the endpoint.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsPasswordSet": {
                                "description": "Indicates whether the value of the 'password' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Password": {
                                "description": "The password must have a minimum of 8 and a maximum of 127 characters. For servers with IPMI user role enabled, the maximum length is limited to 20 characters. When strong password is enabled, must satisfy below requirements: A. The password must not contain the User's Name. B. The password must contain characters from three of the following four categories. 1) English uppercase characters (A through Z). 2) English lowercase characters (a through z). 3) Base 10 digits (0 through 9). 4) Non-alphabetic characters (! , @, #, $, %, ^, &, *, -, _, +, =).",
                                "type": "string",
                                "pattern": "^$|^[a-zA-Z0-9!@#$%^&\\*+-_=]+$",
                                "minLength": 8,
                                "maxLength": 127,
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "EndPointRole": {
                                "description": "An array of relationships to iamEndPointRole resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.EndPointRole.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "EndPointUser": {
                                "$ref": "#/components/schemas/iam.EndPointUserInventory.Relationship",
                                "description": "A reference to a iamEndPointUserInventory resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "EndPointUserPolicy": {
                                "$ref": "#/components/schemas/iam.EndPointUserPolicyInventory.Relationship",
                                "description": "A reference to a iamEndPointUserPolicyInventory resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.EndPointUserRoleInventory.List": {
                "title": "List of 'iam.EndPointUserRoleInventory' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.EndPointUserRoleInventory' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.EndPointUserRoleInventory' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.EndPointUserRoleInventory"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.FailureDetails": {
                "title": "Iam:Failure Details",
                "description": "This has information including reason annd timestamp of failure event.",
                "x-allOf-name": "iam.FailureDetails",
                "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 'iam.FailureDetails', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.FailureDetails"
                                ],
                                "default": "iam.FailureDetails",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.FailureDetails"
                                ],
                                "default": "iam.FailureDetails",
                                "x-enum-as-string": true
                            },
                            "FailureReason": {
                                "description": "Reason for the failure during verification.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FailureTime": {
                                "description": "Timestamp of the failure during verification.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "iam.FeatureDefinition": {
                "title": "Iam:Feature Definition",
                "description": "Feature parameters specified for the account.",
                "x-allOf-name": "iam.FeatureDefinition",
                "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 'iam.FeatureDefinition', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.FeatureDefinition"
                                ],
                                "default": "iam.FeatureDefinition",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.FeatureDefinition"
                                ],
                                "default": "iam.FeatureDefinition",
                                "x-enum-as-string": true
                            },
                            "Feature": {
                                "description": "The beta feature that will be enabled for specific account.\n* `IWO` - Intersight Workflow Optimizer.\n* `Hitachi` - Support to claim Hitachi Storage arrays using the Intersight Orchestrator framework.\n* `KubernetesExtension` - Extension to the IKS and Adopted Clusters.\n* `NetAppIO` - Support to claim NetApp Storage arrays as IO targets.\n* `IvsPublicCloud` - Enables virtualization service for public clouds.\n* `TerraformCloud` - Enables an ability to create Terraform Cloud.\n* `WashingtonEFT` - Support for EFT customers to use Washington firmware images for upgrades.\n* `Solutions` - Support for managing solutions.\n* `IksBm` - Enables Intersight Kubernetes Service on Baremetal server.\n* `NexusCloud` - Enables Nexus Cloud services functionality.\n* `NexusCloudTrial` - Enables Nexus Cloud trial period.\n* `NexusCloudUpgradeAssist` - Enables Nexus Cloud upgrade assist.\n* `NexusCloudSustainability` - Enables Nexus Cloud sustainability.\n* `PlatformUIRefresh` - Enables platform refreshed UI with new service launcher.\n* `IksGpu` - Enables GPU support for Intersight Kubernetes Service.\n* `IwoAppServiceVerticalScaling` - Enables vertical Scaling of App Service Plans.\n* `IwoDataExporter` - Enables IWO Data Exporter component.\n* `IwoMigrate` - Enables IWO data Migration.\n* `NexusCloudTechPreviewGold` - Enable Nexus Cloud Preview of stable features, available for public consumption.\n* `NexusCloudTechPreviewSilver` - Enable Nexus Cloud Preview of beta features. This feature set is intended for consumption by internal audiences.\n* `NexusCloudTechPreviewBronze` - Enable Nexus Cloud Preview of features still in development. This feature set is intended for consumption by internal audiences.\n* `DisconnectedTargetAlarm` - Raise an alarm when a Target is disconnected from Intersight. Intersight is unable to manage disconnected Targets.\n* `AsAService` - Enable AsAService Preview of beta features. This feature set is intended for consumption by selective audiences.\n* `EMEA` - Enable all avaialble features on Intersight EMEA region.\n* `CrossPlatformNavigation` - Enable Cross-Platform Navigation on UI.\n* `WorkflowsPreview` - Enable Workflows preview for this account.\n* `WorkflowsIntersightAssets` - Enable workflow Intersight assets for this account.\n* `ManualKEKSupport` - Enable support for Manual key to enhance storage controller security for this account.\n* `FirmwareConsolidationEFT` - Enable usage of firmware images transitioned from CCO to Intersight. This feature set is intended for consumption by internal audiences.\n* `FunctionAsAService` - Enable the usage of the function as a service (faas) for Workflows. This feature set is intended for consumption by selective audiences.\n* `FI6664EFT` - Support for EFT customers to use FI-6664 in Port Policy.\n* `GranularPrivilegeSets` - Enable granular privilege sets for this account.\n* `UnifiedEdge` - Enable Unified Edge related features for Avatar Platform.\n* `Goldeneye` - Enable Goldeneye related features.\n* `FI6652EFT` - Support for EFT customers to use FI-6652 in Port Policy.\n* `BackupAndRestore` - Enable Backup and Restore functionality for this account.\n* `CUIIntegration` - Enables Cisco Unified Identity (CUI) integration for Intersight accounts. With this flag, customers access their accounts using the intersight.com/cui URI and CUI IdP. Standard CCI or SSO login flows remain available during the transition period. Cisco Cloud Control customers must use /cui to create new accounts or contact Product Management to enable this feature to existing accounts, to use Cisco Cloud Control and Cisco Unified Identity.\n* `UnifiedEdgeSRN` - Enable Unified Edge Secure Router Node related features for Avatar Platform.",
                                "type": "string",
                                "enum": [
                                    "IWO",
                                    "Hitachi",
                                    "KubernetesExtension",
                                    "NetAppIO",
                                    "IvsPublicCloud",
                                    "TerraformCloud",
                                    "WashingtonEFT",
                                    "Solutions",
                                    "IksBm",
                                    "NexusCloud",
                                    "NexusCloudTrial",
                                    "NexusCloudUpgradeAssist",
                                    "NexusCloudSustainability",
                                    "PlatformUIRefresh",
                                    "IksGpu",
                                    "IwoAppServiceVerticalScaling",
                                    "IwoDataExporter",
                                    "IwoMigrate",
                                    "NexusCloudTechPreviewGold",
                                    "NexusCloudTechPreviewSilver",
                                    "NexusCloudTechPreviewBronze",
                                    "DisconnectedTargetAlarm",
                                    "AsAService",
                                    "EMEA",
                                    "CrossPlatformNavigation",
                                    "WorkflowsPreview",
                                    "WorkflowsIntersightAssets",
                                    "ManualKEKSupport",
                                    "FirmwareConsolidationEFT",
                                    "FunctionAsAService",
                                    "FI6664EFT",
                                    "GranularPrivilegeSets",
                                    "UnifiedEdge",
                                    "Goldeneye",
                                    "FI6652EFT",
                                    "BackupAndRestore",
                                    "CUIIntegration",
                                    "UnifiedEdgeSRN"
                                ],
                                "default": "IWO",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "iam.GroupPermissionToRoles": {
                "title": "Iam:Group Permission To Roles",
                "description": "Complex type representing the associated resource groups, organizations and the permission to roles mapping.",
                "x-allOf-name": "iam.GroupPermissionToRoles",
                "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 'iam.GroupPermissionToRoles', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.GroupPermissionToRoles"
                                ],
                                "default": "iam.GroupPermissionToRoles",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.GroupPermissionToRoles"
                                ],
                                "default": "iam.GroupPermissionToRoles",
                                "x-enum-as-string": true
                            },
                            "Group": {
                                "description": "Moid of the resource group.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Orgs": {
                                "type": "array",
                                "items": {
                                    "description": "Moids of the associated organizations.",
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.GuestAccessSettings.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.GuestAccessSettings' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.GuestAccessSettings' resources.",
                "x-one-of-name": "iam.GuestAccessSettings.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.GuestAccessSettings.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.GuestAccessSettings": {
                "title": "Iam:Guest Access Settings",
                "description": "Stores account level settings for guest user access.",
                "x-allOf-name": "iam.GuestAccessSettings",
                "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 'iam.GuestAccessSettings', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.GuestAccessSettings"
                                ],
                                "default": "iam.GuestAccessSettings",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.GuestAccessSettings"
                                ],
                                "default": "iam.GuestAccessSettings",
                                "x-enum-as-string": true
                            },
                            "AllowedDomainNames": {
                                "type": "array",
                                "items": {
                                    "description": "Stores list of email domain names that are allowed for accessing an account. It is typically managed by an  Account Admin who seeks to control and limit guest user logins based on their email domains. By specifying these domains, the administrator can ensure that users with email addresses from certain domains are allowed log in or registering as guests.",
                                    "type": "string",
                                    "pattern": "^[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "MaxGuestAccessLinkShelfLife": {
                                "description": "Stores the maximum duration (in seconds) during which guest access link remains valid and accessible. It is the maximum value that is set  at the account level which account admin can configure. Any guest access link that is set with expiration time beyond this property will be disallowed. The default value is set to 604800 seconds (7 days).",
                                "type": "integer",
                                "format": "int64",
                                "default": 604800,
                                "minimum": 86400,
                                "maximum": 31104000,
                                "x-omitempty": true
                            },
                            "OverrideIpAccessRestriction": {
                                "description": "Stores an option for Account Admin to override IP Access Restriction if it is enabled in the Account. This option is used to disable IP Access restrictions for guest users logging in to the account, while restriction is enforced for other normal users (who are authenticated via SAML or LDAP).",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "ResourceLimits": {
                                "$ref": "#/components/schemas/iam.ResourceLimits.Relationship",
                                "description": "A reference to a iamResourceLimits resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.GuestAccessSettings.List": {
                "title": "List of 'iam.GuestAccessSettings' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.GuestAccessSettings' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.GuestAccessSettings' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.GuestAccessSettings"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.Idp.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.Idp' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.Idp' resources.",
                "x-one-of-name": "iam.Idp.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.Idp.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.Idp.Relationship": {
                "description": "A relationship to the 'iam.Idp' resource, or the expanded 'iam.Idp' resource, or the 'null' value.",
                "x-one-of-name": "iam.Idp.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.Idp"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.Idp": {
                "title": "Iam:Idp",
                "description": "The SAML identity provider such as Cisco, that has been used to log in to Intersight.",
                "x-allOf-name": "iam.Idp",
                "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 'iam.Idp', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.Idp"
                                ],
                                "default": "iam.Idp",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.Idp"
                                ],
                                "default": "iam.Idp",
                                "x-enum-as-string": true
                            },
                            "DomainName": {
                                "description": "Email domain name of the user for this IdP. When a user enters an email during login in the Intersight home page, the IdP is picked by matching this domain name with the email domain name for authentication.",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "string",
                                "pattern": "^$|^[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$",
                                "x-omitempty": true
                            },
                            "DomainNames": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of domain names that the end user wants to tie to particular IdP.",
                                    "type": "string",
                                    "pattern": "^$|^[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$",
                                    "x-omitempty": true
                                },
                                "minItems": 0,
                                "maxItems": 20,
                                "nullable": true
                            },
                            "EnableSingleLogout": {
                                "description": "Setting that indicates whether 'Single Logout (SLO)' has been enabled for this IdP.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "IdpEntityId": {
                                "description": "The Entity ID of the IdP. In SAML, the entity ID uniquely identifies the IdP or Service Provider.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Metadata": {
                                "description": "SAML metadata of the IdP.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the Identity Provider, for example Cisco, Okta, or OneID.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "SkipWarning": {
                                "description": "When users attempt the Account URL login with an unverified Domain Name, they get a warning stating that they are logging in using an unverified Domain Name. Enable the slider if you do not wish to see the warning message.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "Authentication protocol used by the IdP.\n* `saml` - Use SAML as the authentication protocol for sign-on.\n* `oidc` - Open ID connect to be used as an authentication protocol for sign-on.\n* `local` - The local authentication method to be used for sign-on. Local type is set to default for the Intersight Appliance IdP.\n* `guest` - Guest users accessing Intersight are assigned to a guest Identity Provider (IdP). They do not have single sign-on options available and must log in  using their email address and a one-time password (OTP). Upon successful authentication, all guest users associated with the account are grouped under  the guest IdP. Guest IdP is primarily used in cloud environment.",
                                "type": "string",
                                "enum": [
                                    "saml",
                                    "oidc",
                                    "local",
                                    "guest"
                                ],
                                "default": "saml",
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "LdapMeta": {
                                "$ref": "#/components/schemas/iam.LdapMeta.Relationship",
                                "description": "A reference to a iamLdapMeta resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "LdapPolicy": {
                                "$ref": "#/components/schemas/iam.LdapPolicy.Relationship",
                                "description": "A reference to a iamLdapPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "System": {
                                "$ref": "#/components/schemas/iam.System.Relationship",
                                "description": "A reference to a iamSystem resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "TestIdp": {
                                "$ref": "#/components/schemas/iam.TestIdpConfiguration.Relationship",
                                "description": "A reference to a iamTestIdpConfiguration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "UserPreferences": {
                                "description": "An array of relationships to iamUserPreference resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.UserPreference.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "UserSettings": {
                                "description": "An array of relationships to iamUserSetting resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.UserSetting.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Usergroups": {
                                "description": "An array of relationships to iamUserGroup resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.UserGroup.Relationship"
                                },
                                "nullable": true
                            },
                            "Users": {
                                "description": "An array of relationships to iamUser resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.User.Relationship"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.Idp.List": {
                "title": "List of 'iam.Idp' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.Idp' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.Idp' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.Idp"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.IdpReference.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.IdpReference' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.IdpReference' resources.",
                "x-one-of-name": "iam.IdpReference.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.IdpReference.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.IdpReference.Relationship": {
                "description": "A relationship to the 'iam.IdpReference' resource, or the expanded 'iam.IdpReference' resource, or the 'null' value.",
                "x-one-of-name": "iam.IdpReference.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.IdpReference"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.IdpReference": {
                "title": "Iam:Idp Reference",
                "description": "The IdpReference object represents the system-provided Cisco IdP association within an account, acting as the default reference for user and group assignments.\n#### Purpose\nIdpReference simplifies managing the default IdP relationship for user onboarding, preferences, and access.\n#### Key Concepts\n- **Default IdP linkage:** Provides a stable, system-backed IdP reference.\n- **User/group Association:** Central to managing users and groups tied to the Cisco IdP.\n- **Preference Anchor:** Links user UI preferences and settings to the IdP context.\n- **Account Scope:** Managed within the owning account's boundaries.",
                "x-allOf-name": "iam.IdpReference",
                "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 'iam.IdpReference', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.IdpReference"
                                ],
                                "default": "iam.IdpReference",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.IdpReference"
                                ],
                                "default": "iam.IdpReference",
                                "x-enum-as-string": true
                            },
                            "DomainName": {
                                "description": "The DomainNameInfo object represents an organization\u2019s email domain used during login mapping and ownership verification. It supports verifying domain control via DNS to enhance trust.\n#### Purpose\nDomainNameInfo ensures that only verified domains are used to route users to the correct identity provider, improving login integrity.\n#### Key Concepts\n- **Domain Routing:** Associates email domains with IdPs for seamless login.\n- **Ownership Verification:** Supports DNS-based verification for trust establishment.\n- **Status Tracking:** Maintains domain verification lifecycle state.\n- **Account Scoped:** Managed within the context of the owning account.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IdpEntityId": {
                                "description": "Entity ID of the IdP. In SAML, the entity ID uniquely identifies the IdP/Service Provider.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MultiFactorAuthentication": {
                                "description": "The flag represents if the second factor of authentication is required for Cisco IdP users.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Cisco IdP reference in an account.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Idp": {
                                "$ref": "#/components/schemas/iam.Idp.Relationship",
                                "description": "A reference to a iamIdp resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "UserPreferences": {
                                "description": "An array of relationships to iamUserPreference resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.UserPreference.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "UserSettings": {
                                "description": "An array of relationships to iamUserSetting resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.UserSetting.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Usergroups": {
                                "description": "An array of relationships to iamUserGroup resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.UserGroup.Relationship"
                                },
                                "nullable": true
                            },
                            "Users": {
                                "description": "An array of relationships to iamUser resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.User.Relationship"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.IdpReference.List": {
                "title": "List of 'iam.IdpReference' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.IdpReference' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.IdpReference' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.IdpReference"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.IpAccessManagement.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.IpAccessManagement' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.IpAccessManagement' resources.",
                "x-one-of-name": "iam.IpAccessManagement.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.IpAccessManagement.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.IpAccessManagement.Relationship": {
                "description": "A relationship to the 'iam.IpAccessManagement' resource, or the expanded 'iam.IpAccessManagement' resource, or the 'null' value.",
                "x-one-of-name": "iam.IpAccessManagement.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.IpAccessManagement"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.IpAccessManagement": {
                "title": "IP Access Management",
                "description": "IpAccessManagement governs IP-based access restrictions for an account, enabling administrators to allowlist trusted ranges and recover from misconfiguration.\n#### Purpose\nIt provides an additional security control layer that restricts access to the account based on client IP addresses.\n#### Key Concepts\n- **Allowlisting:** Enforces access based on configured addresses and ranges.\n- **Recovery Controls:** Supports account recovery from restrictive misconfigurations.\n- **Policy Toggle:** Enables or disables IP restriction enforcement.\n- **Centralized Management:** Hosted under the account\u2019s security holder.",
                "x-allOf-name": "iam.IpAccessManagement",
                "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 'iam.IpAccessManagement', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.IpAccessManagement"
                                ],
                                "default": "iam.IpAccessManagement",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.IpAccessManagement"
                                ],
                                "default": "iam.IpAccessManagement",
                                "x-enum-as-string": true
                            },
                            "Enable": {
                                "description": "Flag stores the state of IP address based access management. Access management is enabled when it's true.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "LastRecoveryTime": {
                                "description": "The access to account gets locked out if wrong IP addresses are configured. Account Administrators have privilege to unblock the account. It stores the time when the account was last recovered from lock out.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Holder": {
                                "$ref": "#/components/schemas/iam.SecurityHolder.Relationship",
                                "description": "A reference to a iamSecurityHolder resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "IpAddresses": {
                                "description": "An array of relationships to iamIpAddress resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.IpAddress.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.IpAccessManagement.List": {
                "title": "List of 'iam.IpAccessManagement' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.IpAccessManagement' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.IpAccessManagement' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.IpAccessManagement"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.IpAddress.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.IpAddress' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.IpAddress' resources.",
                "x-one-of-name": "iam.IpAddress.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.IpAddress.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.IpAddress.Relationship": {
                "description": "A relationship to the 'iam.IpAddress' resource, or the expanded 'iam.IpAddress' resource, or the 'null' value.",
                "x-one-of-name": "iam.IpAddress.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.IpAddress"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.IpAddress": {
                "title": "IP Address",
                "description": "IpAddress represents a single allowlisted IP, CIDR block, or range used by IpAccessManagement.\n#### Purpose\nIt models an individual entry in the IP access policy to refine allowed sources.\n#### Key Concepts\n- **Entry Granularity:** Supports point IPs, CIDR, and address ranges.\n- **Descriptive Policy:** Accommodates human-readable rationale for entries.\n- **Policy Membership:** Always associated with an IpAccessManagement policy.\n- **Enforcement-ready:** Used directly in access control evaluations.",
                "x-allOf-name": "iam.IpAddress",
                "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 'iam.IpAddress', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.IpAddress"
                                ],
                                "default": "iam.IpAddress",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.IpAddress"
                                ],
                                "default": "iam.IpAddress",
                                "x-enum-as-string": true
                            },
                            "Address": {
                                "description": "The Trusted IP range's address. IP address, CIDR range, and IP address range formats are supported. For example '12.13.14.15', '12.13.14.0/24', and '12.13.14.15-12.13.14.200'. Reserved IP ranges '127.0.0.1', '10.0.0.0/8', '172.16.0.0/12', and '192.168.0.0/16' are not allowed.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Description of Trusted IP address range.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "IpAccessManagement": {
                                "$ref": "#/components/schemas/iam.IpAccessManagement.Relationship",
                                "description": "A reference to a iamIpAccessManagement resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.IpAddress.List": {
                "title": "List of 'iam.IpAddress' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.IpAddress' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.IpAddress' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.IpAddress"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.LdapBaseProperties": {
                "title": "Iam:Ldap Base Properties",
                "description": "Base settings of LDAP required while configuring LDAP policy.",
                "x-allOf-name": "iam.LdapBaseProperties",
                "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 'iam.LdapBaseProperties', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.LdapBaseProperties"
                                ],
                                "default": "iam.LdapBaseProperties",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.LdapBaseProperties"
                                ],
                                "default": "iam.LdapBaseProperties",
                                "x-enum-as-string": true
                            },
                            "Attribute": {
                                "description": "Role and locale information of the user.",
                                "type": "string",
                                "pattern": "^$|^[a-zA-Z0-9][a-zA-Z0-9\\-\\.]*[a-zA-Z0-9\\-]$",
                                "x-omitempty": true
                            },
                            "BaseDn": {
                                "description": "Base Distinguished Name (DN), the starting point for searching users and groups.",
                                "type": "string",
                                "maxLength": 254,
                                "x-omitempty": true
                            },
                            "BindDn": {
                                "description": "Distinguished Name (DN) used to authenticate against LDAP servers.",
                                "type": "string",
                                "minLength": 0,
                                "maxLength": 254,
                                "x-omitempty": true
                            },
                            "BindMethod": {
                                "description": "Authentication method to access LDAP servers.\n* `LoginCredentials` - Requires the user credentials. If the bind process fails, then user is denied access.\n* `Anonymous` - Requires no username and password. If this option is selected and the LDAP server is configured for Anonymous logins, then the user gains access.\n* `ConfiguredCredentials` - Requires a known set of credentials to be specified for the initial bind process. If the initial bind process succeeds, then the distinguished name (DN) of the user name is queried and re-used for the re-binding process. If the re-binding process fails, then the user is denied access.",
                                "type": "string",
                                "enum": [
                                    "LoginCredentials",
                                    "Anonymous",
                                    "ConfiguredCredentials"
                                ],
                                "default": "LoginCredentials",
                                "x-omitempty": true
                            },
                            "Domain": {
                                "description": "The IPv4 domain that all users must be in.",
                                "type": "string",
                                "pattern": "^$|^(([a-zA-Z0-9])|([a-zA-Z0-9][a-zA-Z0-9\\.\\-]*[a-zA-Z0-9]))$",
                                "maxLength": 255,
                                "x-omitempty": true
                            },
                            "EnableEncryption": {
                                "description": "If enabled, the endpoint encrypts all information sent to the LDAP server.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "EnableGroupAuthorization": {
                                "description": "If enabled, user authorization is also done at the group level for LDAP users not in the local user database.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "EnableNestedGroupSearch": {
                                "description": "If enabled, an extended search walks the ancestry chain to the root and returns all groups and subgroups recursively.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "Filter": {
                                "description": "Criteria to identify entries in search requests.",
                                "type": "string",
                                "pattern": "^$|^[a-zA-Z0-9(][a-zA-Z0-9_#@$%&\\-\\^|()*=:!,.]*[a-zA-Z0-9\\-)]$",
                                "x-omitempty": true
                            },
                            "GroupAttribute": {
                                "description": "Groups to which an LDAP entry belongs.",
                                "type": "string",
                                "pattern": "^$|^[a-zA-Z0-9][a-zA-Z0-9_#@$%&\\-\\^]*[a-zA-Z0-9\\-]$",
                                "x-omitempty": true
                            },
                            "IsPasswordSet": {
                                "description": "Indicates whether the value of the 'password' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NestedGroupSearchDepth": {
                                "description": "Search depth to look for a nested LDAP group in an LDAP group map.",
                                "type": "integer",
                                "format": "int64",
                                "default": 128,
                                "minimum": 1,
                                "maximum": 128,
                                "x-omitempty": true
                            },
                            "Password": {
                                "description": "The password for the initial bind process. Must not contain spaces, tabs, or line breaks, and cannot exceed 254 characters.",
                                "type": "string",
                                "pattern": "^[\\S+]{0,254}$",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "Timeout": {
                                "description": "LDAP authentication timeout duration, in seconds.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "minimum": 0,
                                "maximum": 180,
                                "x-omitempty": true
                            },
                            "UserSearchAttribute": {
                                "type": "array",
                                "items": {
                                    "description": "LDAP attributes used for username matching during authentication.\nMultiple attributes create an OR condition in the search filter.\nExamples: \"mail\", \"sAMAccountName\", \"uid\".\nLeave blank to use default attributes: \"mail\", \"sAMAccountName\".",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.LdapConfigParams.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.LdapConfigParams' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.LdapConfigParams' resources.",
                "x-one-of-name": "iam.LdapConfigParams.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.LdapConfigParams.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.LdapConfigParams": {
                "title": "Iam:Ldap Config Params",
                "description": "LdapConfigParams stores additional configuration metadata used internally to support LDAP integration in appliance contexts.\n#### Purpose\nIt centralizes internal parameters that influence LDAP issuer and connector behaviors.\n#### Key Concepts\n- **Internal Config:** Not end-user facing; supports system connectors.\n- **Issuer Derivation:** Assists in building correct LDAP issuer URLs.\n- **Account Binding:** Parameters are scoped to the owning account.\n- **Lifecycle Managed:** Maintained by system services for stability.",
                "x-allOf-name": "iam.LdapConfigParams",
                "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 'iam.LdapConfigParams', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.LdapConfigParams"
                                ],
                                "default": "iam.LdapConfigParams",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.LdapConfigParams"
                                ],
                                "default": "iam.LdapConfigParams",
                                "x-enum-as-string": true
                            },
                            "ConfigHost": {
                                "description": "Stores the hostname based on which the issuer URL should be generated.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.LdapConfigParams.List": {
                "title": "List of 'iam.LdapConfigParams' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.LdapConfigParams' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.LdapConfigParams' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.LdapConfigParams"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.LdapDnsParameters": {
                "title": "Iam:Ldap Dns Parameters",
                "description": "DNS settings used to access LDAP Providers.",
                "x-allOf-name": "iam.LdapDnsParameters",
                "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 'iam.LdapDnsParameters', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.LdapDnsParameters"
                                ],
                                "default": "iam.LdapDnsParameters",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.LdapDnsParameters"
                                ],
                                "default": "iam.LdapDnsParameters",
                                "x-enum-as-string": true
                            },
                            "SearchDomain": {
                                "description": "Domain name that acts as a source for a DNS query.",
                                "type": "string",
                                "pattern": "^$|^(([a-zA-Z0-9])|([a-zA-Z0-9][a-zA-Z0-9\\.\\-]*[a-zA-Z0-9]))$",
                                "maxLength": 64,
                                "x-omitempty": true
                            },
                            "SearchForest": {
                                "description": "Forest name that acts as a source for a DNS query.",
                                "type": "string",
                                "pattern": "^$|^(([a-zA-Z0-9])|([a-zA-Z0-9][a-zA-Z0-9\\.\\-]*[a-zA-Z0-9]))$",
                                "maxLength": 64,
                                "x-omitempty": true
                            },
                            "Source": {
                                "description": "Source of the domain name used for the DNS SRV request.\n* `Extracted` - The domain name extracted-domain from the login ID.\n* `Configured` - The configured-search domain.\n* `ConfiguredExtracted` - The domain name extracted from the login ID than the configured-search domain.",
                                "type": "string",
                                "enum": [
                                    "Extracted",
                                    "Configured",
                                    "ConfiguredExtracted"
                                ],
                                "default": "Extracted",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "iam.LdapGroup.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.LdapGroup' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.LdapGroup' resources.",
                "x-one-of-name": "iam.LdapGroup.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.LdapGroup.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.LdapGroup.Relationship": {
                "description": "A relationship to the 'iam.LdapGroup' resource, or the expanded 'iam.LdapGroup' resource, or the 'null' value.",
                "x-one-of-name": "iam.LdapGroup.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.LdapGroup"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.LdapGroup": {
                "title": "Iam:Ldap Group",
                "description": "The LDAP Group object creates a mapping between a group in a remote LDAP directory and a set of local roles on an endpoint.\n#### Purpose\nThe purpose is to grant permissions to remote users. When a user authenticates via LDAP and is found to be a member of a specified LDAP group, they are granted the permissions of the EndPointRoles associated with this LdapGroup object. This enables role-based access control for remote directory users.\n#### Key Concepts\n- **Group-to-Role Mapping:** Its core function is to link an LDAP group name (or DN) to one or more local endpoint roles (e.g., admin, read-only).\n- **Component of a Policy:** It is always defined within the context of an LdapPolicy.\n- **Authorization Mechanism:** Serves as the primary mechanism for authorizing remote users by assigning them appropriate privileges based on their directory group membership.",
                "x-allOf-name": "iam.LdapGroup",
                "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 'iam.LdapGroup', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.LdapGroup"
                                ],
                                "default": "iam.LdapGroup",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.LdapGroup"
                                ],
                                "default": "iam.LdapGroup",
                                "x-enum-as-string": true
                            },
                            "Domain": {
                                "description": "LDAP server domain the Group resides in.",
                                "type": "string",
                                "pattern": "^$|^[a-zA-Z0-9-]+(.[a-zA-Z0-9-]+)*$",
                                "maxLength": 255,
                                "x-omitempty": true
                            },
                            "GroupDn": {
                                "description": "LDAP Group DN in the LDAP server database.",
                                "type": "string",
                                "pattern": "^$|^([^+\\-][a-zA-Z0-9=!#$%()*+,-.:;@ _{|}~?&]*)$",
                                "maxLength": 300,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "LDAP Group name in the LDAP server database.",
                                "type": "string",
                                "pattern": "^([^+\\-][a-zA-Z0-9=!#$%()*+,-.:;@ _{|}~?&]*)$",
                                "maxLength": 127,
                                "x-omitempty": true
                            },
                            "EndPointRole": {
                                "description": "An array of relationships to iamEndPointRole resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.EndPointRole.Relationship"
                                },
                                "nullable": true
                            },
                            "LdapPolicy": {
                                "$ref": "#/components/schemas/iam.LdapPolicy.Relationship",
                                "description": "A reference to a iamLdapPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "iam.LdapGroup.List": {
                "title": "List of 'iam.LdapGroup' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.LdapGroup' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.LdapGroup' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.LdapGroup"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.LdapGroupInventory.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.LdapGroupInventory' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.LdapGroupInventory' resources.",
                "x-one-of-name": "iam.LdapGroupInventory.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.LdapGroupInventory.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.LdapGroupInventory.Relationship": {
                "description": "A relationship to the 'iam.LdapGroupInventory' resource, or the expanded 'iam.LdapGroupInventory' resource, or the 'null' value.",
                "x-one-of-name": "iam.LdapGroupInventory.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.LdapGroupInventory"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.LdapGroupInventory": {
                "title": "Iam:Ldap Group Inventory",
                "description": "The LDAP Group object creates a mapping between a group in a remote LDAP directory and a set of local roles on an endpoint.\n#### Purpose\nThe purpose is to grant permissions to remote users. When a user authenticates via LDAP and is found to be a member of a specified LDAP group, they are granted the permissions of the EndPointRoles associated with this LdapGroup object. This enables role-based access control for remote directory users.\n#### Key Concepts\n- **Group-to-Role Mapping:** Its core function is to link an LDAP group name (or DN) to one or more local endpoint roles (e.g., admin, read-only).\n- **Component of a Policy:** It is always defined within the context of an LdapPolicy.\n- **Authorization Mechanism:** Serves as the primary mechanism for authorizing remote users by assigning them appropriate privileges based on their directory group membership.",
                "x-allOf-name": "iam.LdapGroupInventory",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractInventory"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iam.LdapGroupInventory', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.LdapGroupInventory"
                                ],
                                "default": "iam.LdapGroupInventory",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.LdapGroupInventory"
                                ],
                                "default": "iam.LdapGroupInventory",
                                "x-enum-as-string": true
                            },
                            "Domain": {
                                "description": "LDAP server domain the Group resides in.",
                                "type": "string",
                                "pattern": "^$|^[a-zA-Z0-9-]+(.[a-zA-Z0-9-]+)*$",
                                "maxLength": 255,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "GroupDn": {
                                "description": "LDAP Group DN in the LDAP server database.",
                                "type": "string",
                                "pattern": "^$|^([^+\\-][a-zA-Z0-9=!#$%()*+,-.:;@ _{|}~?&]*)$",
                                "maxLength": 300,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "LDAP Group name in the LDAP server database.",
                                "type": "string",
                                "pattern": "^([^+\\-][a-zA-Z0-9=!#$%()*+,-.:;@ _{|}~?&]*)$",
                                "maxLength": 127,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EndPointRole": {
                                "description": "An array of relationships to iamEndPointRole resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.EndPointRole.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "LdapPolicy": {
                                "$ref": "#/components/schemas/iam.LdapPolicyInventory.Relationship",
                                "description": "A reference to a iamLdapPolicyInventory resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.LdapGroupInventory.List": {
                "title": "List of 'iam.LdapGroupInventory' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.LdapGroupInventory' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.LdapGroupInventory' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.LdapGroupInventory"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.LdapMeta.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.LdapMeta' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.LdapMeta' resources.",
                "x-one-of-name": "iam.LdapMeta.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.LdapMeta.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.LdapMeta.Relationship": {
                "description": "A relationship to the 'iam.LdapMeta' resource, or the expanded 'iam.LdapMeta' resource, or the 'null' value.",
                "x-one-of-name": "iam.LdapMeta.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.LdapMeta"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.LdapMeta": {
                "title": "Iam:Ldap Meta",
                "description": "LdapMeta stores metadata for internal LDAP connectors created to support an appliance LDAP cluster configuration.\n#### Purpose\nIt provides system-managed insight into the LDAP integration topology associated with an IdP.\n#### Key Concepts\n- **Connector Inventory:** Lists internal connector names for an LDAP cluster.\n- **IdP Linkage:** Tied to the corresponding LDAP IdP domain.\n- **System-managed:** Created and maintained by internal services.\n- **Operational Visibility:** Aids diagnostics and lifecycle management.",
                "x-allOf-name": "iam.LdapMeta",
                "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 'iam.LdapMeta', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.LdapMeta"
                                ],
                                "default": "iam.LdapMeta",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.LdapMeta"
                                ],
                                "default": "iam.LdapMeta",
                                "x-enum-as-string": true
                            },
                            "Connectors": {
                                "type": "array",
                                "items": {
                                    "description": "The list of internal ldap dex connectors created by the system for an Ldap server cluster.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Domain": {
                                "description": "The domain of the Ldap IdP corresponding to the appliance Ldap configuration.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Idp": {
                                "$ref": "#/components/schemas/iam.Idp.Relationship",
                                "description": "A reference to a iamIdp resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "iam.LdapMeta.List": {
                "title": "List of 'iam.LdapMeta' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.LdapMeta' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.LdapMeta' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.LdapMeta"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.LdapPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.LdapPolicy' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.LdapPolicy' resources.",
                "x-one-of-name": "iam.LdapPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.LdapPolicy.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.LdapPolicy.Relationship": {
                "description": "A relationship to the 'iam.LdapPolicy' resource, or the expanded 'iam.LdapPolicy' resource, or the 'null' value.",
                "x-one-of-name": "iam.LdapPolicy.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.LdapPolicy"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.LdapPolicy": {
                "title": "LDAP",
                "description": "### Overview\nThe LDAP Policy object is a reusable policy for configuring Lightweight Directory Access Protocol (LDAP) settings, enabling remote user authentication for endpoints like servers and chassis.\n#### Purpose\nThe primary purpose of an LDAP Policy is to integrate endpoints with a central directory service (like Microsoft Active Directory or OpenLDAP) for user authentication. This centralizes user management and allows administrators to grant access to Intersight-managed devices based on existing corporate directory groups and users, rather than creating separate local accounts on each device.\n#### Key Concepts\n- **Centralized Authentication:** - Enables endpoints to authenticate users against one or more external LDAP servers.\n- **Reusable and Profile-Based:** - As a policy object, this provides a standardized LDAP configuration that can be applied to multiple server or chassis profiles.\n- **Flexible Configuration:** - Supports various settings including the Base DN for searches, bind methods (Anonymous, Configured Credentials, Login Credentials), and connection settings like encryption and timeout.\n- **Group-to-Role Mapping:** - Works with LdapGroup objects to map directory groups to local endpoint roles, enabling granular, role-based access control for remote users.\n- **Provider and DNS Settings:** - Manages a list of LDAP servers (LdapProvider objects) and can be configured to use DNS for server discovery.",
                "x-allOf-name": "iam.LdapPolicy",
                "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 'iam.LdapPolicy', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.LdapPolicy"
                                ],
                                "default": "iam.LdapPolicy",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.LdapPolicy"
                                ],
                                "default": "iam.LdapPolicy",
                                "x-enum-as-string": true
                            },
                            "BaseProperties": {
                                "description": "Base settings of LDAP required while configuring LDAP policy.",
                                "$ref": "#/components/schemas/iam.LdapBaseProperties",
                                "x-omitempty": true
                            },
                            "DnsParameters": {
                                "description": "Configuration settings to resolve LDAP servers, when DNS is enabled.",
                                "$ref": "#/components/schemas/iam.LdapDnsParameters",
                                "x-omitempty": true
                            },
                            "EnableDns": {
                                "description": "Enables DNS to access LDAP servers.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "Enabled": {
                                "description": "LDAP server performs authentication.",
                                "type": "boolean",
                                "default": true,
                                "x-omitempty": true
                            },
                            "UserSearchPrecedence": {
                                "description": "Search precedence between local user database and LDAP user database.\n* `LocalUserDb` - Precedence is given to local user database while searching.\n* `LDAPUserDb` - Precedence is given to LADP user database while searching.",
                                "type": "string",
                                "enum": [
                                    "LocalUserDb",
                                    "LDAPUserDb"
                                ],
                                "default": "LocalUserDb",
                                "x-omitempty": true
                            },
                            "ApplianceAccount": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "Groups": {
                                "description": "An array of relationships to iamLdapGroup resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.LdapGroup.Relationship"
                                },
                                "nullable": true
                            },
                            "Organization": {
                                "$ref": "#/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": {
                                "deprecated": true,
                                "x-sunset": "2028-03-01",
                                "description": "An array of relationships to policyAbstractConfigProfile resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractConfigProfile.Relationship"
                                },
                                "nullable": true
                            },
                            "Providers": {
                                "description": "An array of relationships to iamLdapProvider resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.LdapProvider.Relationship"
                                },
                                "nullable": true,
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.LdapPolicy.List": {
                "title": "List of 'iam.LdapPolicy' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.LdapPolicy' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.LdapPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.LdapPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.LdapPolicyInventory.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.LdapPolicyInventory' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.LdapPolicyInventory' resources.",
                "x-one-of-name": "iam.LdapPolicyInventory.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.LdapPolicyInventory.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.LdapPolicyInventory.Relationship": {
                "description": "A relationship to the 'iam.LdapPolicyInventory' resource, or the expanded 'iam.LdapPolicyInventory' resource, or the 'null' value.",
                "x-one-of-name": "iam.LdapPolicyInventory.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.LdapPolicyInventory"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.LdapPolicyInventory": {
                "title": "LDAP",
                "description": "### Overview\nThe LDAP Policy object is a reusable policy for configuring Lightweight Directory Access Protocol (LDAP) settings, enabling remote user authentication for endpoints like servers and chassis.\n#### Purpose\nThe primary purpose of an LDAP Policy is to integrate endpoints with a central directory service (like Microsoft Active Directory or OpenLDAP) for user authentication. This centralizes user management and allows administrators to grant access to Intersight-managed devices based on existing corporate directory groups and users, rather than creating separate local accounts on each device.\n#### Key Concepts\n- **Centralized Authentication:** - Enables endpoints to authenticate users against one or more external LDAP servers.\n- **Reusable and Profile-Based:** - As a policy object, this provides a standardized LDAP configuration that can be applied to multiple server or chassis profiles.\n- **Flexible Configuration:** - Supports various settings including the Base DN for searches, bind methods (Anonymous, Configured Credentials, Login Credentials), and connection settings like encryption and timeout.\n- **Group-to-Role Mapping:** - Works with LdapGroup objects to map directory groups to local endpoint roles, enabling granular, role-based access control for remote users.\n- **Provider and DNS Settings:** - Manages a list of LDAP servers (LdapProvider objects) and can be configured to use DNS for server discovery.",
                "x-allOf-name": "iam.LdapPolicyInventory",
                "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 'iam.LdapPolicyInventory', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.LdapPolicyInventory"
                                ],
                                "default": "iam.LdapPolicyInventory",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.LdapPolicyInventory"
                                ],
                                "default": "iam.LdapPolicyInventory",
                                "x-enum-as-string": true
                            },
                            "BaseProperties": {
                                "description": "Base settings of LDAP required while configuring LDAP policy.",
                                "$ref": "#/components/schemas/iam.LdapBaseProperties",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DnsParameters": {
                                "description": "Configuration settings to resolve LDAP servers, when DNS is enabled.",
                                "$ref": "#/components/schemas/iam.LdapDnsParameters",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EnableDns": {
                                "description": "Enables DNS to access LDAP servers.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Enabled": {
                                "description": "LDAP server performs authentication.",
                                "type": "boolean",
                                "default": true,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserSearchPrecedence": {
                                "description": "Search precedence between local user database and LDAP user database.\n* `LocalUserDb` - Precedence is given to local user database while searching.\n* `LDAPUserDb` - Precedence is given to LADP user database while searching.",
                                "type": "string",
                                "enum": [
                                    "LocalUserDb",
                                    "LDAPUserDb"
                                ],
                                "default": "LocalUserDb",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Groups": {
                                "description": "An array of relationships to iamLdapGroupInventory resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.LdapGroupInventory.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Providers": {
                                "description": "An array of relationships to iamLdapProviderInventory resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.LdapProviderInventory.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
                            }
                        }
                    }
                ]
            },
            "iam.LdapPolicyInventory.List": {
                "title": "List of 'iam.LdapPolicyInventory' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.LdapPolicyInventory' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.LdapPolicyInventory' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.LdapPolicyInventory"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.LdapProvider.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.LdapProvider' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.LdapProvider' resources.",
                "x-one-of-name": "iam.LdapProvider.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.LdapProvider.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.LdapProvider.Relationship": {
                "description": "A relationship to the 'iam.LdapProvider' resource, or the expanded 'iam.LdapProvider' resource, or the 'null' value.",
                "x-one-of-name": "iam.LdapProvider.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.LdapProvider"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.LdapProvider": {
                "title": "Iam:Ldap Provider",
                "description": "### Overview\nThe LDAP Provider object represents a single LDAP server that an endpoint will use for authentication. It is a component of an LdapPolicy.\n#### Purpose\nThe purpose is to define the connection details for one LDAP server. An LdapPolicy can contain a list of LdapProvider objects, creating an ordered list of servers that the endpoint will attempt to contact for authentication.\n#### Key Concepts\n- **Server Endpoint:** - Specifies the IP address or hostname and the port of the LDAP server.\n- **Component of a Policy:** - It does not function independently but is always part of an LdapPolicy.\n- **Ordered List:** - The order of LdapProvider objects within the policy determines the failover sequence for authentication attempts.",
                "x-allOf-name": "iam.LdapProvider",
                "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 'iam.LdapProvider', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.LdapProvider"
                                ],
                                "default": "iam.LdapProvider",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.LdapProvider"
                                ],
                                "default": "iam.LdapProvider",
                                "x-enum-as-string": true
                            },
                            "Port": {
                                "description": "LDAP Server Port for connection establishment.",
                                "type": "integer",
                                "format": "int64",
                                "default": 389,
                                "minimum": 1,
                                "maximum": 65535,
                                "x-omitempty": true
                            },
                            "Server": {
                                "description": "LDAP Server Address, such as an IP address or hostname.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Vendor": {
                                "description": "LDAP server vendor type used for authentication.\n* `OpenLDAP` - Open source LDAP server for remote authentication.\n* `MSAD` - Microsoft active directory for remote authentication.",
                                "type": "string",
                                "enum": [
                                    "OpenLDAP",
                                    "MSAD"
                                ],
                                "default": "OpenLDAP",
                                "x-omitempty": true
                            },
                            "LdapPolicy": {
                                "$ref": "#/components/schemas/iam.LdapPolicy.Relationship",
                                "description": "A reference to a iamLdapPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.LdapProvider.List": {
                "title": "List of 'iam.LdapProvider' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.LdapProvider' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.LdapProvider' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.LdapProvider"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.LdapProviderInventory.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.LdapProviderInventory' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.LdapProviderInventory' resources.",
                "x-one-of-name": "iam.LdapProviderInventory.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.LdapProviderInventory.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.LdapProviderInventory.Relationship": {
                "description": "A relationship to the 'iam.LdapProviderInventory' resource, or the expanded 'iam.LdapProviderInventory' resource, or the 'null' value.",
                "x-one-of-name": "iam.LdapProviderInventory.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.LdapProviderInventory"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.LdapProviderInventory": {
                "title": "Iam:Ldap Provider Inventory",
                "description": "### Overview\nThe LDAP Provider object represents a single LDAP server that an endpoint will use for authentication. It is a component of an LdapPolicy.\n#### Purpose\nThe purpose is to define the connection details for one LDAP server. An LdapPolicy can contain a list of LdapProvider objects, creating an ordered list of servers that the endpoint will attempt to contact for authentication.\n#### Key Concepts\n- **Server Endpoint:** - Specifies the IP address or hostname and the port of the LDAP server.\n- **Component of a Policy:** - It does not function independently but is always part of an LdapPolicy.\n- **Ordered List:** - The order of LdapProvider objects within the policy determines the failover sequence for authentication attempts.",
                "x-allOf-name": "iam.LdapProviderInventory",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractInventory"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iam.LdapProviderInventory', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.LdapProviderInventory"
                                ],
                                "default": "iam.LdapProviderInventory",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.LdapProviderInventory"
                                ],
                                "default": "iam.LdapProviderInventory",
                                "x-enum-as-string": true
                            },
                            "Port": {
                                "description": "LDAP Server Port for connection establishment.",
                                "type": "integer",
                                "format": "int64",
                                "default": 389,
                                "minimum": 1,
                                "maximum": 65535,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Server": {
                                "description": "LDAP Server Address, such as an IP address or hostname.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Vendor": {
                                "description": "LDAP server vendor type used for authentication.\n* `OpenLDAP` - Open source LDAP server for remote authentication.\n* `MSAD` - Microsoft active directory for remote authentication.",
                                "type": "string",
                                "enum": [
                                    "OpenLDAP",
                                    "MSAD"
                                ],
                                "default": "OpenLDAP",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LdapPolicy": {
                                "$ref": "#/components/schemas/iam.LdapPolicyInventory.Relationship",
                                "description": "A reference to a iamLdapPolicyInventory resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.LdapProviderInventory.List": {
                "title": "List of 'iam.LdapProviderInventory' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.LdapProviderInventory' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.LdapProviderInventory' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.LdapProviderInventory"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.LocalUserPassword.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.LocalUserPassword' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.LocalUserPassword' resources.",
                "x-one-of-name": "iam.LocalUserPassword.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.LocalUserPassword.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.LocalUserPassword.Relationship": {
                "description": "A relationship to the 'iam.LocalUserPassword' resource, or the expanded 'iam.LocalUserPassword' resource, or the 'null' value.",
                "x-one-of-name": "iam.LocalUserPassword.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.LocalUserPassword"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.LocalUserPassword": {
                "title": "Iam:Local User Password",
                "description": "LocalUserPassword provides the mechanism for a local user to change their own password within the platform appliance context. This model is applicable only to Intersight Appliance deployments.\n#### Purpose\nIt enforces secure password-change operations for local users while keeping reset flows separate.\n#### Key Concepts\n- **Self-service Change:** Allows users to update their own password.\n- **Policy-aware:** Works alongside password policy configurations.\n- **Scoped to User:** Inherits permissions from the associated user.\n- **Appliance Focus:** Applicable to local authentication scenarios.",
                "x-allOf-name": "iam.LocalUserPassword",
                "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 'iam.LocalUserPassword', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.LocalUserPassword"
                                ],
                                "default": "iam.LocalUserPassword",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.LocalUserPassword"
                                ],
                                "default": "iam.LocalUserPassword",
                                "x-enum-as-string": true
                            },
                            "CurrentPassword": {
                                "description": "User-entered password to be compared to password for change password function.",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "InitialPassword": {
                                "description": "Initial password set for the local user for the first time when the local user gets created or when the password gets reset by the Account Administrator.",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "IsCurrentPasswordSet": {
                                "description": "Indicates whether the value of the 'currentPassword' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsInitialPasswordSet": {
                                "description": "Indicates whether the value of the 'initialPassword' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsNewPasswordSet": {
                                "description": "Indicates whether the value of the 'newPassword' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NeedPasswordReset": {
                                "description": "Indicates whether the user should be prompted to reset their password.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NewPassword": {
                                "description": "New password that the user's password should be changed to.",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "PasswordExpiresInDays": {
                                "description": "The passwordExpiresInDays attribute indicates the number of days remaining until a user's password expires,\nwith negative values meaning the password has already expired and zero indicating expiration today.\nThis value is dynamically calculated based on the time since the last password change and the maximum\nallowed password age defined by the password policy. No migration code or default value is required\nduring system upgrades because the value is computed in real-time, and initially, the password age\nproperty defaults to zero, ensuring no passwords are mistakenly marked as expired.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "User": {
                                "$ref": "#/components/schemas/iam.User.Relationship",
                                "description": "A reference to a iamUser resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.LocalUserPassword.List": {
                "title": "List of 'iam.LocalUserPassword' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.LocalUserPassword' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.LocalUserPassword' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.LocalUserPassword"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.LocalUserPasswordPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.LocalUserPasswordPolicy' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.LocalUserPasswordPolicy' resources.",
                "x-one-of-name": "iam.LocalUserPasswordPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.LocalUserPasswordPolicy.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.LocalUserPasswordPolicy": {
                "title": "Iam:Local User Password Policy",
                "description": "LocalUserPasswordPolicy defines the password complexity and lockout policy for local users within an account.\n#### Purpose\nIt establishes compliance and security requirements for local user credentials.\n#### Key Concepts\n- **Complexity Rules:** Configures length, character requirements, and reuse constraints.\n- **Lockout Behavior:** Sets thresholds and lock durations for failed logins.\n- **Admin-governed:** Managed by authorized roles in the account.\n- **Consistent Enforcement:** Applies to all local user password operations.",
                "x-allOf-name": "iam.LocalUserPasswordPolicy",
                "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 'iam.LocalUserPasswordPolicy', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.LocalUserPasswordPolicy"
                                ],
                                "default": "iam.LocalUserPasswordPolicy",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.LocalUserPasswordPolicy"
                                ],
                                "default": "iam.LocalUserPasswordPolicy",
                                "x-enum-as-string": true
                            },
                            "EnableLockOutForAdminUser": {
                                "description": "Determines if the user lock out feature must be enabled for the local admin user.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "FailedLoginTrackerWindow": {
                                "description": "The duration, in seconds, within which consecutive incorrect login attempts are counted. The system locks out the account if the number of incorrect attempts exceeds the maximum allowed value during this window.",
                                "type": "integer",
                                "format": "int64",
                                "default": 1800,
                                "minimum": 300,
                                "maximum": 3600,
                                "x-omitempty": true
                            },
                            "LockOutTimePeriod": {
                                "description": "The time period, in seconds, during which a user account will remain locked.",
                                "type": "integer",
                                "format": "int64",
                                "default": 900,
                                "minimum": 60,
                                "maximum": 3600,
                                "x-omitempty": true
                            },
                            "MaxDaysAllowedWithSamePassword": {
                                "description": "Maximum number of days a password can be used before it must be changed. Set to 0 to disable password expiration.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "minimum": 0,
                                "maximum": 3650,
                                "x-omitempty": true
                            },
                            "MaxFailedLoginsAllowed": {
                                "description": "Users will be locked out after exceeding the max consecutive incorrect login attempts allowed within the configured time duration.",
                                "type": "integer",
                                "format": "int64",
                                "default": 5,
                                "minimum": 3,
                                "maximum": 10,
                                "x-omitempty": true
                            },
                            "MinCharDifference": {
                                "description": "Minimum number of characters different from previous password.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "minimum": 0,
                                "maximum": 15,
                                "x-omitempty": true
                            },
                            "MinDaysBetweenPasswordChange": {
                                "description": "Minimum Days allowed between password change.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "minimum": 0,
                                "maximum": 7,
                                "x-omitempty": true
                            },
                            "MinLengthPassword": {
                                "description": "Minimum length of password.",
                                "type": "integer",
                                "format": "int64",
                                "default": 8,
                                "minimum": 8,
                                "maximum": 127,
                                "x-omitempty": true
                            },
                            "MinLowerCase": {
                                "description": "Minimum number of required lower case characters.",
                                "type": "integer",
                                "format": "int64",
                                "default": 1,
                                "minimum": 1,
                                "maximum": 64,
                                "x-omitempty": true
                            },
                            "MinNumeric": {
                                "description": "Minimum number of required numeric characters.",
                                "type": "integer",
                                "format": "int64",
                                "default": 1,
                                "minimum": 1,
                                "maximum": 64,
                                "x-omitempty": true
                            },
                            "MinSpecialChar": {
                                "description": "Minimum number of required special characters.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "minimum": 0,
                                "maximum": 64,
                                "x-omitempty": true
                            },
                            "MinUpperCase": {
                                "description": "Minimum number of required upper case characters.",
                                "type": "integer",
                                "format": "int64",
                                "default": 1,
                                "minimum": 1,
                                "maximum": 64,
                                "x-omitempty": true
                            },
                            "NumPreviousPasswordsDisallowed": {
                                "description": "Number of previous passwords disallowed.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "minimum": 0,
                                "maximum": 10,
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.LocalUserPasswordPolicy.List": {
                "title": "List of 'iam.LocalUserPasswordPolicy' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.LocalUserPasswordPolicy' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.LocalUserPasswordPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.LocalUserPasswordPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.OAuthToken.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.OAuthToken' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.OAuthToken' resources.",
                "x-one-of-name": "iam.OAuthToken.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.OAuthToken.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.OAuthToken.Relationship": {
                "description": "A relationship to the 'iam.OAuthToken' resource, or the expanded 'iam.OAuthToken' resource, or the 'null' value.",
                "x-one-of-name": "iam.OAuthToken.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.OAuthToken"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.OAuthToken": {
                "title": "OAuth2 Token",
                "description": "The meta data for generating OAuth2 token of a user.\nIt is created when user logged in via OAuth2 using Authorization Code grant\nand deleted upon logout, expiration timeout or manual deletion.",
                "x-allOf-name": "iam.OAuthToken",
                "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 'iam.OAuthToken', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.OAuthToken"
                                ],
                                "default": "iam.OAuthToken",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.OAuthToken"
                                ],
                                "default": "iam.OAuthToken",
                                "x-enum-as-string": true
                            },
                            "AccessExpirationTime": {
                                "description": "Expiration time for the JWT token to which it can be used for api calls.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClientId": {
                                "description": "The identifier of the registered application to which the token belongs.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ClientIpAddress": {
                                "description": "The user agent IP address from which the auth token is launched.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClientName": {
                                "description": "The name of the registered application to which the token belongs.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ExpirationTime": {
                                "description": "Expiration time for the JWT token to which it can be refreshed.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastLoginClient": {
                                "description": "The client address from which last login is initiated.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastLoginTime": {
                                "description": "The last login time for user.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TokenId": {
                                "description": "Token identifier. Not the Access Token itself.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserMeta": {
                                "description": "User Device meta information.",
                                "$ref": "#/components/schemas/iam.ClientMeta",
                                "x-omitempty": true
                            },
                            "AppRegistration": {
                                "$ref": "#/components/schemas/iam.AppRegistration.Relationship",
                                "description": "A reference to a iamAppRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Permission": {
                                "$ref": "#/components/schemas/iam.Permission.Relationship",
                                "description": "A reference to a iamPermission resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "User": {
                                "$ref": "#/components/schemas/iam.User.Relationship",
                                "description": "A reference to a iamUser resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.OAuthToken.List": {
                "title": "List of 'iam.OAuthToken' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.OAuthToken' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.OAuthToken' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.OAuthToken"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.OidcAuthTokenSet": {
                "title": "Iam:Oidc Auth Token Set",
                "description": "Holds attributes obtained after OIDC authentication in plain text which are required for CUI admin portal MFE \ninside Intersight for IdP settings and routing rules, session refresh and logout functionality. Used during \naccount creation when encryption is not yet possible, as the encryption token is only available after account \ncreation. These tokens are stored in clear text only for the login session in which the account is being created.",
                "x-allOf-name": "iam.OidcAuthTokenSet",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    }
                ]
            },
            "iam.PasswordHistorySetting": {
                "title": "Iam:Password History Setting",
                "description": "Password history settings for endpoint users.",
                "x-allOf-name": "iam.PasswordHistorySetting",
                "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 'iam.PasswordHistorySetting', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.PasswordHistorySetting"
                                ],
                                "default": "iam.PasswordHistorySetting",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.PasswordHistorySetting"
                                ],
                                "default": "iam.PasswordHistorySetting",
                                "x-enum-as-string": true
                            },
                            "HistoryIndex": {
                                "description": "Index of the next passwordHistory collection.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastModificationTime": {
                                "description": "Time when the password was last modified.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PasswordHistory": {
                                "type": "array",
                                "items": {
                                    "description": "Password history for the user.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Username": {
                                "description": "User for which this password history is applicable.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "iam.PasswordHistorySettingCollection.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.PasswordHistorySettingCollection' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.PasswordHistorySettingCollection' resources.",
                "x-one-of-name": "iam.PasswordHistorySettingCollection.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.PasswordHistorySettingCollection.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.PasswordHistorySettingCollection": {
                "title": "Iam:Password History Setting Collection",
                "description": "The PasswordHistorySettingCollection object is a centralized management entity designed to track and enforce password history across the system. It addresses the challenges of maintaining consistent password policies in distributed server environments.\n#### Purpose\nThe primary purpose of this object is to eliminate inconsistencies that occur when password history is managed at the individual server level. By centralizing this data, the system can reliably prevent the reuse of previous passwords, regardless of which policy or server the user is interacting with.\n#### Key Concepts\n- **Centralized Enforcement:** Moves password history logic from individual endpoints to a central collection, ensuring uniform enforcement across the account.\n- **Scalability:** Avoids the performance and storage issues associated with local history tracking on hardware endpoints.\n- **Lifecycle Awareness:** Includes mechanisms to identify \"orphaned\" history records when associated policies or servers are deleted, ensuring data hygiene.\n- **Cross-Object Relationships:** Links password history to accounts, profiles, policies, and physical servers to provide a holistic view of user security.",
                "x-allOf-name": "iam.PasswordHistorySettingCollection",
                "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 'iam.PasswordHistorySettingCollection', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.PasswordHistorySettingCollection"
                                ],
                                "default": "iam.PasswordHistorySettingCollection",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.PasswordHistorySettingCollection"
                                ],
                                "default": "iam.PasswordHistorySettingCollection",
                                "x-enum-as-string": true
                            },
                            "Orphaned": {
                                "description": "Orphaned indicates whether policy, server or profile changed or deleted related to this object. Such objects would be marked as orphaned for deletion.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PasswordHistoryObjects": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of PasswordHistorySetting objects.",
                                    "$ref": "#/components/schemas/iam.PasswordHistorySetting",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "PasswordHistoryWindow": {
                                "description": "The password history window size (number of previous passwords to remember) that is currently in effect. Used to detect policy changes at deploy time so the stored history can be renormalized if the window has changed.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Policy": {
                                "$ref": "#/components/schemas/iam.EndPointUserPolicy.Relationship",
                                "description": "A reference to a iamEndPointUserPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Profile": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractConfigProfile.Relationship",
                                "description": "A reference to a policyAbstractConfigProfile 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
                            }
                        }
                    }
                ]
            },
            "iam.PasswordHistorySettingCollection.List": {
                "title": "List of 'iam.PasswordHistorySettingCollection' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.PasswordHistorySettingCollection' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.PasswordHistorySettingCollection' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.PasswordHistorySettingCollection"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.Permission.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.Permission' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.Permission' resources.",
                "x-one-of-name": "iam.Permission.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.Permission.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.Permission.Relationship": {
                "description": "A relationship to the 'iam.Permission' resource, or the expanded 'iam.Permission' resource, or the 'null' value.",
                "x-one-of-name": "iam.Permission.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.Permission"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.Permission": {
                "title": "Role",
                "description": "Permission provides a way to assign roles to a user or user group to perform operations on object hierarchy.",
                "x-allOf-name": "iam.Permission",
                "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 'iam.Permission', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.Permission"
                                ],
                                "default": "iam.Permission",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.Permission"
                                ],
                                "default": "iam.Permission",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "The informative description about each permission.",
                                "type": "string",
                                "minLength": 0,
                                "maxLength": 1024,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the permission which has to be granted to user.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_ .:-]{1,128}$",
                                "minLength": 1,
                                "maxLength": 128,
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "EndPointRoles": {
                                "description": "An array of relationships to iamEndPointRole resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.EndPointRole.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "PrivilegeSets": {
                                "description": "An array of relationships to iamPrivilegeSet resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.PrivilegeSet.Relationship"
                                },
                                "nullable": true
                            },
                            "ResourceRoles": {
                                "description": "An array of relationships to iamResourceRoles resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.ResourceRoles.Relationship"
                                },
                                "nullable": true,
                                "x-createOnly": true
                            },
                            "Roles": {
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "description": "An array of relationships to iamRole resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.Role.Relationship"
                                },
                                "nullable": true
                            },
                            "SessionLimits": {
                                "$ref": "#/components/schemas/iam.SessionLimits.Relationship",
                                "description": "A reference to a iamSessionLimits resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "UserGroups": {
                                "description": "An array of relationships to iamUserGroup resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.UserGroup.Relationship"
                                },
                                "nullable": true
                            },
                            "Users": {
                                "description": "An array of relationships to iamUser resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.User.Relationship"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.Permission.List": {
                "title": "List of 'iam.Permission' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.Permission' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.Permission' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.Permission"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.PermissionReference": {
                "title": "Iam:Permission Reference",
                "description": "Users can log in through the base URL (https://intersight.com) or account-specific URLs. When the Intersight user logs in through the base URL, Intersight identifies the accounts and permissions within each account which the user has access to. In case multiple permissions are identified, the user and session objects are created in the onboarding-user account, and the session object is updated with account and permission information. Intersight GUI uses this information to show available accounts and permissions for the user to select. PermissionReference type is used to store permission information of an account.",
                "x-allOf-name": "iam.PermissionReference",
                "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 'iam.PermissionReference', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.PermissionReference"
                                ],
                                "default": "iam.PermissionReference",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.PermissionReference"
                                ],
                                "default": "iam.PermissionReference",
                                "x-enum-as-string": true
                            },
                            "PermissionIdentifier": {
                                "description": "MOID of the permission which user has access to.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PermissionName": {
                                "description": "Name of the permission which user has access to.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserGroupMappings": {
                                "type": "array",
                                "items": {
                                    "description": "Moids of the user groups which grant this permission to the user.",
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.PermissionToRoles": {
                "title": "Iam:Permission To Roles",
                "description": "Complex type representing a permission and its associated roles.",
                "x-allOf-name": "iam.PermissionToRoles",
                "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 'iam.PermissionToRoles', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.PermissionToRoles"
                                ],
                                "default": "iam.PermissionToRoles",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.PermissionToRoles"
                                ],
                                "default": "iam.PermissionToRoles",
                                "x-enum-as-string": true
                            },
                            "Permission": {
                                "description": "Permission Id of the object.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PrivilegeSets": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of PrivilegeSets for the Permission.",
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Roles": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of Roles for the Permission.",
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.PrivateKeySpec.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.PrivateKeySpec' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.PrivateKeySpec' resources.",
                "x-one-of-name": "iam.PrivateKeySpec.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.PrivateKeySpec.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.PrivateKeySpec.Relationship": {
                "description": "A relationship to the 'iam.PrivateKeySpec' resource, or the expanded 'iam.PrivateKeySpec' resource, or the 'null' value.",
                "x-one-of-name": "iam.PrivateKeySpec.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.PrivateKeySpec"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.PrivateKeySpec": {
                "title": "Iam:Private Key Spec",
                "description": "PrivateKeySpec defines parameters for generating a private key that will be used to sign a certificate signing request (CSR).\n#### Purpose\nIt standardizes the key generation process for certificate workflows.\n#### Key Concepts\n- **CSR Workflow:** Couples key generation with a certificate request.\n- **Algorithm Selection:** Encapsulates key algorithm and parameters.\n- **Scoped Inheritance:** Governed by the associated certificate request.\n- **Security Posture:** Ensures consistent, policy-aligned key creation.",
                "x-allOf-name": "iam.PrivateKeySpec",
                "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 'iam.PrivateKeySpec', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.PrivateKeySpec"
                                ],
                                "default": "iam.PrivateKeySpec",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.PrivateKeySpec"
                                ],
                                "default": "iam.PrivateKeySpec",
                                "x-enum-as-string": true
                            },
                            "Algorithm": {
                                "description": "Algorithm used to generate the key pair and algorithm-speicifc parameters, such as RSA modulus size.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pkix.KeyGenerationSpec",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "CertificateRequest": {
                                "$ref": "#/components/schemas/iam.CertificateRequest.Relationship",
                                "description": "A reference to a iamCertificateRequest resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.PrivateKeySpec.List": {
                "title": "List of 'iam.PrivateKeySpec' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.PrivateKeySpec' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.PrivateKeySpec' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.PrivateKeySpec"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.Privilege.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.Privilege' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.Privilege' resources.",
                "x-one-of-name": "iam.Privilege.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.Privilege.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.Privilege.Relationship": {
                "description": "A relationship to the 'iam.Privilege' resource, or the expanded 'iam.Privilege' resource, or the 'null' value.",
                "x-one-of-name": "iam.Privilege.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.Privilege"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.Privilege": {
                "title": "Iam:Privilege",
                "description": "Privilege represents an action which can be performed in Intersight such as creating server profile, deleting a user etc.",
                "x-allOf-name": "iam.Privilege",
                "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 'iam.Privilege', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.Privilege"
                                ],
                                "default": "iam.Privilege",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.Privilege"
                                ],
                                "default": "iam.Privilege",
                                "x-enum-as-string": true
                            },
                            "AttributeNames": {
                                "type": "array",
                                "items": {
                                    "description": "The list of attribute names associated with a conditional privilege. When the condition is met, access is granted to update these specific attributes.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Condition": {
                                "description": "The condition expression or criteria that determines when this conditional privilege can grant access to update the specified attribute names.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Informative description about each privilege.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HostnamePrefix": {
                                "description": "The hostname prefix of the resource corresponding to this privilege. For example \\'sentry\\' in https://sentry.intersight.com .",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsConditionalPrivilege": {
                                "description": "Flag that indicates whether this privilege is conditional.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Method": {
                                "description": "The API method on the rest resource corresponding to privilege. For example READ, CREATE, UPDATE etc.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the privilege reported by microservice.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RestPath": {
                                "description": "The REST API path of the resource corresponding to this privilege. For example /v1/iam/Accounts, /v1/iam/Sessions.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UrlPrefix": {
                                "description": "The URL path prefix of the resource corresponding to this privilege. For example /devops/kibana, /devops/grafana etc.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "System": {
                                "$ref": "#/components/schemas/iam.System.Relationship",
                                "description": "A reference to a iamSystem resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.Privilege.List": {
                "title": "List of 'iam.Privilege' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.Privilege' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.Privilege' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.Privilege"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.PrivilegeSet.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.PrivilegeSet' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.PrivilegeSet' resources.",
                "x-one-of-name": "iam.PrivilegeSet.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.PrivilegeSet.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.PrivilegeSet.Relationship": {
                "description": "A relationship to the 'iam.PrivilegeSet' resource, or the expanded 'iam.PrivilegeSet' resource, or the 'null' value.",
                "x-one-of-name": "iam.PrivilegeSet.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.PrivilegeSet"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.PrivilegeSet": {
                "title": "Iam:Privilege Set",
                "description": "A collection of privileges.",
                "x-allOf-name": "iam.PrivilegeSet",
                "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 'iam.PrivilegeSet', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.PrivilegeSet"
                                ],
                                "default": "iam.PrivilegeSet",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.PrivilegeSet"
                                ],
                                "default": "iam.PrivilegeSet",
                                "x-enum-as-string": true
                            },
                            "AllowFutureUpdates": {
                                "description": "Flag used by UI to keep track of the user selection option for future updates of privilege sets.",
                                "type": "boolean",
                                "default": true,
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Description of the privilege set.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "IsPrivilegeNamesUpdated": {
                                "description": "Flag to indicate if the privilege names are updated.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the privilege set.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_ .:,()&/-]{1,128}$",
                                "minLength": 1,
                                "maxLength": 128,
                                "x-omitempty": true
                            },
                            "PrivilegeNames": {
                                "type": "array",
                                "items": {
                                    "description": "Names of the privileges in the privilege set.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "PrivilegeSetType": {
                                "description": "Type of the privilege set.\n* `Internal` - Privilege set is internal to the system.\n* `SystemPackaged` - Privilege set is packaged by the system and user can use it as a reference for custom privilege set creation.\n* `SystemDefined` - Privilege set is defined by the system.\n* `TreeNode` - Privilege set is a tree node in the custom privilege set creation hierarchy.\n* `TreeRoot` - Privilege set is a tree root in the custom privilege set creation hierarchy.\n* `TreeLeaf` - Privilege set is a tree leaf in the custom privilege set creation hierarchy.\n* `UserCreated` - Privilege set is created by the user.",
                                "type": "string",
                                "enum": [
                                    "Internal",
                                    "SystemPackaged",
                                    "SystemDefined",
                                    "TreeNode",
                                    "TreeRoot",
                                    "TreeLeaf",
                                    "UserCreated"
                                ],
                                "default": "Internal",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Scope": {
                                "description": "The scope of the privilege set.\n* `Generic` - Privilege set can be added to account wide permission or organization permissions.\n* `Account` - Privilege set can be added to account wide permission only.",
                                "type": "string",
                                "enum": [
                                    "Generic",
                                    "Account"
                                ],
                                "default": "Generic",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "UUID of the privilege set.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_ .:,-]{0,128}$",
                                "minLength": 0,
                                "maxLength": 128,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "AssociatedPrivilegeSets": {
                                "description": "An array of relationships to iamPrivilegeSet resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.PrivilegeSet.Relationship"
                                },
                                "nullable": true
                            },
                            "Privileges": {
                                "description": "An array of relationships to iamPrivilege resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.Privilege.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "System": {
                                "$ref": "#/components/schemas/iam.System.Relationship",
                                "description": "A reference to a iamSystem resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.PrivilegeSet.List": {
                "title": "List of 'iam.PrivilegeSet' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.PrivilegeSet' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.PrivilegeSet' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.PrivilegeSet"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.PrivilegeSetMetaInfo.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.PrivilegeSetMetaInfo' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.PrivilegeSetMetaInfo' resources.",
                "x-one-of-name": "iam.PrivilegeSetMetaInfo.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.PrivilegeSetMetaInfo.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.PrivilegeSetMetaInfo": {
                "title": "Iam:Privilege Set Meta Info",
                "description": "PrivilegeSetMetaInfo centralizes metadata to validate, relate, and maintain privilege sets. It captures the context needed to evaluate dependencies and associations, ensuring consistency with access policies.\n#### Purpose\nPrivilegeSetMetaInfo validates privilege sets before persistence by tracking upstream and downstream relationships. It identifies missing dependencies and surfaces insights to ensure secure, confident design.\n#### Key Concepts\n- **Dependency Intelligence:** Continuously analyzes privilege-set relationships to reveal required, computed, and missing dependencies, helping teams remediate gaps before deployment.\n- **Association Awareness:** Maintains links between related privilege sets, providing a holistic view of how access models interact within broader governance frameworks.\n- **Validation-First Workflow:** Operates as a non-persistent validation layer, allowing privilege configurations to be assessed, iterated, and approved before becoming part of the active system.\n- **Access Governance Alignment:** Integrates with defined privilege sets and management roles to ensure only authorized stakeholders can inspect or adjust metadata, supporting least-privilege best practices.",
                "x-allOf-name": "iam.PrivilegeSetMetaInfo",
                "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 'iam.PrivilegeSetMetaInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.PrivilegeSetMetaInfo"
                                ],
                                "default": "iam.PrivilegeSetMetaInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.PrivilegeSetMetaInfo"
                                ],
                                "default": "iam.PrivilegeSetMetaInfo",
                                "x-enum-as-string": true
                            },
                            "AllDependencyInfo": {
                                "description": "All dependency information of the privilege set.",
                                "nullable": true,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AssociatedPrivilegeSetNames": {
                                "type": "array",
                                "items": {
                                    "description": "The names of the privilege sets associated with this metadata.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "DownstreamDependencies": {
                                "type": "array",
                                "items": {
                                    "description": "Downstream dependencies of the privilege set.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "MissingDependencyInfo": {
                                "description": "Missing dependency information of the privilege set.",
                                "nullable": true,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the privilege set.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UpstreamDependencies": {
                                "type": "array",
                                "items": {
                                    "description": "Upstream dependencies of the privilege set.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Uuid": {
                                "description": "UUID of the privilege set.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AssociatedPrivilegeSets": {
                                "description": "An array of relationships to iamPrivilegeSet resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.PrivilegeSet.Relationship"
                                },
                                "nullable": true
                            },
                            "MissingPrivilegeSets": {
                                "description": "An array of relationships to iamPrivilegeSet resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.PrivilegeSet.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.PrivilegeSetMetaInfo.List": {
                "title": "List of 'iam.PrivilegeSetMetaInfo' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.PrivilegeSetMetaInfo' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.PrivilegeSetMetaInfo' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.PrivilegeSetMetaInfo"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.Qualifier.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.Qualifier' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.Qualifier' resources.",
                "x-one-of-name": "iam.Qualifier.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.Qualifier.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.Qualifier": {
                "title": "Iam:Qualifier",
                "description": "The qualifier defines how a user qualifies to be part of a user group.",
                "x-allOf-name": "iam.Qualifier",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/iam.AbstractQualifier"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iam.Qualifier', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.Qualifier"
                                ],
                                "default": "iam.Qualifier",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.Qualifier"
                                ],
                                "default": "iam.Qualifier",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "The name of the SAML attribute used to qualify a user to user group. By default this is memberOf attribute in SAML assertion.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Value": {
                                "type": "array",
                                "items": {
                                    "description": "The value of the SAML attribute.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.Qualifier.List": {
                "title": "List of 'iam.Qualifier' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.Qualifier' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.Qualifier' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.Qualifier"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.ResourceLimits.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.ResourceLimits' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.ResourceLimits' resources.",
                "x-one-of-name": "iam.ResourceLimits.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.ResourceLimits.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.ResourceLimits.Relationship": {
                "description": "A relationship to the 'iam.ResourceLimits' resource, or the expanded 'iam.ResourceLimits' resource, or the 'null' value.",
                "x-one-of-name": "iam.ResourceLimits.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.ResourceLimits"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.ResourceLimits": {
                "title": "Iam:Resource Limits",
                "description": "ResourceLimits establishes account-level limits and policies for identity-related resources and credentials.\n#### Purpose\nIt ensures controlled growth and predictable operational parameters for users and machine credentials.\n#### Key Concepts\n- **User Caps:** Governs the maximum number of users per account.\n- **Credential Lifecycles:** Defines expiration policies for API keys and app registrations.\n- **Exceptions Policy:** Controls whether non-expiring credentials are allowed.\n- **Broad Readability:** Exposed to multiple roles for visibility and governance.",
                "x-allOf-name": "iam.ResourceLimits",
                "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 'iam.ResourceLimits', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.ResourceLimits"
                                ],
                                "default": "iam.ResourceLimits",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.ResourceLimits"
                                ],
                                "default": "iam.ResourceLimits",
                                "x-enum-as-string": true
                            },
                            "AllowApiKeysWithoutExpiry": {
                                "description": "Boolean value used to decide whether API keys that never expire are allowed for the account. This allows creation of API keys which are perpetual which can used for specific applications where rotation of API keys are not feasible.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "AllowAppRegistrationsWithoutExpiry": {
                                "description": "Boolean value used to decide whether App Registration that never expire are allowed for the account.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "MaxApiKeyExpiry": {
                                "description": "The maximum expiration period (in seconds) allowed for API keys. The default value is 180 days or 15552000 seconds. It is shown to user in days for readability.",
                                "type": "integer",
                                "format": "int64",
                                "default": 15552000,
                                "minimum": 0,
                                "maximum": 31104000,
                                "x-omitempty": true
                            },
                            "MaxAppRegistrationExpiry": {
                                "description": "The maximum expiration period (in seconds) allowed for App Registration. The default value is 180 days or 15552000 seconds. It is shown to user in days for readability.",
                                "type": "integer",
                                "format": "int64",
                                "default": 15552000,
                                "minimum": 0,
                                "maximum": 31104000,
                                "x-omitempty": true
                            },
                            "PerAccountUserLimit": {
                                "description": "The maximum number of users allowed in an account. The default value is 200.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 1,
                                "maximum": 200,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.ResourceLimits.List": {
                "title": "List of 'iam.ResourceLimits' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.ResourceLimits' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.ResourceLimits' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.ResourceLimits"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.ResourcePermission.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.ResourcePermission' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.ResourcePermission' resources.",
                "x-one-of-name": "iam.ResourcePermission.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.ResourcePermission.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.ResourcePermission.Relationship": {
                "description": "A relationship to the 'iam.ResourcePermission' resource, or the expanded 'iam.ResourcePermission' resource, or the 'null' value.",
                "x-one-of-name": "iam.ResourcePermission.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.ResourcePermission"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.ResourcePermission": {
                "title": "Iam:Resource Permission",
                "description": "ResourcePermission represents the permissions defined on a resource like organization.",
                "x-allOf-name": "iam.ResourcePermission",
                "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 'iam.ResourcePermission', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.ResourcePermission"
                                ],
                                "default": "iam.ResourcePermission",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.ResourcePermission"
                                ],
                                "default": "iam.ResourcePermission",
                                "x-enum-as-string": true
                            },
                            "PermissionRoles": {
                                "type": "array",
                                "items": {
                                    "description": "Permissions which are associated with the organization and their role mapping.",
                                    "$ref": "#/components/schemas/iam.PermissionToRoles",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "TargetApp": {
                                "description": "Name of the service owning the resource.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Holder": {
                                "$ref": "#/components/schemas/iam.SecurityHolder.Relationship",
                                "description": "A reference to a iamSecurityHolder resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Resource": {
                                "$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
                            }
                        }
                    }
                ]
            },
            "iam.ResourcePermission.List": {
                "title": "List of 'iam.ResourcePermission' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.ResourcePermission' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.ResourcePermission' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.ResourcePermission"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.ResourceRole": {
                "title": "Iam:Resource Role",
                "description": "ResourceRoles provides a way to specify the roles associated with a resource like organization.",
                "x-allOf-name": "iam.ResourceRole",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    }
                ]
            },
            "iam.ResourceRoles.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.ResourceRoles' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.ResourceRoles' resources.",
                "x-one-of-name": "iam.ResourceRoles.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.ResourceRoles.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.ResourceRoles.Relationship": {
                "description": "A relationship to the 'iam.ResourceRoles' resource, or the expanded 'iam.ResourceRoles' resource, or the 'null' value.",
                "x-one-of-name": "iam.ResourceRoles.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.ResourceRoles"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.ResourceRoles": {
                "title": "Iam:Resource Roles",
                "description": "ResourceRoles maps roles to a specific resource (e.g., an organization) within a permission, shaping the effective access model.\n#### Purpose\nIt provides fine-grained control over which roles apply to which resources for a given permission.\n#### Key Concepts\n- **Resource-scoped Roles:** Tailors access at the resource boundary.\n- **Role Composition:** Works with roles, privilege sets, and endpoint roles.\n- **Permission-centric:** Operates within a permission\u2019s assignment context.\n- **Flexible Governance:** Enables nuanced, resource-level authorization design.",
                "x-allOf-name": "iam.ResourceRoles",
                "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 'iam.ResourceRoles', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.ResourceRoles"
                                ],
                                "default": "iam.ResourceRoles",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.ResourceRoles"
                                ],
                                "default": "iam.ResourceRoles",
                                "x-enum-as-string": true
                            },
                            "EndPointRoles": {
                                "description": "An array of relationships to iamEndPointRole resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.EndPointRole.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Permission": {
                                "$ref": "#/components/schemas/iam.Permission.Relationship",
                                "description": "A reference to a iamPermission resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "PrivilegeSets": {
                                "description": "An array of relationships to iamPrivilegeSet resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.PrivilegeSet.Relationship"
                                },
                                "nullable": true
                            },
                            "Resource": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship",
                                "description": "A reference to a moBaseMo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "Roles": {
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "description": "An array of relationships to iamRole resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.Role.Relationship"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.ResourceRoles.List": {
                "title": "List of 'iam.ResourceRoles' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.ResourceRoles' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.ResourceRoles' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.ResourceRoles"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.Role.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.Role' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.Role' resources.",
                "x-one-of-name": "iam.Role.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.Role.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.Role.Relationship": {
                "description": "A relationship to the 'iam.Role' resource, or the expanded 'iam.Role' resource, or the 'null' value.",
                "x-one-of-name": "iam.Role.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.Role"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.Role": {
                "title": "Iam:Role",
                "description": "A role is a collection of privilege sets that are assigned to a user using a permission object.",
                "x-allOf-name": "iam.Role",
                "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 'iam.Role', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.Role"
                                ],
                                "default": "iam.Role",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.Role"
                                ],
                                "default": "iam.Role",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "Informative description about each role.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the role which has to be granted to user.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_ .:-]{1,64}$",
                                "minLength": 1,
                                "maxLength": 64,
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "PrivilegeNames": {
                                "type": "array",
                                "items": {
                                    "description": "Names of the privileges in the role.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "PrivilegeSets": {
                                "description": "An array of relationships to iamPrivilegeSet resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.PrivilegeSet.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "System": {
                                "$ref": "#/components/schemas/iam.System.Relationship",
                                "description": "A reference to a iamSystem resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.Role.List": {
                "title": "List of 'iam.Role' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.Role' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.Role' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.Role"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.Rule": {
                "title": "Iam:Rule",
                "description": "Rule stores the information about the IP address. This information is used during the IP address\nvalidation of the incoming request.",
                "x-allOf-name": "iam.Rule",
                "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 'iam.Rule', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.Rule"
                                ],
                                "default": "iam.Rule",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.Rule"
                                ],
                                "default": "iam.Rule",
                                "x-enum-as-string": true
                            },
                            "IpV6": {
                                "description": "The flag represents if IP addresses in the rule is IPv4 or IPv6.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "RuleType": {
                                "description": "The type of the IP address. Currently three types are supported, ie IP, CIDR range and IP range.\n* `Ip` - The IP address rule type is IP.\n* `Cidr` - The IP address rule type is CIDR range.\n* `IpRange` - The IP address rule type is IP range.",
                                "type": "string",
                                "enum": [
                                    "Ip",
                                    "Cidr",
                                    "IpRange"
                                ],
                                "default": "Ip",
                                "x-omitempty": true
                            },
                            "RuleValue": {
                                "type": "array",
                                "items": {
                                    "description": "The rule value stores the IP address/es.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.SamlSpConnection": {
                "title": "Iam:Saml Sp Connection",
                "description": "SamlSpConnection stores the metadata elements.",
                "x-allOf-name": "iam.SamlSpConnection",
                "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 'iam.SamlSpConnection', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.SamlSpConnection"
                                ],
                                "default": "iam.SamlSpConnection",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.SamlSpConnection"
                                ],
                                "default": "iam.SamlSpConnection",
                                "x-enum-as-string": true
                            },
                            "IdentityProviderSloBinding": {
                                "description": "SingleLogout Services binding in IdP Metadata.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "IdentityProviderSloUrl": {
                                "description": "SingleLogOut Services location in IdP Metadata.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "IdentityProviderSsoBinding": {
                                "description": "SingleSignOn Services binding in IdP Metadata.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "IdentityProviderSsoUrl": {
                                "description": "SingleSignOn Services location in IdP Metadata.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "IdpCertificateStore": {
                                "description": "Decoded Certificate from IdP Metatdata.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "SignAuthnRequests": {
                                "description": "WantAuthnRequestsSigned from IdP Metadata.",
                                "type": "boolean",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "iam.SecurityContext": {
                "title": "Iam:Security Context",
                "description": "Complex type representing the access related properties of the requesting entity, required for authorization. Entity can be NB API user, a device, another micro service or a 3rd party client requesting access to Intersight's APIs.",
                "x-allOf-name": "iam.SecurityContext",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    }
                ]
            },
            "iam.SecurityHolder.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.SecurityHolder' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.SecurityHolder' resources.",
                "x-one-of-name": "iam.SecurityHolder.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.SecurityHolder.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.SecurityHolder.Relationship": {
                "description": "A relationship to the 'iam.SecurityHolder' resource, or the expanded 'iam.SecurityHolder' resource, or the 'null' value.",
                "x-one-of-name": "iam.SecurityHolder.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.SecurityHolder"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.SecurityHolder": {
                "title": "Iam:Security Holder",
                "description": "SecurityHolder aggregates account-wide and organization-scoped permissions, serving as the nexus for effective authorization state across the accounts resource hierarchy.\n#### Purpose\nSecurityHolder centralizes derived permissions and related controls like IP access management for consistent policy enforcement.\n#### Key Concepts\n- **Aggregated Permissions:** Collects effective permissions per resource (organization).\n- **Policy Container:** Anchors resource-permission mappings for authorization checks.\n- **Access Governance:** Hosts IP-based access management settings for the account.\n- **Account Integration:** Bound to the accounts overall security structure.",
                "x-allOf-name": "iam.SecurityHolder",
                "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 'iam.SecurityHolder', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.SecurityHolder"
                                ],
                                "default": "iam.SecurityHolder",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.SecurityHolder"
                                ],
                                "default": "iam.SecurityHolder",
                                "x-enum-as-string": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "IpRulesConfiguration": {
                                "$ref": "#/components/schemas/iam.IpAccessManagement.Relationship",
                                "description": "A reference to a iamIpAccessManagement resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ResourcePermissions": {
                                "description": "An array of relationships to iamResourcePermission resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.ResourcePermission.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.SecurityHolder.List": {
                "title": "List of 'iam.SecurityHolder' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.SecurityHolder' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.SecurityHolder' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.SecurityHolder"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.ServiceProvider.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.ServiceProvider' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.ServiceProvider' resources.",
                "x-one-of-name": "iam.ServiceProvider.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.ServiceProvider.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.ServiceProvider.Relationship": {
                "description": "A relationship to the 'iam.ServiceProvider' resource, or the expanded 'iam.ServiceProvider' resource, or the 'null' value.",
                "x-one-of-name": "iam.ServiceProvider.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.ServiceProvider"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.ServiceProvider": {
                "title": "Iam:Service Provider",
                "description": "ServiceProvider encapsulates the platforms SAML Service Provider (SP) identity and metadata, used to integrate with external IdPs.\n#### Purpose\nIt provides SP metadata for administrators to configure their IdPs to trust and federate with the platform.\n#### Key Concepts\n- **SP Identity:** Exposes canonical entity identifiers and metadata.\n- **Integrator-facing:** Consumed by admins setting up external SSO.\n- **Read-only:** Ensures the consistency of official SP materials.\n- **Trust Foundation:** Essential for secure federation with IdPs.",
                "x-allOf-name": "iam.ServiceProvider",
                "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 'iam.ServiceProvider', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.ServiceProvider"
                                ],
                                "default": "iam.ServiceProvider",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.ServiceProvider"
                                ],
                                "default": "iam.ServiceProvider",
                                "x-enum-as-string": true
                            },
                            "EntityId": {
                                "description": "Entity ID of the Intersight Service Provider. In SAML, the entity ID uniquely identifies the IdP/Service Provider.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Metadata": {
                                "description": "Metadata of the Intersight Service Provider. User downloads the Intersight Service Provider metadata and integrates it with their IdP for authentication.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the Intersight Service Provider.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "System": {
                                "$ref": "#/components/schemas/iam.System.Relationship",
                                "description": "A reference to a iamSystem resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "iam.ServiceProvider.List": {
                "title": "List of 'iam.ServiceProvider' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.ServiceProvider' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.ServiceProvider' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.ServiceProvider"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.Session.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.Session' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.Session' resources.",
                "x-one-of-name": "iam.Session.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.Session.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.Session.Relationship": {
                "description": "A relationship to the 'iam.Session' resource, or the expanded 'iam.Session' resource, or the 'null' value.",
                "x-one-of-name": "iam.Session.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.Session"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.Session": {
                "title": "Iam:Session",
                "description": "The web session of a user. After a user logs into Intersight, a session object is created. Session object is deleted upon logout, idle timeout, expiry timeout, or manual deletion.",
                "x-allOf-name": "iam.Session",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/session.AbstractSession"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iam.Session', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.Session"
                                ],
                                "default": "iam.Session",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.Session"
                                ],
                                "default": "iam.Session",
                                "x-enum-as-string": true
                            },
                            "AccountPermissions": {
                                "type": "array",
                                "items": {
                                    "description": "The accounts and the permissions within each account which a user can select after authentication. After authentication if user has access to multiple permissions, then user and session object are created in onboarding user account and asked to select one of these permissions.",
                                    "$ref": "#/components/schemas/iam.AccountPermissions",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Expiration": {
                                "description": "Expiration time for the session.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FailedLogins": {
                                "description": "Failed logins since last login for admin user.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IdleTimeExpiration": {
                                "description": "Idle time expiration for the session.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastLoginClient": {
                                "description": "The client address from which last login is initiated.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastLoginTime": {
                                "description": "The last login time for user.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LoginType": {
                                "description": "The type of login that created this session. Indicates whether the session was created through standard web login or JWT token exchange.\n* `weblogin` - Session created through standard web login process.\n* `tokenexchange` - Session created through JWT token exchange process.",
                                "type": "string",
                                "enum": [
                                    "weblogin",
                                    "tokenexchange"
                                ],
                                "default": "weblogin",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Scope": {
                                "description": "Scope holds a collection of account Id, permission Id to which the current session is scoped to.",
                                "$ref": "#/components/schemas/iam.SwitchScopePermissions",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SessionId": {
                                "description": "Session token shared with the user agent which is used to identify the user session when API requests are received to perform authorization.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Permission": {
                                "$ref": "#/components/schemas/iam.Permission.Relationship",
                                "description": "A reference to a iamPermission resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "User": {
                                "$ref": "#/components/schemas/iam.User.Relationship",
                                "description": "A reference to a iamUser resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.Session.List": {
                "title": "List of 'iam.Session' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.Session' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.Session' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.Session"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.SessionLimits.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.SessionLimits' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.SessionLimits' resources.",
                "x-one-of-name": "iam.SessionLimits.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.SessionLimits.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.SessionLimits.Relationship": {
                "description": "A relationship to the 'iam.SessionLimits' resource, or the expanded 'iam.SessionLimits' resource, or the 'null' value.",
                "x-one-of-name": "iam.SessionLimits.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.SessionLimits"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.SessionLimits": {
                "title": "Iam:Session Limits",
                "description": "The session related configuration limits.",
                "x-allOf-name": "iam.SessionLimits",
                "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 'iam.SessionLimits', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.SessionLimits"
                                ],
                                "default": "iam.SessionLimits",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.SessionLimits"
                                ],
                                "default": "iam.SessionLimits",
                                "x-enum-as-string": true
                            },
                            "IdleTimeOut": {
                                "description": "The idle timeout interval for the web session in seconds. When a session is not refreshed for this duration, the session is marked as idle and removed. The minimum value is 300 seconds and the maximum value is 18000 seconds (5 hours). The system default value is 1800 seconds.",
                                "type": "integer",
                                "format": "int64",
                                "default": 1800,
                                "minimum": 300,
                                "maximum": 18000,
                                "x-omitempty": true
                            },
                            "MaximumLimit": {
                                "description": "The maximum number of sessions allowed in an account or permission. The default value is 128.",
                                "type": "integer",
                                "format": "int64",
                                "default": 128,
                                "minimum": 1,
                                "maximum": 128,
                                "x-omitempty": true
                            },
                            "PerUserLimit": {
                                "description": "The maximum number of sessions allowed per user. Default value is 32.",
                                "type": "integer",
                                "format": "int64",
                                "default": 32,
                                "minimum": 2,
                                "maximum": 32,
                                "x-omitempty": true
                            },
                            "SessionTimeOut": {
                                "description": "The session expiry duration in seconds. The minimum value is 350 seconds and the maximum value is 31536000 seconds (1 year). The system default value is 57600 seconds.",
                                "type": "integer",
                                "format": "int64",
                                "default": 57600,
                                "minimum": 300,
                                "maximum": 31536000,
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Permission": {
                                "$ref": "#/components/schemas/iam.Permission.Relationship",
                                "description": "A reference to a iamPermission resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "iam.SessionLimits.List": {
                "title": "List of 'iam.SessionLimits' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.SessionLimits' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.SessionLimits' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.SessionLimits"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.SharingRule.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.SharingRule' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.SharingRule' resources.",
                "x-one-of-name": "iam.SharingRule.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.SharingRule.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.SharingRule.Relationship": {
                "description": "A relationship to the 'iam.SharingRule' resource, or the expanded 'iam.SharingRule' resource, or the 'null' value.",
                "x-one-of-name": "iam.SharingRule.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.SharingRule"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.SharingRule": {
                "title": "Iam:Sharing Rule",
                "description": "SharingRule is a rule which signifies a Source Resource is shared with a Destination Resource. Source, Destination can be resources like Organization which are supported in role configuration. The objects created in Source can be referenced by the objects of Destination.",
                "x-allOf-name": "iam.SharingRule",
                "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 'iam.SharingRule', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.SharingRule"
                                ],
                                "default": "iam.SharingRule",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.SharingRule"
                                ],
                                "default": "iam.SharingRule",
                                "x-enum-as-string": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "SharedResource": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship",
                                "description": "A reference to a moBaseMo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "SharedWithResource": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship",
                                "description": "A reference to a moBaseMo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.SharingRule.List": {
                "title": "List of 'iam.SharingRule' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.SharingRule' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.SharingRule' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.SharingRule"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.SsoSessionAttributes": {
                "title": "Iam:Sso Session Attributes",
                "description": "Session attributes required to maintain states of SP and IdP.",
                "x-allOf-name": "iam.SsoSessionAttributes",
                "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 'iam.SsoSessionAttributes', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.SsoSessionAttributes"
                                ],
                                "default": "iam.SsoSessionAttributes",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.SsoSessionAttributes"
                                ],
                                "default": "iam.SsoSessionAttributes",
                                "x-enum-as-string": true
                            },
                            "AllowSwitchRoleOrAccount": {
                                "description": "Captures if the user is allowed to switch roles or accounts after login and is used by UI to show/hide Switch Role Or Account option. It is set to true when Intersight identifies that the user has multiple roles or accounts during login based on user attributes and Intersight account IAM configuration. For IdP initiated SSO logins, this field is always set to false. Any changes to user roles or accounts after a session is created will not change this field. If switch role/account option is selected, user is re-authenticated with IdP and user roles and accounts are identified and AllowSwitchRoleOrAccount property is updated accordingly.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IdpSessionExpiration": {
                                "description": "SAML SessionNotOnOrAfter attribute sent by IdP in the assertion. IdP uses this to control for how long SP session maybe. SP does not issue SLO if the session is not valid.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IdpSessionIndex": {
                                "description": "SAML SessionIndex attribute sent by IdP in the assertion. This has to be sent back to IdP in LogoutRequest.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsIdpInitiatedSso": {
                                "description": "Sign-in is SP-Intitiated or IdP-Intitiated.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsPartialAccountsListed": {
                                "description": "Select Account Page shows partial list of accounts when processing data from some regions fails.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SubjectName": {
                                "description": "SAML Subject NameID attribute sent by IdP in the assertion. This has to be sent back to IdP in LogoutRequest.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "iam.SwitchAccountPermission": {
                "title": "Iam:Switch Account Permission",
                "description": "SwitchScope parameters related to the Account to/from which user switched.",
                "x-allOf-name": "iam.SwitchAccountPermission",
                "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 'iam.SwitchAccountPermission', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.SwitchAccountPermission"
                                ],
                                "default": "iam.SwitchAccountPermission",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.SwitchAccountPermission"
                                ],
                                "default": "iam.SwitchAccountPermission",
                                "x-enum-as-string": true
                            },
                            "AccountId": {
                                "description": "Moid of the Account to/from which user switched the scope.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PermissionId": {
                                "description": "Moid of the Permission for the Account to/from which user switched the scope.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "iam.SwitchScopePermissions": {
                "title": "Iam:Switch Scope Permissions",
                "description": "SwitchScope parameters related to the Account to which user switched to.",
                "x-allOf-name": "iam.SwitchScopePermissions",
                "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 'iam.SwitchScopePermissions', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.SwitchScopePermissions"
                                ],
                                "default": "iam.SwitchScopePermissions",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.SwitchScopePermissions"
                                ],
                                "default": "iam.SwitchScopePermissions",
                                "x-enum-as-string": true
                            },
                            "AccountAccessControlId": {
                                "description": "Moid of the AccountAccessControl through which the access is given to switch scope.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RequestIdentifier": {
                                "description": "Stores the identifier of the issue for which user is trying to switch scope to another account.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SwitchedFromAccount": {
                                "description": "Permission for the Account from which user switched the scope.",
                                "$ref": "#/components/schemas/iam.SwitchAccountPermission",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SwitchedToAccounts": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of Accounts to which user switched the scope.",
                                    "$ref": "#/components/schemas/iam.SwitchAccountPermission",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.System.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.System' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.System' resources.",
                "x-one-of-name": "iam.System.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.System.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.System.Relationship": {
                "description": "A relationship to the 'iam.System' resource, or the expanded 'iam.System' resource, or the 'null' value.",
                "x-one-of-name": "iam.System.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.System"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.System": {
                "title": "Iam:System",
                "description": "The System object is the global root within the platform, serving as a container for objects that are shared across all accounts. It centralizes platform-wide security constructs, such as privileges, privilege sets, and roles, as well as the default identity provider and service provider configuration.\n#### Purpose\nSystem provides a consistent, read-only global context from which account-scoped security and access models are derived and referenced.\n#### Key Concepts\n- **Global Scope:** Hosts objects that are common and reusable across all accounts.\n- **Security Model Anchor:** Aggregates privilege sets, privileges, and roles available platform-wide.\n- **Identity Foundation:** Holds the default identity provider and service provider definitions.\n- **Read-only Access:** Ensures integrity of shared security constructs.",
                "x-allOf-name": "iam.System",
                "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 'iam.System', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.System"
                                ],
                                "default": "iam.System",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.System"
                                ],
                                "default": "iam.System",
                                "x-enum-as-string": true
                            },
                            "EndPointPrivileges": {
                                "description": "An array of relationships to iamEndPointPrivilege resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.EndPointPrivilege.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "EndPointRoles": {
                                "description": "An array of relationships to iamEndPointRole resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.EndPointRole.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Idp": {
                                "$ref": "#/components/schemas/iam.Idp.Relationship",
                                "description": "A reference to a iamIdp resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "PrivilegeSets": {
                                "description": "An array of relationships to iamPrivilegeSet resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.PrivilegeSet.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Privileges": {
                                "description": "An array of relationships to iamPrivilege resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.Privilege.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Roles": {
                                "description": "An array of relationships to iamRole resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.Role.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "ServiceProvider": {
                                "$ref": "#/components/schemas/iam.ServiceProvider.Relationship",
                                "description": "A reference to a iamServiceProvider resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "iam.System.List": {
                "title": "List of 'iam.System' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.System' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.System' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.System"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.TenantLinking": {
                "title": "Iam:Tenant Linking",
                "description": "Contains tenant linking information for CUI and CCC integration.",
                "x-allOf-name": "iam.TenantLinking",
                "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 'iam.TenantLinking', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.TenantLinking"
                                ],
                                "default": "iam.TenantLinking",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.TenantLinking"
                                ],
                                "default": "iam.TenantLinking",
                                "x-enum-as-string": true
                            },
                            "Product": {
                                "description": "The product name for the tenant linking (e.g., CUI, CCC).",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "TenantId": {
                                "description": "The tenant ID for the linked product.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "iam.TestIdpConfiguration.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.TestIdpConfiguration' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.TestIdpConfiguration' resources.",
                "x-one-of-name": "iam.TestIdpConfiguration.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.TestIdpConfiguration.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.TestIdpConfiguration.Relationship": {
                "description": "A relationship to the 'iam.TestIdpConfiguration' resource, or the expanded 'iam.TestIdpConfiguration' resource, or the 'null' value.",
                "x-one-of-name": "iam.TestIdpConfiguration.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.TestIdpConfiguration"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.TestIdpConfiguration": {
                "title": "Iam:Test Idp Configuration",
                "description": "TestIdpConfiguration supports validating an IdP setup by performing a controlled authentication, currently supported only for testing LDAP configurations. test and capturing outcomes.\n#### Purpose\nIt helps administrators verify IdP integration parameters and diagnose configuration issues before production use.\n#### Key Concepts\n- **Validation Utility:** Initiates a test flow against the configured IdP.\n- **Diagnostic Feedback:** Provides success status and error details.\n- **Readiness Signal:** Confirms correctness of protocol and mapping settings.\n- **Admin Tool:** Designed for identity administrators managing SSO.",
                "x-allOf-name": "iam.TestIdpConfiguration",
                "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 'iam.TestIdpConfiguration', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.TestIdpConfiguration"
                                ],
                                "default": "iam.TestIdpConfiguration",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.TestIdpConfiguration"
                                ],
                                "default": "iam.TestIdpConfiguration",
                                "x-enum-as-string": true
                            },
                            "ErrorDetails": {
                                "description": "Error returned by the IdP when the configuration test fails.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IdpEntityId": {
                                "description": "Entity ID of the IdP whose configuration needs to be tested.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsPasswordSet": {
                                "description": "Indicates whether the value of the 'password' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NoOfGroups": {
                                "description": "Total number of groups of the user received from the IdP after successful authentication.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Password": {
                                "description": "The password of the test user for testing the IdP configuration settings. It can be any string that adheres to the following constraints. It can have character except spaces, tabs, line breaks. It cannot be more than 256 characters.",
                                "type": "string",
                                "pattern": "^$|^\\S{3,256}$",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "IdP configuration test result.\n* `Unverified` - The IdP configuration is yet to be verified.\n* `Verified` - Successfully authenticated the user via the configured IdP and verified the configuration parameters.\n* `Pending` - Pending verification of the IdP configuration.\n* `Failed` - Could not authenticate the user via the configured IdP and verify its configuration.",
                                "type": "string",
                                "enum": [
                                    "Unverified",
                                    "Verified",
                                    "Pending",
                                    "Failed"
                                ],
                                "default": "Unverified",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TriggerTest": {
                                "description": "Trigger property used to initiate an IdP configuration test.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "Username": {
                                "description": "Email or userId of the test user for testing the IdP configuration settings.",
                                "type": "string",
                                "pattern": "^$|^(?:[a-zA-Z0-9._-]{3,256}|[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$",
                                "x-omitempty": true
                            },
                            "Idp": {
                                "$ref": "#/components/schemas/iam.Idp.Relationship",
                                "description": "A reference to a iamIdp resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.TestIdpConfiguration.List": {
                "title": "List of 'iam.TestIdpConfiguration' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.TestIdpConfiguration' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.TestIdpConfiguration' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.TestIdpConfiguration"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.TrustPoint.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.TrustPoint' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.TrustPoint' resources.",
                "x-one-of-name": "iam.TrustPoint.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.TrustPoint.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.TrustPoint.Relationship": {
                "description": "A relationship to the 'iam.TrustPoint' resource, or the expanded 'iam.TrustPoint' resource, or the 'null' value.",
                "x-one-of-name": "iam.TrustPoint.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.TrustPoint"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.TrustPoint": {
                "title": "Iam:Trust Point",
                "description": "The TrustPoint object represents a trusted source of certificates within the system, enabling secure communication and authentication.\n#### Purpose\nA TrustPoint serves as a repository for certificates, affirming the identity of trusted entities and facilitating secure interactions with external systems.\n#### Key Concepts\n- **Certificate Management:** Stores and manages X.509 certificates, supporting both root and intermediate certificates for authentication purposes.\n- **Security Assurance:** Provides a basis for secure communication by validating the identity of external entities through trusted certificates.\n- **Account Association:** Associates certificates with specific accounts, ensuring they are available for authentication within the account's scope.\n- **Certificate Import:** Allows the import of third-party certificates, enhancing security through integration with external certificate authorities.",
                "x-allOf-name": "iam.TrustPoint",
                "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 'iam.TrustPoint', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.TrustPoint"
                                ],
                                "default": "iam.TrustPoint",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.TrustPoint"
                                ],
                                "default": "iam.TrustPoint",
                                "x-enum-as-string": true
                            },
                            "Certificates": {
                                "type": "array",
                                "items": {
                                    "description": "The collection of certificates in X509 certificate format.\nThis was obtained by parsing the chain property which holds the base 64 encoded chain of certificates.",
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/x509.Certificate",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Chain": {
                                "description": "The certificate information for this trusted point. The certificate must be in Base64 encoded X.509 (CER) format.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "AssignedToEntity": {
                                "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
                            }
                        }
                    }
                ]
            },
            "iam.TrustPoint.List": {
                "title": "List of 'iam.TrustPoint' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.TrustPoint' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.TrustPoint' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.TrustPoint"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.User.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.User' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.User' resources.",
                "x-one-of-name": "iam.User.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.User.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.User.Relationship": {
                "description": "A relationship to the 'iam.User' resource, or the expanded 'iam.User' resource, or the 'null' value.",
                "x-one-of-name": "iam.User.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.User"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.User": {
                "title": "User",
                "description": "The User object represents individual users within the system, encompassing their identity, permissions, and roles.\n#### Purpose\nA User is a central entity within the system, defining the attributes, and roles associated with an individual accessing the system. It enables personalized and secure interactions with the system's resources.\n #### Key Concepts\n - **Identity Management:** Maintains user identification details, including name, email, and unique identifiers, for authentication and authorization purposes.\n - **Role Assignment:** Associates users with roles, defining their access levels and capabilities within the system.\n - **Session Tracking:** Tracks user sessions, providing insights into login activity and enabling session management features.\n - **Security Controls:** Implements security measures such as password policies and account lockout features, ensuring user accounts are protected against unauthorized access.",
                "x-allOf-name": "iam.User",
                "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 'iam.User', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.User"
                                ],
                                "default": "iam.User",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.User"
                                ],
                                "default": "iam.User",
                                "x-enum-as-string": true
                            },
                            "ClientIpAddress": {
                                "description": "IP address from which the user last logged in to Intersight.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Email": {
                                "description": "Email of the user. Remote users are added to Intersight using the email configured in the IdP.",
                                "type": "string",
                                "pattern": "^$|^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "ExternalIdentifier": {
                                "description": "External identifier for the user, used for integration with external identity systems.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "FirstName": {
                                "description": "First name of the user. For remote users, this field is populated from the IdP attributes received after authentication.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "LastLoginTime": {
                                "description": "Last successful login time for user.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastName": {
                                "description": "Last name of the user. For remote users, this field is populated from the IdP attributes received after authentication.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "LastRoleModifiedTime": {
                                "description": "Last role modification time for user.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LockedUntil": {
                                "description": "Time until which the user account will be locked out.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the user. For remote users, it is the value as configured in the IdP.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserIdOrEmail": {
                                "description": "UserID or email of the user. For remote users, it is the value as configured in the IDP.",
                                "type": "string",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "UserType": {
                                "description": "Type of the User. If a user is added manually by specifying the email address, or has logged in using groups, based on the IdP attributes received during authentication. If added manually, the user type will be static, otherwise dynamic.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserUniqueIdentifier": {
                                "description": "Unique id of the user used by the identity provider to store the user.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ApiKeys": {
                                "description": "An array of relationships to iamApiKey resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.ApiKey.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "AppRegistrations": {
                                "description": "An array of relationships to iamAppRegistration resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.AppRegistration.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Idp": {
                                "$ref": "#/components/schemas/iam.Idp.Relationship",
                                "description": "A reference to a iamIdp resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "Idpreference": {
                                "$ref": "#/components/schemas/iam.IdpReference.Relationship",
                                "description": "A reference to a iamIdpReference resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "LocalUserPassword": {
                                "$ref": "#/components/schemas/iam.LocalUserPassword.Relationship",
                                "description": "A reference to a iamLocalUserPassword resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "OauthTokens": {
                                "description": "An array of relationships to iamOAuthToken resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.OAuthToken.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Permissions": {
                                "description": "An array of relationships to iamPermission resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.Permission.Relationship"
                                },
                                "nullable": true
                            },
                            "Sessions": {
                                "description": "An array of relationships to iamSession resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.Session.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Usergroup": {
                                "description": "An array of relationships to iamUserGroup resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.UserGroup.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.User.List": {
                "title": "List of 'iam.User' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.User' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.User' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.User"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.UserDetails": {
                "title": "Iam:User Details",
                "description": "Holds information such as UserName and Email of a guest user logging in to the account.",
                "x-allOf-name": "iam.UserDetails",
                "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 'iam.UserDetails', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.UserDetails"
                                ],
                                "default": "iam.UserDetails",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.UserDetails"
                                ],
                                "default": "iam.UserDetails",
                                "x-enum-as-string": true
                            },
                            "EmailNotificationStatus": {
                                "description": "Stores the information on whether user has been sent an email about access details or not.\n* `NotSent` - The Account Admin might not choose send email notification to any of their guest users.\n* `Sent` - An email notification sent to notified users who are configured per guest access link.",
                                "type": "string",
                                "enum": [
                                    "NotSent",
                                    "Sent"
                                ],
                                "default": "NotSent",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserEmail": {
                                "description": "Stores the user email ID of the guest user.",
                                "type": "string",
                                "pattern": "^$|^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$",
                                "minLength": 4,
                                "maxLength": 320,
                                "x-omitempty": true
                            },
                            "UserName": {
                                "description": "Stores the user name of the guest user.",
                                "type": "string",
                                "minLength": 0,
                                "maxLength": 500,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "iam.UserGroup.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.UserGroup' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.UserGroup' resources.",
                "x-one-of-name": "iam.UserGroup.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.UserGroup.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.UserGroup.Relationship": {
                "description": "A relationship to the 'iam.UserGroup' resource, or the expanded 'iam.UserGroup' resource, or the 'null' value.",
                "x-one-of-name": "iam.UserGroup.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.UserGroup"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.UserGroup": {
                "title": "Iam:User Group",
                "description": "UserGroup provides a policy mechanism to assign permissions to cohorts of users based on identity attributes or explicit guest inclusion.\n#### Purpose\nUserGroup simplifies access management by mapping identity attributes (or guest lists) to permissions at scale.\n#### Key Concepts\n- **Attribute-based Access:** Qualifies users into groups using IdP attributes.\n- **Guest Access Mode:** Supports time-bound, link-based access for guest users.\n- **Permission Binding:** Assigns roles and privileges via permissions to the group.\n- **Lifecycle Governance:** Tracks activation/expiry for guest access scenarios.",
                "x-allOf-name": "iam.UserGroup",
                "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 'iam.UserGroup', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.UserGroup"
                                ],
                                "default": "iam.UserGroup",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.UserGroup"
                                ],
                                "default": "iam.UserGroup",
                                "x-enum-as-string": true
                            },
                            "AccessActivationTime": {
                                "description": "AccessActivationTime indicates the activation time for the guest user's access to the Account.  Before this time, if guest user tries to login to the account, access the account will be denied.",
                                "type": "string",
                                "format": "date-time",
                                "x-omitempty": true
                            },
                            "AccessExpiryTime": {
                                "description": "AccessExpiryTime indicates the expiration time for the guest user's access to the Account. Its value can only be  assigned a date that falls within the range determined by the maximum expiration time configured for the  API entries. The AccessExpiry date can be edited to be earlier or later.",
                                "type": "string",
                                "format": "date-time",
                                "x-omitempty": true
                            },
                            "AccessLink": {
                                "description": "AccessLink using which the guest user uses to log in to Intersight.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "GroupType": {
                                "description": "Group type determines the type of groups that is being associated with users. By default, Default User group will be used for associating dynamic user login. If the value of the User Group is set to guest, then this type of user group will be used for guest user login.\n* `Default` - Default User Group Type used for dynamic users login.\n* `Guest` - Guest User Group type used for guest users login.",
                                "type": "string",
                                "enum": [
                                    "Default",
                                    "Guest"
                                ],
                                "default": "Default",
                                "x-omitempty": true
                            },
                            "Instruction": {
                                "description": "Instruction property holds detailed guidance and information intended for individuals  accessing the system as guest users. It holds the information to assist guests in navigating the platform,  understanding policies, and performing necessary actions to ensure a seamless and secure user experience.",
                                "type": "string",
                                "maxLength": 2048,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the user group which the dynamic/or guest user belongs to.",
                                "type": "string",
                                "minLength": 1,
                                "maxLength": 2048,
                                "x-omitempty": true
                            },
                            "UniqueReferenceId": {
                                "description": "A random mixed character string which is unique per user groups. UniqueReferenceId is used as key for identifying the guest user groups.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Idp": {
                                "$ref": "#/components/schemas/iam.Idp.Relationship",
                                "description": "A reference to a iamIdp resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "Idpreference": {
                                "$ref": "#/components/schemas/iam.IdpReference.Relationship",
                                "description": "A reference to a iamIdpReference resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "Permissions": {
                                "description": "An array of relationships to iamPermission resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.Permission.Relationship"
                                },
                                "nullable": true
                            },
                            "Qualifier": {
                                "$ref": "#/components/schemas/iam.AbstractQualifier.Relationship",
                                "description": "A reference to a iamAbstractQualifier resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "Users": {
                                "description": "An array of relationships to iamUser resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.User.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.UserGroup.List": {
                "title": "List of 'iam.UserGroup' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.UserGroup' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.UserGroup' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.UserGroup"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.UserPreference.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.UserPreference' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.UserPreference' resources.",
                "x-one-of-name": "iam.UserPreference.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.UserPreference.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.UserPreference.Relationship": {
                "description": "A relationship to the 'iam.UserPreference' resource, or the expanded 'iam.UserPreference' resource, or the 'null' value.",
                "x-one-of-name": "iam.UserPreference.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.UserPreference"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.UserPreference": {
                "title": "Iam:User Preference",
                "description": "UserPreference captures user interface preferences\u2014such as layout, view state, or theme\u2014persisted per user and identity context.\n#### Purpose\nIt enables consistent, personalized UI experiences across sessions and devices.\n#### Key Concepts\n- **Per-user Configuration:** Bound to a user and IdP/IdP reference context.\n- **Shared Resource:** Accessible across organizations where applicable.\n- **Self-service Updates:** Users can read and update their preferences.\n- **UI-centric:** Focused on client experience, not authorization.",
                "x-allOf-name": "iam.UserPreference",
                "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 'iam.UserPreference', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.UserPreference"
                                ],
                                "default": "iam.UserPreference",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.UserPreference"
                                ],
                                "default": "iam.UserPreference",
                                "x-enum-as-string": true
                            },
                            "Preference": {
                                "description": "UI preferences of the user.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "UserUniqueIdentifier": {
                                "description": "Unique id of the user used by the identity provider to store the user.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Idp": {
                                "$ref": "#/components/schemas/iam.Idp.Relationship",
                                "description": "A reference to a iamIdp resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "IdpReference": {
                                "$ref": "#/components/schemas/iam.IdpReference.Relationship",
                                "description": "A reference to a iamIdpReference resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.UserPreference.List": {
                "title": "List of 'iam.UserPreference' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.UserPreference' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.UserPreference' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.UserPreference"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.UserQualifier.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.UserQualifier' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.UserQualifier' resources.",
                "x-one-of-name": "iam.UserQualifier.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.UserQualifier.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.UserQualifier": {
                "title": "Iam:User Qualifier",
                "description": "UserQualifier specifies explicit guest user lists for a guest-type UserGroup and supports notification flows.\n#### Purpose\nIt streamlines management of guest access by enumerating allowed users and automating communication to them.\n#### Key Concepts\n- **Explicit Inclusion:** Lists guest users for controlled access.\n- **Notification Control:** Supports emailing access details to users.\n- **Guest Lifecycle:** Aligns with group activation and expiry.\n- **Group-bound:** Functions in the context of a guest user group.",
                "x-allOf-name": "iam.UserQualifier",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/iam.AbstractQualifier"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iam.UserQualifier', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.UserQualifier"
                                ],
                                "default": "iam.UserQualifier",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.UserQualifier"
                                ],
                                "default": "iam.UserQualifier",
                                "x-enum-as-string": true
                            },
                            "LastNotificationTime": {
                                "description": "Holds the information on when last email notification was sent to the guest users.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NotificationScope": {
                                "description": "Defines the scope of email notifications for guest users. It determines which guest users  should receive email notifications about account access details. Options include notifying all users or only  newly added users.\n* `All` - Email Notification is sent to all users.\n* `New` - Email Notification is sent to newly added users.",
                                "type": "string",
                                "enum": [
                                    "All",
                                    "New"
                                ],
                                "default": "All",
                                "x-omitempty": true
                            },
                            "NotifyGuestUsers": {
                                "description": "NotifyGuestUsers holds information on whether guest users have been notified about the guest access information. If set to true, all guest users will receive a email notification about the details of guest access link and instructions.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "UserDetails": {
                                "type": "array",
                                "items": {
                                    "description": "Stores the guest user details.",
                                    "$ref": "#/components/schemas/iam.UserDetails",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.UserQualifier.List": {
                "title": "List of 'iam.UserQualifier' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.UserQualifier' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.UserQualifier' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.UserQualifier"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iam.UserSetting.Response": {
                "description": "The response body of a HTTP GET request for the 'iam.UserSetting' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iam.UserSetting' resources.",
                "x-one-of-name": "iam.UserSetting.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iam.UserSetting.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iam.UserSetting.Relationship": {
                "description": "A relationship to the 'iam.UserSetting' resource, or the expanded 'iam.UserSetting' resource, or the 'null' value.",
                "x-one-of-name": "iam.UserSetting.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iam.UserSetting"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iam.UserSetting": {
                "title": "Iam:User Setting",
                "description": "UserSetting stores specific UI-related settings that are not part of general preferences, such as session recording opt-in status.\n#### Purpose\nIt allows storing discrete user settings that drive UI features and compliance preferences.\n#### Key Concepts\n- **Fine-grained Settings:** Captures individual flags or controls.\n- **Per-user Scope:** Stored per user and IdP/IdP reference context.\n- **Complementary to Preferences:** Designed for settings distinct from bulk UI preferences.\n- **Self-managed:** Users can create and update their own settings.",
                "x-allOf-name": "iam.UserSetting",
                "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 'iam.UserSetting', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iam.UserSetting"
                                ],
                                "default": "iam.UserSetting",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iam.UserSetting"
                                ],
                                "default": "iam.UserSetting",
                                "x-enum-as-string": true
                            },
                            "AllowUiSessionRecording": {
                                "description": "UI preference of the user for Session Recording.",
                                "type": "boolean",
                                "default": true,
                                "x-omitempty": true
                            },
                            "DefaultPermission": {
                                "type": "array",
                                "items": {
                                    "description": "Stores the shared default permission selection for all supported login interfaces. Eligible CUI IdpReference users must retain a valid default permission entry once they have at least one allowed permission in the tenant.",
                                    "$ref": "#/components/schemas/iam.DefaultPermissionInfo",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "UserIdOrEmail": {
                                "description": "UserID or email as configured in the IdP.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserUniqueIdentifier": {
                                "description": "Unique id of the user used by the identity provider to store the user.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Idp": {
                                "$ref": "#/components/schemas/iam.Idp.Relationship",
                                "description": "A reference to a iamIdp resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "IdpReference": {
                                "$ref": "#/components/schemas/iam.IdpReference.Relationship",
                                "description": "A reference to a iamIdpReference resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iam.UserSetting.List": {
                "title": "List of 'iam.UserSetting' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iam.UserSetting' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iam.UserSetting' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iam.UserSetting"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "license.AccountLicenseData.Response": {
                "description": "The response body of a HTTP GET request for the 'license.AccountLicenseData' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'license.AccountLicenseData' resources.",
                "x-one-of-name": "license.AccountLicenseData.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/license.AccountLicenseData.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "license.AccountLicenseData.Relationship": {
                "description": "A relationship to the 'license.AccountLicenseData' resource, or the expanded 'license.AccountLicenseData' resource, or the 'null' value.",
                "x-one-of-name": "license.AccountLicenseData.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/license.AccountLicenseData"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "license.AccountLicenseData": {
                "title": "License:Account License Data",
                "description": "License information for an account.",
                "x-allOf-name": "license.AccountLicenseData",
                "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 'license.AccountLicenseData', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "license.AccountLicenseData"
                                ],
                                "default": "license.AccountLicenseData",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "license.AccountLicenseData"
                                ],
                                "default": "license.AccountLicenseData",
                                "x-enum-as-string": true
                            },
                            "AccountId": {
                                "description": "Root user's ID of the account.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AgentData": {
                                "description": "Agent trusted store data.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AuthExpireTime": {
                                "description": "Authorization expiration time.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AuthInitialTime": {
                                "description": "Intial authorization time.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AuthNextTime": {
                                "description": "Next time for the authorization.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Category": {
                                "description": "Account license data category name.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DefaultLicenseType": {
                                "description": "Default license tier set by the user.\n* `Base` - Base as a License type. It is default license type.\n* `Essential` - Essential as a License type.\n* `Standard` - Standard as a License type.\n* `Advantage` - Advantage as a License type.\n* `Premier` - Premier as a License type.\n* `IWO-Essential` - IWO-Essential as a License type.\n* `IWO-Advantage` - IWO-Advantage as a License type.\n* `IWO-Premier` - IWO-Premier as a License type.\n* `IKS-Advantage` - IKS-Advantage as a License type.\n* `INC-Premier-1GFixed` - Premier 1G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-10GFixed` - Premier 10G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-100GFixed` - Premier 100G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-Mod4Slot` - Premier Modular 4 slot license tier for Intersight Nexus Cloud.\n* `INC-Premier-Mod8Slot` - Premier Modular 8 slot license tier for Intersight Nexus Cloud.\n* `INC-Premier-D2OpsFixed` - Premier D2Ops fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-D2OpsMod` - Premier D2Ops modular license tier for Intersight Nexus Cloud.\n* `INC-Premier-CentralizedMod8Slot` - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.\n* `INC-Premier-DistributedMod8Slot` - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.\n* `ERP-Advantage` - Advantage license tier for ERP workflows.\n* `IntersightTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.\n* `IWOTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.\n* `IKSTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.\n* `INCTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.",
                                "type": "string",
                                "enum": [
                                    "Base",
                                    "Essential",
                                    "Standard",
                                    "Advantage",
                                    "Premier",
                                    "IWO-Essential",
                                    "IWO-Advantage",
                                    "IWO-Premier",
                                    "IKS-Advantage",
                                    "INC-Premier-1GFixed",
                                    "INC-Premier-10GFixed",
                                    "INC-Premier-100GFixed",
                                    "INC-Premier-Mod4Slot",
                                    "INC-Premier-Mod8Slot",
                                    "INC-Premier-D2OpsFixed",
                                    "INC-Premier-D2OpsMod",
                                    "INC-Premier-CentralizedMod8Slot",
                                    "INC-Premier-DistributedMod8Slot",
                                    "ERP-Advantage",
                                    "IntersightTrial",
                                    "IWOTrial",
                                    "IKSTrial",
                                    "INCTrial"
                                ],
                                "default": "Base",
                                "x-omitempty": true
                            },
                            "DefaultLicenseTypeNewerModels": {
                                "description": "Default license tier for newer model M7+ servers set by the user.\n* `Base` - Base as a License type. It is default license type.\n* `Essential` - Essential as a License type.\n* `Standard` - Standard as a License type.\n* `Advantage` - Advantage as a License type.\n* `Premier` - Premier as a License type.\n* `IWO-Essential` - IWO-Essential as a License type.\n* `IWO-Advantage` - IWO-Advantage as a License type.\n* `IWO-Premier` - IWO-Premier as a License type.\n* `IKS-Advantage` - IKS-Advantage as a License type.\n* `INC-Premier-1GFixed` - Premier 1G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-10GFixed` - Premier 10G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-100GFixed` - Premier 100G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-Mod4Slot` - Premier Modular 4 slot license tier for Intersight Nexus Cloud.\n* `INC-Premier-Mod8Slot` - Premier Modular 8 slot license tier for Intersight Nexus Cloud.\n* `INC-Premier-D2OpsFixed` - Premier D2Ops fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-D2OpsMod` - Premier D2Ops modular license tier for Intersight Nexus Cloud.\n* `INC-Premier-CentralizedMod8Slot` - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.\n* `INC-Premier-DistributedMod8Slot` - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.\n* `ERP-Advantage` - Advantage license tier for ERP workflows.\n* `IntersightTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.\n* `IWOTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.\n* `IKSTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.\n* `INCTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.",
                                "type": "string",
                                "enum": [
                                    "Base",
                                    "Essential",
                                    "Standard",
                                    "Advantage",
                                    "Premier",
                                    "IWO-Essential",
                                    "IWO-Advantage",
                                    "IWO-Premier",
                                    "IKS-Advantage",
                                    "INC-Premier-1GFixed",
                                    "INC-Premier-10GFixed",
                                    "INC-Premier-100GFixed",
                                    "INC-Premier-Mod4Slot",
                                    "INC-Premier-Mod8Slot",
                                    "INC-Premier-D2OpsFixed",
                                    "INC-Premier-D2OpsMod",
                                    "INC-Premier-CentralizedMod8Slot",
                                    "INC-Premier-DistributedMod8Slot",
                                    "ERP-Advantage",
                                    "IntersightTrial",
                                    "IWOTrial",
                                    "IKSTrial",
                                    "INCTrial"
                                ],
                                "default": "Base",
                                "x-omitempty": true
                            },
                            "ErrorDesc": {
                                "description": "The detailed error message when there is any error related to license sync of this account.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Group": {
                                "description": "Account license data group name.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HighestCompliantLicenseTier": {
                                "description": "The highest license tier which is in compliant of this account.\n* `Base` - Base as a License type. It is default license type.\n* `Essential` - Essential as a License type.\n* `Standard` - Standard as a License type.\n* `Advantage` - Advantage as a License type.\n* `Premier` - Premier as a License type.\n* `IWO-Essential` - IWO-Essential as a License type.\n* `IWO-Advantage` - IWO-Advantage as a License type.\n* `IWO-Premier` - IWO-Premier as a License type.\n* `IKS-Advantage` - IKS-Advantage as a License type.\n* `INC-Premier-1GFixed` - Premier 1G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-10GFixed` - Premier 10G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-100GFixed` - Premier 100G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-Mod4Slot` - Premier Modular 4 slot license tier for Intersight Nexus Cloud.\n* `INC-Premier-Mod8Slot` - Premier Modular 8 slot license tier for Intersight Nexus Cloud.\n* `INC-Premier-D2OpsFixed` - Premier D2Ops fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-D2OpsMod` - Premier D2Ops modular license tier for Intersight Nexus Cloud.\n* `INC-Premier-CentralizedMod8Slot` - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.\n* `INC-Premier-DistributedMod8Slot` - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.\n* `ERP-Advantage` - Advantage license tier for ERP workflows.\n* `IntersightTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.\n* `IWOTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.\n* `IKSTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.\n* `INCTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.",
                                "type": "string",
                                "enum": [
                                    "Base",
                                    "Essential",
                                    "Standard",
                                    "Advantage",
                                    "Premier",
                                    "IWO-Essential",
                                    "IWO-Advantage",
                                    "IWO-Premier",
                                    "IKS-Advantage",
                                    "INC-Premier-1GFixed",
                                    "INC-Premier-10GFixed",
                                    "INC-Premier-100GFixed",
                                    "INC-Premier-Mod4Slot",
                                    "INC-Premier-Mod8Slot",
                                    "INC-Premier-D2OpsFixed",
                                    "INC-Premier-D2OpsMod",
                                    "INC-Premier-CentralizedMod8Slot",
                                    "INC-Premier-DistributedMod8Slot",
                                    "ERP-Advantage",
                                    "IntersightTrial",
                                    "IWOTrial",
                                    "IKSTrial",
                                    "INCTrial"
                                ],
                                "default": "Base",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastCssmSync": {
                                "description": "Specifies last sync time with CSSM.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastRenew": {
                                "description": "Specifies last certificate renew time with SA.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastSync": {
                                "description": "Specifies last sync time with SA.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastUpdatedTime": {
                                "description": "Record's last update datetime.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LicenseState": {
                                "description": "Aggregrated mode for the agent.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LicenseTechSupportInfo": {
                                "description": "Tech-support info of a smart-agent.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RegisterExpireTime": {
                                "description": "Registration exipiration time.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RegisterInitialTime": {
                                "description": "Initial time of registration.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RegisterNextTime": {
                                "description": "Next time for the license registration.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RegistrationStatus": {
                                "description": "Registration status of a smart-agent.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RenewFailureString": {
                                "description": "License renewal failure message.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SmartAccount": {
                                "description": "Name of the smart account.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SmartAccountDomain": {
                                "description": "Domain Name of the smart account.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SmartApiEnabled": {
                                "description": "Indicate whether API integration is enabled.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SmartApiSyncStatus": {
                                "description": "The detailed error message when there is any smart API sync error related to this account.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SyncStatus": {
                                "description": "Current sync status for the account.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VirtualAccount": {
                                "description": "Name of the virtual account.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "CustomerOp": {
                                "$ref": "#/components/schemas/license.CustomerOp.Relationship",
                                "description": "A reference to a licenseCustomerOp resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "ErpCustomerOp": {
                                "$ref": "#/components/schemas/license.ErpCustomerOp.Relationship",
                                "description": "A reference to a licenseErpCustomerOp resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "ErpLicenseCount": {
                                "$ref": "#/components/schemas/license.ErpLicenseCount.Relationship",
                                "description": "A reference to a licenseErpLicenseCount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "IksCustomerOp": {
                                "$ref": "#/components/schemas/license.IksCustomerOp.Relationship",
                                "description": "A reference to a licenseIksCustomerOp resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "IksLicenseCount": {
                                "$ref": "#/components/schemas/license.IksLicenseCount.Relationship",
                                "description": "A reference to a licenseIksLicenseCount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "IncCustomerOp": {
                                "$ref": "#/components/schemas/license.IncCustomerOp.Relationship",
                                "description": "A reference to a licenseIncCustomerOp resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "IncLicenseCount": {
                                "$ref": "#/components/schemas/license.IncLicenseCount.Relationship",
                                "description": "A reference to a licenseIncLicenseCount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "IwoCustomerOp": {
                                "$ref": "#/components/schemas/license.IwoCustomerOp.Relationship",
                                "description": "A reference to a licenseIwoCustomerOp resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "IwoLicenseCount": {
                                "$ref": "#/components/schemas/license.IwoLicenseCount.Relationship",
                                "description": "A reference to a licenseIwoLicenseCount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "LicenseInfoView": {
                                "$ref": "#/components/schemas/license.LicenseInfoView.Relationship",
                                "description": "A reference to a licenseLicenseInfoView resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "LicenseRegistrationStatus": {
                                "$ref": "#/components/schemas/license.LicenseRegistrationStatus.Relationship",
                                "description": "A reference to a licenseLicenseRegistrationStatus resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "Licenseinfos": {
                                "description": "An array of relationships to licenseLicenseInfo resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/license.LicenseInfo.Relationship"
                                },
                                "nullable": true
                            },
                            "SmartlicenseToken": {
                                "$ref": "#/components/schemas/license.SmartlicenseToken.Relationship",
                                "description": "A reference to a licenseSmartlicenseToken resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "license.AccountLicenseData.List": {
                "title": "List of 'license.AccountLicenseData' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'license.AccountLicenseData' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'license.AccountLicenseData' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/license.AccountLicenseData"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "license.CustomerOp.Response": {
                "description": "The response body of a HTTP GET request for the 'license.CustomerOp' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'license.CustomerOp' resources.",
                "x-one-of-name": "license.CustomerOp.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/license.CustomerOp.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "license.CustomerOp.Relationship": {
                "description": "A relationship to the 'license.CustomerOp' resource, or the expanded 'license.CustomerOp' resource, or the 'null' value.",
                "x-one-of-name": "license.CustomerOp.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/license.CustomerOp"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "license.CustomerOp": {
                "title": "License:Customer Op",
                "description": "CustomerOp object is integral to managing customer operations related to license registration and authentication within the system. This provides mechanisms for refreshing registration, renewing authorization, and enabling licensing features, ensuring seamless interaction with licensing services.\n#### Purpose\nCustomerOp object facilitates the management of licensing-related operations for customers. It allows users to trigger renewals, initiate trials, and manage registration states, providing a central interface for these critical operations.\n#### Key Concepts\n- **License Management:** Offers functionality to renew registration and authorization, ensuring licenses remain valid and operational.\n- **Trial Enablement:** Supports enabling trial modes for licensing, allowing customers to evaluate services before committing.\n- **Administrative Control:** Provides properties for activating license entitlements, ensuring customers can manage their license states effectively.\n- **Shared Organizational Resource:** Designed to operate within shared organizational contexts, allowing consistent application across different accounts and user roles.",
                "x-allOf-name": "license.CustomerOp",
                "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 'license.CustomerOp', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "license.CustomerOp"
                                ],
                                "default": "license.CustomerOp",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "license.CustomerOp"
                                ],
                                "default": "license.CustomerOp",
                                "x-enum-as-string": true
                            },
                            "ActiveAdmin": {
                                "description": "The license administrative state.\nSet this property to 'true' to activate the license entitlements.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "AllDevicesToDefaultTier": {
                                "description": "Move all licensed devices to default license tier.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "ClearApiSyncStatus": {
                                "description": "Clear the status of smart API sync.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "DeregisterDevice": {
                                "description": "Trigger de-registration/disable.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "EnableTrial": {
                                "description": "Enable trial for Intersight licensing.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "EvaluationPeriod": {
                                "description": "The default Trial or Grace period customer is entitled to.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "ExtraEvaluation": {
                                "description": "The number of days the trial Trial or Grace period is extended. The trial or grace period can be extended once.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "RenewAuthorization": {
                                "description": "Trigger renew authorization.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "RenewIdCertificate": {
                                "description": "Trigger renew registration.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "ShowAgentTechSupport": {
                                "description": "Trigger show tech support feature.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "AccountLicenseData": {
                                "$ref": "#/components/schemas/license.AccountLicenseData.Relationship",
                                "description": "A reference to a licenseAccountLicenseData resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "license.CustomerOp.List": {
                "title": "List of 'license.CustomerOp' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'license.CustomerOp' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'license.CustomerOp' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/license.CustomerOp"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "license.ErpCustomerOp.Response": {
                "description": "The response body of a HTTP GET request for the 'license.ErpCustomerOp' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'license.ErpCustomerOp' resources.",
                "x-one-of-name": "license.ErpCustomerOp.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/license.ErpCustomerOp.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "license.ErpCustomerOp.Relationship": {
                "description": "A relationship to the 'license.ErpCustomerOp' resource, or the expanded 'license.ErpCustomerOp' resource, or the 'null' value.",
                "x-one-of-name": "license.ErpCustomerOp.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/license.ErpCustomerOp"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "license.ErpCustomerOp": {
                "title": "License:Erp Customer Op",
                "description": "The ErpCustomerOp object is crucial for managing operations related to ERP licensing, providing tools for trial enablement and administrative controls.\n#### Purpose\nErpCustomerOp serves as the operational interface for ERP license management, offering functionalities for trial periods and tier settings, ensuring customers can effectively manage their ERP configurations.\n#### Key Concepts\n- **ERP Licensing:** Focuses on the management of ERP service licenses, ensuring customers can tailor their configurations to business needs.\n- **Trial Enablement:** Allows activation of trial modes, offering opportunities to explore ERP service features.\n- **License Tier Management:** Supports settings for active tiers, providing flexibility in service configuration and utilization.\n- **Administrative Activation:** Provides controls for activating licenses, ensuring customers maintain access to ERP service capabilities.",
                "x-allOf-name": "license.ErpCustomerOp",
                "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 'license.ErpCustomerOp', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "license.ErpCustomerOp"
                                ],
                                "default": "license.ErpCustomerOp",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "license.ErpCustomerOp"
                                ],
                                "default": "license.ErpCustomerOp",
                                "x-enum-as-string": true
                            },
                            "ActiveAdmin": {
                                "description": "The ERP license administrative state.\nSet this property to 'true' to activate the ERP license entitlements.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "EnableTrial": {
                                "description": "Enable trial for ERP licensing.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "EvaluationPeriod": {
                                "description": "The default Trial or Grace period the customer is entitled to.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "ExtraEvaluation": {
                                "description": "The number of days the trial Trial or Grace period is extended. The trial or grace period can be extended once.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "AccountLicenseData": {
                                "$ref": "#/components/schemas/license.AccountLicenseData.Relationship",
                                "description": "A reference to a licenseAccountLicenseData resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "license.ErpCustomerOp.List": {
                "title": "List of 'license.ErpCustomerOp' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'license.ErpCustomerOp' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'license.ErpCustomerOp' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/license.ErpCustomerOp"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "license.ErpLicenseCount.Response": {
                "description": "The response body of a HTTP GET request for the 'license.ErpLicenseCount' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'license.ErpLicenseCount' resources.",
                "x-one-of-name": "license.ErpLicenseCount.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/license.ErpLicenseCount.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "license.ErpLicenseCount.Relationship": {
                "description": "A relationship to the 'license.ErpLicenseCount' resource, or the expanded 'license.ErpLicenseCount' resource, or the 'null' value.",
                "x-one-of-name": "license.ErpLicenseCount.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/license.ErpLicenseCount"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "license.ErpLicenseCount": {
                "title": "License:Erp License Count",
                "description": "Customer operation object to request reservation code.",
                "x-allOf-name": "license.ErpLicenseCount",
                "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 'license.ErpLicenseCount', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "license.ErpLicenseCount"
                                ],
                                "default": "license.ErpLicenseCount",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "license.ErpLicenseCount"
                                ],
                                "default": "license.ErpLicenseCount",
                                "x-enum-as-string": true
                            },
                            "AdvantageCount": {
                                "description": "The total number of devices claimed in the Erp workflow Advantage tier.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AccountLicenseData": {
                                "$ref": "#/components/schemas/license.AccountLicenseData.Relationship",
                                "description": "A reference to a licenseAccountLicenseData resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "license.ErpLicenseCount.List": {
                "title": "List of 'license.ErpLicenseCount' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'license.ErpLicenseCount' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'license.ErpLicenseCount' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/license.ErpLicenseCount"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "license.IksCustomerOp.Response": {
                "description": "The response body of a HTTP GET request for the 'license.IksCustomerOp' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'license.IksCustomerOp' resources.",
                "x-one-of-name": "license.IksCustomerOp.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/license.IksCustomerOp.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "license.IksCustomerOp.Relationship": {
                "description": "A relationship to the 'license.IksCustomerOp' resource, or the expanded 'license.IksCustomerOp' resource, or the 'null' value.",
                "x-one-of-name": "license.IksCustomerOp.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/license.IksCustomerOp"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "license.IksCustomerOp": {
                "title": "License:Iks Customer Op",
                "description": "The IksCustomerOp object handles customer operations related to the Intersight Kubernetes Service (IKS) licensing, providing mechanisms for trial enablement and tier management.\n#### Purpose\nIksCustomerOp is designed to facilitate the management of Kubernetes service licenses. It enables trial periods, tier settings, and administrative controls, ensuring customers can leverage Kubernetes services effectively.\n#### Key Concepts\n- **Kubernetes Service Management:** Focuses on the licensing aspects of Kubernetes services, ensuring customers can optimize their configurations.\n- **Trial Enablement:** Allows users to activate trial modes, providing opportunities to explore Kubernetes service features.\n- **License Tier Configuration:** Supports active tier settings, allowing customization based on customer requirements and service levels.\n- **Administrative Entitlements:** Provides controls to activate licenses, ensuring customers maintain access to Kubernetes service capabilities.",
                "x-allOf-name": "license.IksCustomerOp",
                "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 'license.IksCustomerOp', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "license.IksCustomerOp"
                                ],
                                "default": "license.IksCustomerOp",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "license.IksCustomerOp"
                                ],
                                "default": "license.IksCustomerOp",
                                "x-enum-as-string": true
                            },
                            "ActiveAdmin": {
                                "description": "The Intersight Kubernetes Service license administrative state.\nSet this property to 'true' to activate the IKS license entitlements.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "EnableTrial": {
                                "description": "Enable trial for IKS licensing.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "EvaluationPeriod": {
                                "description": "The default Trial or Grace period the customer is entitled to.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "ExtraEvaluation": {
                                "description": "The number of days the trial Trial or Grace period is extended. The trial or grace period can be extended once.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "AccountLicenseData": {
                                "$ref": "#/components/schemas/license.AccountLicenseData.Relationship",
                                "description": "A reference to a licenseAccountLicenseData resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "license.IksCustomerOp.List": {
                "title": "List of 'license.IksCustomerOp' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'license.IksCustomerOp' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'license.IksCustomerOp' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/license.IksCustomerOp"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "license.IksLicenseCount.Response": {
                "description": "The response body of a HTTP GET request for the 'license.IksLicenseCount' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'license.IksLicenseCount' resources.",
                "x-one-of-name": "license.IksLicenseCount.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/license.IksLicenseCount.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "license.IksLicenseCount.Relationship": {
                "description": "A relationship to the 'license.IksLicenseCount' resource, or the expanded 'license.IksLicenseCount' resource, or the 'null' value.",
                "x-one-of-name": "license.IksLicenseCount.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/license.IksLicenseCount"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "license.IksLicenseCount": {
                "title": "License:Iks License Count",
                "description": "Customer operation object to request reservation code.",
                "x-allOf-name": "license.IksLicenseCount",
                "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 'license.IksLicenseCount', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "license.IksLicenseCount"
                                ],
                                "default": "license.IksLicenseCount",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "license.IksLicenseCount"
                                ],
                                "default": "license.IksLicenseCount",
                                "x-enum-as-string": true
                            },
                            "AdvantageCount": {
                                "description": "The total number of devices claimed in the IKS Advantage tier.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AccountLicenseData": {
                                "$ref": "#/components/schemas/license.AccountLicenseData.Relationship",
                                "description": "A reference to a licenseAccountLicenseData resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "license.IksLicenseCount.List": {
                "title": "List of 'license.IksLicenseCount' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'license.IksLicenseCount' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'license.IksLicenseCount' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/license.IksLicenseCount"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "license.IncCustomerOp.Response": {
                "description": "The response body of a HTTP GET request for the 'license.IncCustomerOp' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'license.IncCustomerOp' resources.",
                "x-one-of-name": "license.IncCustomerOp.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/license.IncCustomerOp.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "license.IncCustomerOp.Relationship": {
                "description": "A relationship to the 'license.IncCustomerOp' resource, or the expanded 'license.IncCustomerOp' resource, or the 'null' value.",
                "x-one-of-name": "license.IncCustomerOp.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/license.IncCustomerOp"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "license.IncCustomerOp": {
                "title": "License:Inc Customer Op",
                "description": "The IncCustomerOp object is central to managing operations related to the Intersight Nexus Cloud (INC) licensing, offering functionalities for trial management and administrative control.\n#### Purpose    \nIncCustomerOp facilitates management of Nexus Cloud licenses, providing tools for trial enablement and tier configuration. It ensures customers can access and manage cloud services efficiently.\n#### Key Concepts  \n- **Nexus Cloud Licensing:** Centralizes management of cloud service licenses, allowing customers to optimize their cloud configurations.\n- **Trial Management:** Supports enabling and terminating trial periods, providing flexibility in evaluating cloud services.\n- **Tier Configuration:** Offers settings for active license tiers, ensuring customers can tailor cloud services to their operational needs.\n- **Administrative Activation:** Empowers users to activate license entitlements, ensuring access to cloud service capabilities.",
                "x-allOf-name": "license.IncCustomerOp",
                "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 'license.IncCustomerOp', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "license.IncCustomerOp"
                                ],
                                "default": "license.IncCustomerOp",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "license.IncCustomerOp"
                                ],
                                "default": "license.IncCustomerOp",
                                "x-enum-as-string": true
                            },
                            "ActiveAdmin": {
                                "description": "The Nexus Cloud license administrative state.\nSet this property to 'true' to activate the Nexus Cloud license entitlements.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "EnableTrial": {
                                "description": "Enable trial for Nexus Cloud licensing.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "EvaluationPeriod": {
                                "description": "The default Trial or Grace period the customer is entitled to.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "ExtraEvaluation": {
                                "description": "The number of days the trial Trial or Grace period is extended. The trial or grace period can be extended once.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "TerminateTrial": {
                                "description": "Terminate trial mode for Nexus Cloud.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "AccountLicenseData": {
                                "$ref": "#/components/schemas/license.AccountLicenseData.Relationship",
                                "description": "A reference to a licenseAccountLicenseData resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "license.IncCustomerOp.List": {
                "title": "List of 'license.IncCustomerOp' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'license.IncCustomerOp' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'license.IncCustomerOp' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/license.IncCustomerOp"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "license.IncLicenseCount.Response": {
                "description": "The response body of a HTTP GET request for the 'license.IncLicenseCount' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'license.IncLicenseCount' resources.",
                "x-one-of-name": "license.IncLicenseCount.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/license.IncLicenseCount.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "license.IncLicenseCount.Relationship": {
                "description": "A relationship to the 'license.IncLicenseCount' resource, or the expanded 'license.IncLicenseCount' resource, or the 'null' value.",
                "x-one-of-name": "license.IncLicenseCount.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/license.IncLicenseCount"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "license.IncLicenseCount": {
                "title": "License:Inc License Count",
                "description": "Customer operation object to request reservation code.",
                "x-allOf-name": "license.IncLicenseCount",
                "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 'license.IncLicenseCount', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "license.IncLicenseCount"
                                ],
                                "default": "license.IncLicenseCount",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "license.IncLicenseCount"
                                ],
                                "default": "license.IncLicenseCount",
                                "x-enum-as-string": true
                            },
                            "Premier100GfxCount": {
                                "description": "The total number of devices claimed in the premier 100G fixed tier Intersight Nexus Cloud.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Premier10GfxCount": {
                                "description": "The total number of devices claimed in the premier 10G fixed tier Intersight Nexus Cloud.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Premier1GfxCount": {
                                "description": "The total number of devices claimed in the premier 1G fixed tier Intersight Nexus Cloud.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PremierCentralizedMod8SlotCount": {
                                "description": "The total number of devices claimed in the CentralizedMod8Slot premier tier Intersight Nexus Cloud.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PremierD2OpsFixedCount": {
                                "description": "The total number of devices claimed in the D2Ops Fixed premier tier Intersight Nexus Cloud.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PremierD2OpsModCount": {
                                "description": "The total number of devices claimed in the D2Ops modular premier tier Intersight Nexus Cloud.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PremierDistributedMod8SlotCount": {
                                "description": "The total number of devices claimed in the DistributedMod8Slot premier tier Intersight Nexus Cloud.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PremierMod4SlotCount": {
                                "description": "The total number of devices claimed in the modular 4 slot premier tier Intersight Nexus Cloud.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PremierMod8SlotCount": {
                                "description": "The total number of devices claimed in the modular 8 slot premier tier Intersight Nexus Cloud.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AccountLicenseData": {
                                "$ref": "#/components/schemas/license.AccountLicenseData.Relationship",
                                "description": "A reference to a licenseAccountLicenseData resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "license.IncLicenseCount.List": {
                "title": "List of 'license.IncLicenseCount' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'license.IncLicenseCount' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'license.IncLicenseCount' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/license.IncLicenseCount"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "license.IwoCustomerOp.Response": {
                "description": "The response body of a HTTP GET request for the 'license.IwoCustomerOp' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'license.IwoCustomerOp' resources.",
                "x-one-of-name": "license.IwoCustomerOp.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/license.IwoCustomerOp.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "license.IwoCustomerOp.Relationship": {
                "description": "A relationship to the 'license.IwoCustomerOp' resource, or the expanded 'license.IwoCustomerOp' resource, or the 'null' value.",
                "x-one-of-name": "license.IwoCustomerOp.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/license.IwoCustomerOp"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "license.IwoCustomerOp": {
                "title": "License:Iwo Customer Op",
                "description": "The IwoCustomerOp object focuses on operations related to the Intersight Workload Optimizer (IWO) licensing, offering tools for managing license tiers and trials within the workload optimization context.\n#### Purpose\nIwoCustomerOp serves as the operational interface for managing workload optimizer licensing. It supports administrative functions, trial enablement, and tier management, ensuring customers can optimize their licensing configurations.\n#### Key Concepts\n- **Workload Optimization:** Facilitates management of IWO license entitlements, allowing customers to tailor their optimization settings to specific needs.\n- **License Tier Management:** Supports setting and managing active license types, providing flexibility in how services are configured and utilized.\n- **Trial Operations:**Enables trial periods for customers to assess the workload optimizer features and benefits.\n- **Administrative Activation:** Allows activation of license entitlements, ensuring operational continuity and access to optimizer capabilities.",
                "x-allOf-name": "license.IwoCustomerOp",
                "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 'license.IwoCustomerOp', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "license.IwoCustomerOp"
                                ],
                                "default": "license.IwoCustomerOp",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "license.IwoCustomerOp"
                                ],
                                "default": "license.IwoCustomerOp",
                                "x-enum-as-string": true
                            },
                            "ActiveAdmin": {
                                "description": "The workload optimizer license administrative state.\nSet this property to 'true' to activate the workload optimizer license entitlements.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "ActiveLicenseType": {
                                "description": "Active workload optimizer license tier set by user.\n* `Base` - Base as a License type. It is default license type.\n* `Essential` - Essential as a License type.\n* `Standard` - Standard as a License type.\n* `Advantage` - Advantage as a License type.\n* `Premier` - Premier as a License type.\n* `IWO-Essential` - IWO-Essential as a License type.\n* `IWO-Advantage` - IWO-Advantage as a License type.\n* `IWO-Premier` - IWO-Premier as a License type.\n* `IKS-Advantage` - IKS-Advantage as a License type.\n* `INC-Premier-1GFixed` - Premier 1G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-10GFixed` - Premier 10G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-100GFixed` - Premier 100G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-Mod4Slot` - Premier Modular 4 slot license tier for Intersight Nexus Cloud.\n* `INC-Premier-Mod8Slot` - Premier Modular 8 slot license tier for Intersight Nexus Cloud.\n* `INC-Premier-D2OpsFixed` - Premier D2Ops fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-D2OpsMod` - Premier D2Ops modular license tier for Intersight Nexus Cloud.\n* `INC-Premier-CentralizedMod8Slot` - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.\n* `INC-Premier-DistributedMod8Slot` - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.\n* `ERP-Advantage` - Advantage license tier for ERP workflows.\n* `IntersightTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.\n* `IWOTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.\n* `IKSTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.\n* `INCTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.",
                                "type": "string",
                                "enum": [
                                    "Base",
                                    "Essential",
                                    "Standard",
                                    "Advantage",
                                    "Premier",
                                    "IWO-Essential",
                                    "IWO-Advantage",
                                    "IWO-Premier",
                                    "IKS-Advantage",
                                    "INC-Premier-1GFixed",
                                    "INC-Premier-10GFixed",
                                    "INC-Premier-100GFixed",
                                    "INC-Premier-Mod4Slot",
                                    "INC-Premier-Mod8Slot",
                                    "INC-Premier-D2OpsFixed",
                                    "INC-Premier-D2OpsMod",
                                    "INC-Premier-CentralizedMod8Slot",
                                    "INC-Premier-DistributedMod8Slot",
                                    "ERP-Advantage",
                                    "IntersightTrial",
                                    "IWOTrial",
                                    "IKSTrial",
                                    "INCTrial"
                                ],
                                "default": "Base",
                                "x-omitempty": true
                            },
                            "EnableTrial": {
                                "description": "Enable trial for Intersight licensing.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "EvaluationPeriod": {
                                "description": "The default Trial or Grace period customer is entitled to.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "ExtraEvaluation": {
                                "description": "The number of days the trial Trial or Grace period is extended. The trial or grace period can be extended once.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "AccountLicenseData": {
                                "$ref": "#/components/schemas/license.AccountLicenseData.Relationship",
                                "description": "A reference to a licenseAccountLicenseData resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "license.IwoCustomerOp.List": {
                "title": "List of 'license.IwoCustomerOp' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'license.IwoCustomerOp' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'license.IwoCustomerOp' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/license.IwoCustomerOp"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "license.IwoLicenseCount.Response": {
                "description": "The response body of a HTTP GET request for the 'license.IwoLicenseCount' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'license.IwoLicenseCount' resources.",
                "x-one-of-name": "license.IwoLicenseCount.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/license.IwoLicenseCount.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "license.IwoLicenseCount.Relationship": {
                "description": "A relationship to the 'license.IwoLicenseCount' resource, or the expanded 'license.IwoLicenseCount' resource, or the 'null' value.",
                "x-one-of-name": "license.IwoLicenseCount.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/license.IwoLicenseCount"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "license.IwoLicenseCount": {
                "title": "License:Iwo License Count",
                "description": "Customer operation object to request reservation code.",
                "x-allOf-name": "license.IwoLicenseCount",
                "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 'license.IwoLicenseCount', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "license.IwoLicenseCount"
                                ],
                                "default": "license.IwoLicenseCount",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "license.IwoLicenseCount"
                                ],
                                "default": "license.IwoLicenseCount",
                                "x-enum-as-string": true
                            },
                            "VmLicenseCount": {
                                "description": "The total number of devices claimed in the Intersight account.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AccountLicenseData": {
                                "$ref": "#/components/schemas/license.AccountLicenseData.Relationship",
                                "description": "A reference to a licenseAccountLicenseData resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "license.IwoLicenseCount.List": {
                "title": "List of 'license.IwoLicenseCount' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'license.IwoLicenseCount' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'license.IwoLicenseCount' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/license.IwoLicenseCount"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "license.LicenseInfo.Response": {
                "description": "The response body of a HTTP GET request for the 'license.LicenseInfo' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'license.LicenseInfo' resources.",
                "x-one-of-name": "license.LicenseInfo.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/license.LicenseInfo.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "license.LicenseInfo.Relationship": {
                "description": "A relationship to the 'license.LicenseInfo' resource, or the expanded 'license.LicenseInfo' resource, or the 'null' value.",
                "x-one-of-name": "license.LicenseInfo.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/license.LicenseInfo"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "license.LicenseInfo": {
                "title": "License:License Info",
                "description": "License state information for a specific license entitlement. Essentials license entitlement is supported currently.\nlicenseState attribute is used for license enforcement. When license state is one of TrialPeriod, Compliance, or OutOfCompliance,\nthe feature set defined for the license entitlement is granted to the customer.",
                "x-allOf-name": "license.LicenseInfo",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'license.LicenseInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "license.LicenseInfo"
                                ],
                                "default": "license.LicenseInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "license.LicenseInfo"
                                ],
                                "default": "license.LicenseInfo",
                                "x-enum-as-string": true
                            },
                            "ActiveAdmin": {
                                "description": "The license administrative state.\nSet this property to 'true' to activate the license entitlements.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Balance": {
                                "description": "The total balance we have for licenses.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DaysLeft": {
                                "description": "The number of days left for licenseState to stay in TrialPeriod or OutOfCompliance state.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EndTime": {
                                "description": "The date and time when the trial period expires.\nThe value of the 'endTime' property is set when the account enters the TrialPeriod or OutOfCompliance state.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EnforceMode": {
                                "description": "The entitlement mode reported by Cisco Smart Software Manager.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ErrorDesc": {
                                "description": "The detailed error message when there is any error related to this licensing entitlement.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EvaluationPeriod": {
                                "description": "The default Trial or Grace period customer is entitled to.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "ExpireTime": {
                                "description": "The date and time when the next expiration time of license subscription.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ExtraEvaluation": {
                                "description": "The number of days the trial Trial or Grace period is extended.\nThe trial or grace period can be extended once.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "LastTrialGraceEvalTime": {
                                "description": "The last time the trial/grace period evaluation was performed for this license.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LicenseCount": {
                                "description": "The total number of license consumed in the Intersight account.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LicenseCountPurchased": {
                                "description": "The total number of license purchased from cisco.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LicenseState": {
                                "description": "The license state defined by Intersight.\nThe value may be one of NotLicensed, TrialPeriod, OutOfCompliance, Compliance, GraceExpired, or TrialExpired.\n* `NotLicensed` - The license token is neither activated nor registered.\n* `GraceExpired` - The license grace period has expired.\n* `TrialPeriod` - The 90 days of trial period.\n* `OutOfCompliance` - The license is out of compliance.\n* `Compliance` - The license is in compliance.\n* `TrialExpired` - The trial period of 90 days has expired.",
                                "type": "string",
                                "enum": [
                                    "NotLicensed",
                                    "GraceExpired",
                                    "TrialPeriod",
                                    "OutOfCompliance",
                                    "Compliance",
                                    "TrialExpired"
                                ],
                                "default": "NotLicensed",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LicenseType": {
                                "description": "The name of the Intersight license entitlement.\nFor example, this property may be set to 'Essential'.\n* `Base` - Base as a License type. It is default license type.\n* `Essential` - Essential as a License type.\n* `Standard` - Standard as a License type.\n* `Advantage` - Advantage as a License type.\n* `Premier` - Premier as a License type.\n* `IWO-Essential` - IWO-Essential as a License type.\n* `IWO-Advantage` - IWO-Advantage as a License type.\n* `IWO-Premier` - IWO-Premier as a License type.\n* `IKS-Advantage` - IKS-Advantage as a License type.\n* `INC-Premier-1GFixed` - Premier 1G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-10GFixed` - Premier 10G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-100GFixed` - Premier 100G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-Mod4Slot` - Premier Modular 4 slot license tier for Intersight Nexus Cloud.\n* `INC-Premier-Mod8Slot` - Premier Modular 8 slot license tier for Intersight Nexus Cloud.\n* `INC-Premier-D2OpsFixed` - Premier D2Ops fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-D2OpsMod` - Premier D2Ops modular license tier for Intersight Nexus Cloud.\n* `INC-Premier-CentralizedMod8Slot` - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.\n* `INC-Premier-DistributedMod8Slot` - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.\n* `ERP-Advantage` - Advantage license tier for ERP workflows.\n* `IntersightTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.\n* `IWOTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.\n* `IKSTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.\n* `INCTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.",
                                "type": "string",
                                "enum": [
                                    "Base",
                                    "Essential",
                                    "Standard",
                                    "Advantage",
                                    "Premier",
                                    "IWO-Essential",
                                    "IWO-Advantage",
                                    "IWO-Premier",
                                    "IKS-Advantage",
                                    "INC-Premier-1GFixed",
                                    "INC-Premier-10GFixed",
                                    "INC-Premier-100GFixed",
                                    "INC-Premier-Mod4Slot",
                                    "INC-Premier-Mod8Slot",
                                    "INC-Premier-D2OpsFixed",
                                    "INC-Premier-D2OpsMod",
                                    "INC-Premier-CentralizedMod8Slot",
                                    "INC-Premier-DistributedMod8Slot",
                                    "ERP-Advantage",
                                    "IntersightTrial",
                                    "IWOTrial",
                                    "IKSTrial",
                                    "INCTrial"
                                ],
                                "default": "Base",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NetSubstitution": {
                                "description": "The total number of substituted licenses added or removed.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StartTime": {
                                "description": "The date and time when the licenseState entered the TrialPeriod or OutOfCompliance state.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SubscriptionId": {
                                "description": "The id of license subscription.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SubstitutedLicense": {
                                "type": "array",
                                "items": {
                                    "description": "The substitute license that is used.",
                                    "$ref": "#/components/schemas/license.SubstituteLicense",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "TrialAdmin": {
                                "description": "The administrative state of the trial license.\nWhen the LicenseState is set to 'NotLicensed', 'trialAdmin' can be set to true to start the trial period,\ni.e. licenseState is set to be TrialPeriod.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AccountLicenseData": {
                                "$ref": "#/components/schemas/license.AccountLicenseData.Relationship",
                                "description": "A reference to a licenseAccountLicenseData resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "license.LicenseInfo.List": {
                "title": "List of 'license.LicenseInfo' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'license.LicenseInfo' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'license.LicenseInfo' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/license.LicenseInfo"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "license.LicenseInfoView.Response": {
                "description": "The response body of a HTTP GET request for the 'license.LicenseInfoView' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'license.LicenseInfoView' resources.",
                "x-one-of-name": "license.LicenseInfoView.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/license.LicenseInfoView.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "license.LicenseInfoView.Relationship": {
                "description": "A relationship to the 'license.LicenseInfoView' resource, or the expanded 'license.LicenseInfoView' resource, or the 'null' value.",
                "x-one-of-name": "license.LicenseInfoView.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/license.LicenseInfoView"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "license.LicenseInfoView": {
                "title": "License:License Info View",
                "description": "The LicenseInfoView object provides a custom view for license information, designed to be displayed by user interfaces, enhancing user experience and information accessibility.\n#### Purpose\nLicenseInfoView serves as a presentation layer for license information, offering structured views that enhance the user's ability to access and understand licensing data.\n#### Key Concepts\n- **Custom View Creation:** Facilitates the creation of tailored views for license information, ensuring data is presented in an accessible and user-friendly manner.\n- **UI Integration:** Designed for integration with user interfaces, providing seamless access to licensing data.\n- **Information Accessibility:** Enhances the ability of users to access and interpret license information, supporting informed decision-making.\n- **Organizational Resource:** Operates within shared organizational contexts, ensuring consistent presentation across different accounts and user roles.",
                "x-allOf-name": "license.LicenseInfoView",
                "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 'license.LicenseInfoView', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "license.LicenseInfoView"
                                ],
                                "default": "license.LicenseInfoView",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "license.LicenseInfoView"
                                ],
                                "default": "license.LicenseInfoView",
                                "x-enum-as-string": true
                            },
                            "AccountLicenseData": {
                                "$ref": "#/components/schemas/license.AccountLicenseData.Relationship",
                                "description": "A reference to a licenseAccountLicenseData resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "license.LicenseInfoView.List": {
                "title": "List of 'license.LicenseInfoView' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'license.LicenseInfoView' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'license.LicenseInfoView' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/license.LicenseInfoView"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "license.LicenseRegistrationStatus.Response": {
                "description": "The response body of a HTTP GET request for the 'license.LicenseRegistrationStatus' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'license.LicenseRegistrationStatus' resources.",
                "x-one-of-name": "license.LicenseRegistrationStatus.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/license.LicenseRegistrationStatus.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "license.LicenseRegistrationStatus.Relationship": {
                "description": "A relationship to the 'license.LicenseRegistrationStatus' resource, or the expanded 'license.LicenseRegistrationStatus' resource, or the 'null' value.",
                "x-one-of-name": "license.LicenseRegistrationStatus.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/license.LicenseRegistrationStatus"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "license.LicenseRegistrationStatus": {
                "title": "License:License Registration Status",
                "description": "The LicenseRegistrationStatus object is essential for monitoring the current step of license registration status, offering insights into registration flows and completion states.\n#### Purpose\nLicenseRegistrationStatus provides visibility into the stages of license registration, allowing users to track progress and manage registration flows effectively.\n#### Key Concepts\n- **Registration Monitoring:** Centralizes tracking of registration status, offering insights into current flow and completion stages.\n- **Trial Completion Tracking:** Supports monitoring of trial registration completion, ensuring users can manage trial flows effectively.\n- **Account Status Visibility:** Provides information on new account statuses, supporting UI theme upgrades and user experience enhancements.\n- **Organizational Resource:** Designed to operate within shared organizational contexts, ensuring consistent tracking across different accounts and user roles.",
                "x-allOf-name": "license.LicenseRegistrationStatus",
                "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 'license.LicenseRegistrationStatus', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "license.LicenseRegistrationStatus"
                                ],
                                "default": "license.LicenseRegistrationStatus",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "license.LicenseRegistrationStatus"
                                ],
                                "default": "license.LicenseRegistrationStatus",
                                "x-enum-as-string": true
                            },
                            "AccountCreationState": {
                                "description": "Stores information on whether account has gone through the registration wizard. True if has not.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "IsNewAccount": {
                                "description": "Stores information on whether account is new. This data is used for UI theme upgrade, where existing users will be shown a slightly different screen. True if new.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LicenseRegistrationState": {
                                "description": "Stores information on the current flow of license registration.\n* `RegistrationNotStarted` - The license registration state to chose between trial and registration.\n* `RegistrationStarted` - The license registration state during set up flow.\n* `RegistrationComplete` - The license registration state after completion.",
                                "type": "string",
                                "enum": [
                                    "RegistrationNotStarted",
                                    "RegistrationStarted",
                                    "RegistrationComplete"
                                ],
                                "default": "RegistrationNotStarted",
                                "x-omitempty": true
                            },
                            "TrialRegistrationComplete": {
                                "description": "Stores information on whether trial flow has been completed. True if trial registration finish.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "AccountLicenseData": {
                                "$ref": "#/components/schemas/license.AccountLicenseData.Relationship",
                                "description": "A reference to a licenseAccountLicenseData resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "license.LicenseRegistrationStatus.List": {
                "title": "List of 'license.LicenseRegistrationStatus' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'license.LicenseRegistrationStatus' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'license.LicenseRegistrationStatus' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/license.LicenseRegistrationStatus"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "license.LicenseReservationOp.Response": {
                "description": "The response body of a HTTP GET request for the 'license.LicenseReservationOp' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'license.LicenseReservationOp' resources.",
                "x-one-of-name": "license.LicenseReservationOp.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/license.LicenseReservationOp.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "license.LicenseReservationOp": {
                "title": "License:License Reservation Op",
                "description": "Customer operation object to request reservation code.",
                "x-allOf-name": "license.LicenseReservationOp",
                "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 'license.LicenseReservationOp', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "license.LicenseReservationOp"
                                ],
                                "default": "license.LicenseReservationOp",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "license.LicenseReservationOp"
                                ],
                                "default": "license.LicenseReservationOp",
                                "x-enum-as-string": true
                            },
                            "AuthCode": {
                                "description": "Revervation code used to install the license.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "AuthCodeInstalled": {
                                "description": "Flag to indicate whether authorization code is installed.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ConfirmCode": {
                                "description": "Confirm code used to complete the license update on smart license account.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "GenerateRequestCode": {
                                "description": "Trigger the generation of request code for specific license reservation.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "GenerateReturnCode": {
                                "description": "Trigger the generation of return code for specific license reservation.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "RequestCode": {
                                "description": "Revervation code used to generate authorization code from CSSM.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ReturnCode": {
                                "description": "Return code used to return the reserved license to smart license account.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "license.LicenseReservationOp.List": {
                "title": "List of 'license.LicenseReservationOp' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'license.LicenseReservationOp' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'license.LicenseReservationOp' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/license.LicenseReservationOp"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "license.SmartlicenseToken.Response": {
                "description": "The response body of a HTTP GET request for the 'license.SmartlicenseToken' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'license.SmartlicenseToken' resources.",
                "x-one-of-name": "license.SmartlicenseToken.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/license.SmartlicenseToken.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "license.SmartlicenseToken.Relationship": {
                "description": "A relationship to the 'license.SmartlicenseToken' resource, or the expanded 'license.SmartlicenseToken' resource, or the 'null' value.",
                "x-one-of-name": "license.SmartlicenseToken.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/license.SmartlicenseToken"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "license.SmartlicenseToken": {
                "title": "License:Smartlicense Token",
                "description": "The SmartlicenseToken object manages the collection of license registration tokens, ensuring secure and efficient handling of licensing credentials.\n#### Purpose\nSmartlicenseToken serves as the repository for license registration tokens, providing mechanisms for secure storage and retrieval of licensing credentials.\n#### Key Concepts\n- **Token Management:** Centralizes storage and management of license registration tokens, ensuring secure handling of credentials.\n- **Credential Security:** Focuses on the security aspects of token management, ensuring tokens are protected and accessible only to authorized users.\n- **Organizational Resource:** Operates within shared organizational contexts, allowing consistent application across different accounts and user roles.\n- **Integration:** Designed to integrate seamlessly with licensing processes, supporting efficient registration and authorization flows.",
                "x-allOf-name": "license.SmartlicenseToken",
                "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 'license.SmartlicenseToken', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "license.SmartlicenseToken"
                                ],
                                "default": "license.SmartlicenseToken",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "license.SmartlicenseToken"
                                ],
                                "default": "license.SmartlicenseToken",
                                "x-enum-as-string": true
                            },
                            "Token": {
                                "description": "Smart license registration token.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "AccountLicenseData": {
                                "$ref": "#/components/schemas/license.AccountLicenseData.Relationship",
                                "description": "A reference to a licenseAccountLicenseData resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "license.SmartlicenseToken.List": {
                "title": "List of 'license.SmartlicenseToken' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'license.SmartlicenseToken' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'license.SmartlicenseToken' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/license.SmartlicenseToken"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "license.SubstituteLicense": {
                "title": "License:Substitute License",
                "description": "License tiers can be substituted with higher tiers. Will contain information on the type of license being used\nfor substitution, the number of substutions used, and the substitution type.",
                "x-allOf-name": "license.SubstituteLicense",
                "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 'license.SubstituteLicense', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "license.SubstituteLicense"
                                ],
                                "default": "license.SubstituteLicense",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "license.SubstituteLicense"
                                ],
                                "default": "license.SubstituteLicense",
                                "x-enum-as-string": true
                            },
                            "SubstitutedLicense": {
                                "description": "The substitute license that is used.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SubstitutedQuantity": {
                                "description": "The number of substitute licenses that are used.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SubstitutionType": {
                                "description": "The substitution from lower or from higher tier.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "meraki.Device.Response": {
                "description": "The response body of a HTTP GET request for the 'meraki.Device' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'meraki.Device' resources.",
                "x-one-of-name": "meraki.Device.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/meraki.Device.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "meraki.Device.Relationship": {
                "description": "A relationship to the 'meraki.Device' resource, or the expanded 'meraki.Device' resource, or the 'null' value.",
                "x-one-of-name": "meraki.Device.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/meraki.Device"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "meraki.Device": {
                "title": "Meraki:Device",
                "description": "A device belonging to a organization's network.",
                "x-allOf-name": "meraki.Device",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/equipment.AbstractDevice"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'meraki.Device', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "meraki.Device"
                                ],
                                "default": "meraki.Device",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "meraki.Device"
                                ],
                                "default": "meraki.Device",
                                "x-enum-as-string": true
                            },
                            "LanIp": {
                                "description": "LAN IP address of the device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Mac": {
                                "description": "The MAC address of the device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NetworkId": {
                                "description": "The network the device belongs to.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Network": {
                                "$ref": "#/components/schemas/meraki.Network.Relationship",
                                "description": "A reference to a merakiNetwork resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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
                            }
                        }
                    }
                ]
            },
            "meraki.Device.List": {
                "title": "List of 'meraki.Device' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'meraki.Device' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'meraki.Device' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/meraki.Device"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "meraki.Network.Response": {
                "description": "The response body of a HTTP GET request for the 'meraki.Network' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'meraki.Network' resources.",
                "x-one-of-name": "meraki.Network.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/meraki.Network.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "meraki.Network.Relationship": {
                "description": "A relationship to the 'meraki.Network' resource, or the expanded 'meraki.Network' resource, or the 'null' value.",
                "x-one-of-name": "meraki.Network.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/meraki.Network"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "meraki.Network": {
                "title": "Meraki:Network",
                "description": "A network belonging to an organization.",
                "x-allOf-name": "meraki.Network",
                "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 'meraki.Network', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "meraki.Network"
                                ],
                                "default": "meraki.Network",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "meraki.Network"
                                ],
                                "default": "meraki.Network",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "The Meraki network name seamlessly uniting devices for effortless connectivity.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NetworkId": {
                                "description": "The unique Meraki network id.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NetworkTags": {
                                "type": "array",
                                "items": {
                                    "description": "A list of tags applied to the network.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "OrganizationId": {
                                "description": "The unique Meraki organization id.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ProductTypes": {
                                "type": "array",
                                "items": {
                                    "description": "Product type. example types are appliance and switch.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Organization": {
                                "$ref": "#/components/schemas/meraki.Organization.Relationship",
                                "description": "A reference to a merakiOrganization resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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
                            }
                        }
                    }
                ]
            },
            "meraki.Network.List": {
                "title": "List of 'meraki.Network' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'meraki.Network' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'meraki.Network' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/meraki.Network"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "meraki.Organization.Response": {
                "description": "The response body of a HTTP GET request for the 'meraki.Organization' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'meraki.Organization' resources.",
                "x-one-of-name": "meraki.Organization.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/meraki.Organization.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "meraki.Organization.Relationship": {
                "description": "A relationship to the 'meraki.Organization' resource, or the expanded 'meraki.Organization' resource, or the 'null' value.",
                "x-one-of-name": "meraki.Organization.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/meraki.Organization"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "meraki.Organization": {
                "title": "Meraki:Organization",
                "description": "Meraki organization which leverages Meraki's cloud-managed networking solutions > to streamline and enhance its IT infrastructure.",
                "x-allOf-name": "meraki.Organization",
                "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 'meraki.Organization', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "meraki.Organization"
                                ],
                                "default": "meraki.Organization",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "meraki.Organization"
                                ],
                                "default": "meraki.Organization",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "The Meraki organization name.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OrganizationId": {
                                "description": "The Meraki organization id.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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
                            }
                        }
                    }
                ]
            },
            "meraki.Organization.List": {
                "title": "List of 'meraki.Organization' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'meraki.Organization' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'meraki.Organization' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/meraki.Organization"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "meraki.PortProfile.Response": {
                "description": "The response body of a HTTP GET request for the 'meraki.PortProfile' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'meraki.PortProfile' resources.",
                "x-one-of-name": "meraki.PortProfile.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/meraki.PortProfile.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "meraki.PortProfile": {
                "title": "Meraki:Port Profile",
                "description": "A switch port configuration profile belonging to an organization.",
                "x-allOf-name": "meraki.PortProfile",
                "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 'meraki.PortProfile', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "meraki.PortProfile"
                                ],
                                "default": "meraki.PortProfile",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "meraki.PortProfile"
                                ],
                                "default": "meraki.PortProfile",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "The name of the port profile.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ProfileId": {
                                "description": "The unique identifier for the port profile.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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
                            }
                        }
                    }
                ]
            },
            "meraki.PortProfile.List": {
                "title": "List of 'meraki.PortProfile' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'meraki.PortProfile' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'meraki.PortProfile' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/meraki.PortProfile"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "meraki.Tag.Response": {
                "description": "The response body of a HTTP GET request for the 'meraki.Tag' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'meraki.Tag' resources.",
                "x-one-of-name": "meraki.Tag.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/meraki.Tag.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "meraki.Tag": {
                "title": "Meraki:Tag",
                "description": "Tag on different meraki entities e.g. device, network and switch port.",
                "x-allOf-name": "meraki.Tag",
                "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 'meraki.Tag', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "meraki.Tag"
                                ],
                                "default": "meraki.Tag",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "meraki.Tag"
                                ],
                                "default": "meraki.Tag",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "The name of the tag on different meraki entities.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "Type of the tag on different meraki entities.\n* `unknown` - The tag type is unknown, it is used as default value.\n* `Network` - The tag belongs to Meraki network.\n* `Device` - The tag belongs to Meraki device.\n* `SwitchPort` - The tag belongs to Meraki switch port.",
                                "type": "string",
                                "enum": [
                                    "unknown",
                                    "Network",
                                    "Device",
                                    "SwitchPort"
                                ],
                                "default": "unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Device": {
                                "$ref": "#/components/schemas/meraki.Device.Relationship",
                                "description": "A reference to a merakiDevice resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Network": {
                                "$ref": "#/components/schemas/meraki.Network.Relationship",
                                "description": "A reference to a merakiNetwork resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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
                            }
                        }
                    }
                ]
            },
            "meraki.Tag.List": {
                "title": "List of 'meraki.Tag' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'meraki.Tag' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'meraki.Tag' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/meraki.Tag"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "meta.AccessPrivilege": {
                "title": "Meta:Access Privilege",
                "description": "The required access privilege for a given Managed Object and CRUD operation.",
                "x-allOf-name": "meta.AccessPrivilege",
                "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 'meta.AccessPrivilege', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "meta.AccessPrivilege"
                                ],
                                "default": "meta.AccessPrivilege",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "meta.AccessPrivilege"
                                ],
                                "default": "meta.AccessPrivilege",
                                "x-enum-as-string": true
                            },
                            "Method": {
                                "description": "The type of CRUD operation (create, read, update, delete) for which an access privilege is required.\n* `Update` - The 'update' operation/state.\n* `Create` - The 'create' operation/state.\n* `Read` - The 'read' operation/state.\n* `Delete` - The 'delete' operation/state.",
                                "type": "string",
                                "enum": [
                                    "Update",
                                    "Create",
                                    "Read",
                                    "Delete"
                                ],
                                "default": "Update",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Privilege": {
                                "description": "The name of the privilege which is required to invoke the specified CRUD method.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "meta.Definition.Response": {
                "description": "The response body of a HTTP GET request for the 'meta.Definition' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'meta.Definition' resources.",
                "x-one-of-name": "meta.Definition.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/meta.Definition.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "meta.Definition": {
                "title": "Meta:Definition",
                "description": "The meta-data of managed objects and complex types.",
                "x-allOf-name": "meta.Definition",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'meta.Definition', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "meta.Definition"
                                ],
                                "default": "meta.Definition",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "meta.Definition"
                                ],
                                "default": "meta.Definition",
                                "x-enum-as-string": true
                            },
                            "AccessPrivileges": {
                                "type": "array",
                                "items": {
                                    "description": "The list of access privileges that are required to perform CRUD operations on this managed object. If no access privileges are specified, the object is not accessible.",
                                    "$ref": "#/components/schemas/meta.AccessPrivilege",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "AncestorClasses": {
                                "type": "array",
                                "items": {
                                    "description": "An array of parent metaclasses in the class inheritance hierarchy. The first element in the array is the parent class. The next element is the grand-parent, etc. The last element in the array is the mo.BaseMo class.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "DisplayNameMetas": {
                                "type": "array",
                                "items": {
                                    "description": "The user appropriate display name meta.",
                                    "$ref": "#/components/schemas/meta.DisplayNameDefinition",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "EnablePreviousMo": {
                                "description": "When true, MO change events for this type include the previous (old) value of each modified field alongside the new value, so consumers (e.g. post-processing services) can see both. Implemented by enabling MongoDB change stream pre-image snapshots for the collection.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IdentityConstraints": {
                                "type": "array",
                                "items": {
                                    "description": "Meta definition for the identity constraints in the meta class.",
                                    "$ref": "#/components/schemas/meta.IdentityDefinition",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "IsConcrete": {
                                "description": "Boolean flag to specify whether the meta class is a concrete class or not.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MetaType": {
                                "description": "Indicates whether the meta class is a complex type or managed object.\n* `ManagedObject` - The meta.Definition object describes a managed object.\n* `ComplexType` - The meta.Definition object describes a nested complex type within a managed object.",
                                "type": "string",
                                "enum": [
                                    "ManagedObject",
                                    "ComplexType"
                                ],
                                "default": "ManagedObject",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The fully-qualified class name of the Managed Object or complex type. For example, \"compute:Blade\" where the Managed Object is \"Blade\" and the package is 'compute'.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Namespace": {
                                "description": "The namespace of the meta.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Owner": {
                                "description": "A value describing the owner for a given Managed Object, such as Account or Organization.\n* `System` - Any Managed Object with OwnerType as System is root for objects common to all accounts. Any object which inherits permissions from this object has owners as system and is common to all accounts. Objects with owner as system can only be read by user and modification is not allowed by user.\n* `Yes` - Any Managed Object with OwnerType as Yes is root for objects which need security filtering. Currently objects with owner yes are account and device registration. Any object with owner ''yes'' has self moid in owners and any objects which inherits permissions from this object has root object moid as owners. In user context, account filtering is enforced by providing access to objects with owner as account moid. In device context, device filtering is enforced by providing access to objects with owner as device moid.\n* `No` - Any Managed Object with OwnerType as No inherits base mo properties like owners, domain group moid, account moid, permission resources from inherit permission relation. Inherit permission relation could be with an object whose owner is system/organization/yes/no.\n* `Internal` - Any Managed Object with OwnerType as Internal is internal to system. Such Managed Objects cannot be accessed using REST APIs and can be created, updated or deleted in any security context.\n* `Organization` - Any Managed Object with OwnerType as Organization is contained under an organization like profiles, policies, user defined workflows. Implicitly an organization on-peer-delete relation is added in this object.",
                                "type": "string",
                                "enum": [
                                    "System",
                                    "Yes",
                                    "No",
                                    "Internal",
                                    "Organization"
                                ],
                                "default": "System",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ParentClass": {
                                "description": "The fully-qualified name of the parent metaclass in the class inheritance hierarchy.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PermissionSupported": {
                                "description": "Boolean flag to specify whether instances of this class type can be specified in permissions for instance based access control. Permissions can be created for entire Intersight account or to a subset of resources (instance based access control). In the first release, permissions are supported for entire account or for a subset of organizations.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Properties": {
                                "type": "array",
                                "items": {
                                    "description": "Meta definition for the properties in the meta class and from all classes in the inheritance hierarchy.",
                                    "$ref": "#/components/schemas/meta.PropDefinition",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "RbacResource": {
                                "description": "Boolean flag to specify whether instances of this class type can be assigned to resource groups that are part of an organization for access control. Inventoried physical/logical objects which needs access control should have rbacResource=true. These objects are not part of any organization by default like device registrations and should be assigned to organizations for access control. Profiles, policies, workflow definitions which are created by specifying organization need not have this flag set.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Relationships": {
                                "type": "array",
                                "items": {
                                    "description": "Meta definition for the relationship in the meta class.",
                                    "$ref": "#/components/schemas/meta.RelationshipDefinition",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ResourcePoolTypes": {
                                "type": "array",
                                "items": {
                                    "description": "A collection of Pool types. When the collection contains any value, it means a ResourcePool of the current MO or its child MO can be created with given Pool type. Consider for example, if there is a requirement to support pool creation for Virtual Machines, then we shall add this property for VirtualMachine MO with an appropriate pool name to represent the Virtual Machine pool in the UI.\nResourcePoolTypes = \"Virtual Machine\"\nThe newly added pool type \"Virtual Machine\" needs to be updated in Malibu's ResourceType enum. While creating the resource pool, UI will list the supported pool types specified in this enum. Once the pool type is selected, the MOs updated with the matching ResourcePoolType property will be listed for selection to create the pool.\nThe same ResourcePoolType name can be used for more than one MOs. Consider as an example, RackUnit and Blade MOs can be grouped under a pool type called 'Server'. Also this can be used at abstract class as well. For example, compute.Physical is abstract class for compute.RackUnit and compute.Blade; so, instead of adding this property at compute.Blade and compute.RackUnit, it can be added at abstract class level, which is compute.Physical.\nResourcePoolTypes property of an MO can hold one or more values. Consider compute.RackUnit MO can be considered for creating two distinct  type of pools - say, Server Pool and Rack Server Pool. In this case, we need to update the ResourcePoolTypes property as below:\nResourcePoolTypes = \"Server, Rack Server\".",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "RestPath": {
                                "description": "Restful URL path for the meta.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "The version of the service that defines the meta-data.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "meta.Definition.List": {
                "title": "List of 'meta.Definition' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'meta.Definition' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'meta.Definition' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/meta.Definition"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "meta.DisplayNameDefinition": {
                "title": "Meta:Display Name Definition",
                "description": "A rule for constructing user appropriate names for MO instances using the fields of the MO instance and MOs in its Ancestors hierarchy.",
                "x-allOf-name": "meta.DisplayNameDefinition",
                "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 'meta.DisplayNameDefinition', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "meta.DisplayNameDefinition"
                                ],
                                "default": "meta.DisplayNameDefinition",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "meta.DisplayNameDefinition"
                                ],
                                "default": "meta.DisplayNameDefinition",
                                "x-enum-as-string": true
                            },
                            "Format": {
                                "description": "A specification for constructing the displayname from the MO's properties.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IncludeAncestor": {
                                "description": "An indication of whether the displayname should be contructed 'recursively' including the displayname of the first ancestor with a similarly named displayname.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the displayname used as a key in the DisplayName map which is returned as part of an MO for a Rest request.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "meta.IdentityDefinition": {
                "title": "Meta:Identity Definition",
                "description": "Definitions for the identity constraints in meta.",
                "x-allOf-name": "meta.IdentityDefinition",
                "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 'meta.IdentityDefinition', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "meta.IdentityDefinition"
                                ],
                                "default": "meta.IdentityDefinition",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "meta.IdentityDefinition"
                                ],
                                "default": "meta.IdentityDefinition",
                                "x-enum-as-string": true
                            },
                            "Fields": {
                                "type": "array",
                                "items": {
                                    "description": "Array of fields that uniquely identify the managed object.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "meta.PropDefinition": {
                "title": "Meta:Prop Definition",
                "description": "Definitions for the properties in a meta.",
                "x-allOf-name": "meta.PropDefinition",
                "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 'meta.PropDefinition', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "meta.PropDefinition"
                                ],
                                "default": "meta.PropDefinition",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "meta.PropDefinition"
                                ],
                                "default": "meta.PropDefinition",
                                "x-enum-as-string": true
                            },
                            "ApiAccess": {
                                "description": "API access control for the property. Examples are NoAccess, ReadOnly, CreateOnly etc.\n* `NoAccess` - The property is not accessible from the API.\n* `ReadOnly` - The value of the property is read-only.An HTTP 4xx status code is returned when the user sends a POST/PUT/PATCH request that containsa ReadOnly property.\n* `CreateOnly` - The value of the property can be set when the REST resource is created. It cannot be changed after object creation.An HTTP 4xx status code is returned when the user sends a POST/PUT/PATCH request that containsa CreateOnly property.CreateOnly properties are returned in the response body of HTTP GET requests.\n* `ReadWrite` - The property has read/write access.\n* `WriteOnly` - The value of the property can be set but it is never returned in the response body of supported HTTP methods.This settings is used for sensitive properties such as passwords.\n* `ReadOnCreate` - The value of the property is returned in the HTTP POST response body when the REST resource is created.The property is not writeable and cannot be queried through a GET request after the resource has been created.",
                                "type": "string",
                                "enum": [
                                    "NoAccess",
                                    "ReadOnly",
                                    "CreateOnly",
                                    "ReadWrite",
                                    "WriteOnly",
                                    "ReadOnCreate"
                                ],
                                "default": "NoAccess",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Default": {
                                "description": "The default value of the property. Not applicable when IsComplexType is True.",
                                "nullable": true,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsCollection": {
                                "description": "Indicates whether the property is a collection (i.e. a JSON array), otherwise it is a single value.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsComplexType": {
                                "description": "Indicates whether the property is a complex type, otherwise it is a basic scalar type.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Kind": {
                                "description": "The kind of the property.\n* `Unknown` - The property kind is unknown.\n* `Boolean` - The 'Boolean' kind of property.\n* `String` - The 'String' kind of property.\n* `Integer` - The 'Integer' kind of property.\n* `Int32` - The 'Int32' kind of property.\n* `Int64` - The 'Int64' kind of property.\n* `Float` - The 'Float' kind of property.\n* `Double` - The 'Double' kind of property.\n* `Date` - The 'Date' kind of property.\n* `Duration` - The 'Duration' kind of property.\n* `Time` - The 'Time' kind of property.\n* `Json` - The 'JSON' kind of property.\n* `Binary` - The 'Binary' kind of property.\n* `EnumString` - The 'EnumString' kind of property.\n* `EnumInteger` - The 'EnumInteger' kind of property.\n* `ComplexType` - The 'ComplexType' kind of property.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Boolean",
                                    "String",
                                    "Integer",
                                    "Int32",
                                    "Int64",
                                    "Float",
                                    "Double",
                                    "Date",
                                    "Duration",
                                    "Time",
                                    "Json",
                                    "Binary",
                                    "EnumString",
                                    "EnumInteger",
                                    "ComplexType"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the property.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OpSecurity": {
                                "description": "The data-at-rest security protection applied to this property when a Managed Object is persisted.\nFor example, Encrypted or Cleartext.\n* `ClearText` - Data at rest is not encrypted using account specific keys.Note that data is always protected using volume encryption. ClearText propertiesare queryable and searchable.\n* `Encrypted` - The value of the property is encrypted with account-specific cryptographic keys.This setting is used for properties that contain sensitive data. Encrypted propertiesare not queryable and searchable.\n* `Pbkdf2` - The value of the property is hashed using the pbkdf2 key derivation functions thattakes a password, a salt, and a cost factor as inputs then generates a password hash.Its purpose is to make each password guessing trial by an attacker who has obtaineda password hash file expensive and therefore the cost of a guessing attack high or prohibitive.\n* `Bcrypt` - The value of the property is hashed using the bcrypt key derivation function.\n* `Sha512crypt` - The value of the property is hashed using the sha512crypt key derivation function.\n* `Argon2id` - The value of the property is hashed using the argon2id key derivation function.",
                                "type": "string",
                                "enum": [
                                    "ClearText",
                                    "Encrypted",
                                    "Pbkdf2",
                                    "Bcrypt",
                                    "Sha512crypt",
                                    "Argon2id"
                                ],
                                "default": "ClearText",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SearchWeight": {
                                "description": "Enables the property to be searchable from global search. A value of 0 means this property is not globally searchable.",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "The type of the property. In case of collection properties the type is that of individual elements.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "meta.RelationshipDefinition": {
                "title": "Meta:Relationship Definition",
                "description": "Definitions for the relationship in a meta.",
                "x-allOf-name": "meta.RelationshipDefinition",
                "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 'meta.RelationshipDefinition', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "meta.RelationshipDefinition"
                                ],
                                "default": "meta.RelationshipDefinition",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "meta.RelationshipDefinition"
                                ],
                                "default": "meta.RelationshipDefinition",
                                "x-enum-as-string": true
                            },
                            "ApiAccess": {
                                "description": "API access definition for this relationship.\n* `NoAccess` - The property is not accessible from the API.\n* `ReadOnly` - The value of the property is read-only.An HTTP 4xx status code is returned when the user sends a POST/PUT/PATCH request that containsa ReadOnly property.\n* `CreateOnly` - The value of the property can be set when the REST resource is created. It cannot be changed after object creation.An HTTP 4xx status code is returned when the user sends a POST/PUT/PATCH request that containsa CreateOnly property.CreateOnly properties are returned in the response body of HTTP GET requests.\n* `ReadWrite` - The property has read/write access.\n* `WriteOnly` - The value of the property can be set but it is never returned in the response body of supported HTTP methods.This settings is used for sensitive properties such as passwords.\n* `ReadOnCreate` - The value of the property is returned in the HTTP POST response body when the REST resource is created.The property is not writeable and cannot be queried through a GET request after the resource has been created.",
                                "type": "string",
                                "enum": [
                                    "NoAccess",
                                    "ReadOnly",
                                    "CreateOnly",
                                    "ReadWrite",
                                    "WriteOnly",
                                    "ReadOnCreate"
                                ],
                                "default": "NoAccess",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Collection": {
                                "description": "Specifies whether the relationship is a collection.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Export": {
                                "description": "When turned off, the peer MO is not exported when the local MO is exported.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ExportWithPeer": {
                                "description": "When turned on, the local MO is exported when the peer is exported.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the relationship.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OnDelete": {
                                "description": "The action to perform on the peer MO when the local MO is deleted.\n* `Unset` - Any relationship from the peer managed object to the managed object being deleted is unset.\n* `Cascade` - The peer managed object is deleted.\n* `Prohibit` - The deletion is prevented when the relationship is set.\n* `Ignore` - No action is performed on the relationship value or the peer managed object of the relationship.",
                                "type": "string",
                                "enum": [
                                    "Unset",
                                    "Cascade",
                                    "Prohibit",
                                    "Ignore"
                                ],
                                "default": "Unset",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OnPeerDelete": {
                                "description": "The action to perform on the local MO when the peer MO is deleted.\n* `Unset` - Any relationship from the peer managed object to the managed object being deleted is unset.\n* `Cascade` - The peer managed object is deleted.\n* `Prohibit` - The deletion is prevented when the relationship is set.\n* `Ignore` - No action is performed on the relationship value or the peer managed object of the relationship.",
                                "type": "string",
                                "enum": [
                                    "Unset",
                                    "Cascade",
                                    "Prohibit",
                                    "Ignore"
                                ],
                                "default": "Unset",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PeerRelName": {
                                "description": "Name of relationship in peer managed object.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PeerSupportedObjectTypes": {
                                "type": "array",
                                "items": {
                                    "description": "The list of supported object types for the peer MO.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "PeerSync": {
                                "description": "When turned on, peer MO corresponding to the reference provided in relation is updated with a reference to the current MO.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "Fully qualified type of the peer managed object.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "notification.AbstractAdvisoryFilter": {
                "title": "Notification:Abstract Advisory Filter",
                "description": "Filter for a specific advisory type with selected severities and optional CVSS score filtering.",
                "x-allOf-name": "notification.AbstractAdvisoryFilter",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    }
                ]
            },
            "notification.AbstractCondition": {
                "title": "Notification:Abstract Condition",
                "description": "AbstractCondition is a base abstract class for all types of conditions for notification.Subscription Mo.\nAll conditions types inherit from this base type. It describes the match criteria (condition) for the subscription.\nAbstract type to be used as a condition for notification.Subscription object.\nGives the ability to change add different conditions types in the model without\ndrastic changes to the model itself.",
                "x-allOf-name": "notification.AbstractCondition",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    }
                ]
            },
            "notification.AbstractMoCondition": {
                "title": "Notification:Abstract Mo Condition",
                "description": "This condition type gives the ability to subscribe to the cond.Alarm ObjectType and provide\na list of Severities you're interested in.",
                "x-allOf-name": "notification.AbstractMoCondition",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/notification.AbstractCondition"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'notification.AbstractMoCondition', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "notification.AdvisoryMoCondition",
                                    "notification.AlarmMoCondition",
                                    "notification.ApplianceUpgradeMoCondition",
                                    "notification.DistributableMoCondition",
                                    "notification.MoCondition",
                                    "notification.SimpleMoCondition",
                                    "notification.SoftwareReleaseMetaMoCondition"
                                ],
                                "x-enum-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": [
                                    "notification.AdvisoryMoCondition",
                                    "notification.AlarmMoCondition",
                                    "notification.ApplianceUpgradeMoCondition",
                                    "notification.DistributableMoCondition",
                                    "notification.MoCondition",
                                    "notification.SimpleMoCondition",
                                    "notification.SoftwareReleaseMetaMoCondition"
                                ],
                                "x-enum-as-string": true
                            },
                            "Enabled": {
                                "description": "The condition can be switched on/off with out necessity to change the subscription\nsettings: actions, conditions, etc.\nEx.: Subscription MO can be configured, but switched off.",
                                "type": "boolean",
                                "default": true,
                                "x-omitempty": true
                            },
                            "MoType": {
                                "description": "MoType for which the condition is created.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Operations": {
                                "type": "array",
                                "items": {
                                    "description": "The type of change (create, update, delete) performed on the MO.\n* `None` - The 'none' operation/state.Indicates a configuration profile has been deployed, and the desired configuration matches the actual device configuration.\n* `Created` - The 'create' operation/state.Indicates a configuration profile has been created and associated with a device, but the configuration specified in the profilehas not been applied yet. For example, this could happen when the user creates a server profile and has not deployed the profile yet.\n* `Modified` - The 'update' operation/state.Indicates some of the desired configuration changes specified in a profile have not been been applied to the associated device.This happens when the user has made changes to a profile and has not deployed the changes yet, or when the workflow to applythe configuration changes has not completed successfully.\n* `Deleted` - The 'delete' operation/state.Indicates a configuration profile has been been disassociated from a device and the user has not undeployed these changes yet.",
                                    "type": "string",
                                    "enum": [
                                        "None",
                                        "Created",
                                        "Modified",
                                        "Deleted"
                                    ],
                                    "default": "None",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "notification.AccountSubscription.Response": {
                "description": "The response body of a HTTP GET request for the 'notification.AccountSubscription' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'notification.AccountSubscription' resources.",
                "x-one-of-name": "notification.AccountSubscription.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/notification.AccountSubscription.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "notification.AccountSubscription": {
                "title": "Notification:Account Subscription",
                "description": "The AccountSubscription object is a crucial component of the Intersight notification framework,   designed to facilitate account-level subscriptions managed by Account Administrators. This provides a structured way to handle notifications based on specific events within an account, ensuring administrators can effectively configure and manage subscription settings.\n#### Purpose\nThe AccountSubscription object enables administrators to set up notifications for various account events. It serves as the blueprint for creating, updating, and managing subscriptions, ensuring that notifications are sent according to predefined conditions and actions.\n#### Key Concepts\n- **Account-Level Management:** Designed for account administrators, allowing easy configuration of subscription settings at the account level.\n- **Integration with Notification Methods:** Supports multiple notification methods such as email and webhook to meet diverse requirements.\n- **Conditional Notifications:** Allows definition of conditions that trigger notifications, ensuring only relevant alerts are sent.\n- **Access Control:** Enforces privilege sets so only authorized users can create, update, or delete subscriptions, maintaining security and integrity.\n- **Flexibility and Scalability:** Scales notification features to support complex use cases and evolving business needs.",
                "x-allOf-name": "notification.AccountSubscription",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/notification.Subscription"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'notification.AccountSubscription', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "notification.AccountSubscription"
                                ],
                                "default": "notification.AccountSubscription",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "notification.AccountSubscription"
                                ],
                                "default": "notification.AccountSubscription",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "The description for the subscription.",
                                "type": "string",
                                "pattern": "^$|^[a-zA-Z0-9_.\\- ]{1,128}$",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the subscription.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_.-]{1,64}$",
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "The chosen subscription type imposes it is own validation rules.\nWhen 'email' type is chosen, actions array can contain only one entry and it is entry should be of can\nbe only notification.SendEmail; conditions can contain only notification.AlarmMoCondition and condition\ntypes should be unique.\nWhen the 'webhook' type is chosen, the actions array can contain only one entry and it is entry should be of can\nbe only notification.TriggerWebhook; conditions can contain up to a limited amount of entries and all of them\nshould be of type notification.MoCondition.\n* `email` - Email type requires usage of notification.SendEmail complex types for actionsand notification.AlarmMoCondition complex types for conditions.\n* `webhook` - Webhook type requires usage of notification.TriggerWebhook complex types for actionsand notification.MoCondition complex types for conditions.",
                                "type": "string",
                                "enum": [
                                    "email",
                                    "webhook"
                                ],
                                "default": "email",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Verify": {
                                "description": "Used to verify the actions of the Subscription MO. For a 'webhook' type Ping event is sent to verify\nthat the webhook server is accessible. For an 'email' type there will be a verification email sent.\n* `none` - No actions will be verified. Default value.\n* `all` - All actions will be re-verified. The previous state of the verification will be preserved.",
                                "type": "string",
                                "enum": [
                                    "none",
                                    "all"
                                ],
                                "default": "none",
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Certificate": {
                                "$ref": "#/components/schemas/iam.TrustPoint.Relationship",
                                "description": "A reference to a iamTrustPoint resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "FilterRefs": {
                                "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
                            }
                        }
                    }
                ]
            },
            "notification.AccountSubscription.List": {
                "title": "List of 'notification.AccountSubscription' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'notification.AccountSubscription' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'notification.AccountSubscription' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/notification.AccountSubscription"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "notification.Action": {
                "title": "Notification:Action",
                "description": "Action abstract complex type describes the action the framework should perform when the event matched\nwith a specific subscription is found. Ex.: Send Email, Send Mobile Push, Publish to a specific topic, etc.",
                "x-allOf-name": "notification.Action",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    }
                ]
            },
            "notification.AdvisoryMoCondition": {
                "title": "Notification:Advisory Mo Condition",
                "description": "This condition type gives the ability to subscribe to the tam.AdvisoryInstance ObjectType and provide\na list of Advisory Types you're interested in.",
                "x-allOf-name": "notification.AdvisoryMoCondition",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/notification.AbstractMoCondition"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'notification.AdvisoryMoCondition', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "notification.AdvisoryMoCondition"
                                ],
                                "default": "notification.AdvisoryMoCondition",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "notification.AdvisoryMoCondition"
                                ],
                                "default": "notification.AdvisoryMoCondition",
                                "x-enum-as-string": true
                            },
                            "AdvisoryFilters": {
                                "type": "array",
                                "items": {
                                    "description": "List of Advisory Types on which user wants to receive notifications.\nThe list of exposed advisory types is Security, Field Notice, and End of Life.",
                                    "$ref": "#/components/schemas/notification.AbstractAdvisoryFilter",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "OdataFilter": {
                                "description": "Odata filter string managed internally. It is built with specific ObjectType properties.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "notification.AggregationSettings": {
                "title": "Notification:Aggregation Settings",
                "description": "Settings for events grouping.",
                "x-allOf-name": "notification.AggregationSettings",
                "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 'notification.AggregationSettings', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "notification.AggregationSettings"
                                ],
                                "default": "notification.AggregationSettings",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "notification.AggregationSettings"
                                ],
                                "default": "notification.AggregationSettings",
                                "x-enum-as-string": true
                            },
                            "Enabled": {
                                "description": "Show if aggregation is enabled or not. If aggregation is enabled, events will be grouped and delivered\nas one notification, if it is disabled - each event will be delivered as independent notification.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "EventsLimit": {
                                "description": "Limit of events in one group. If this limit is reached, a window will be closed regardless of the time limit.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "Size": {
                                "description": "Time in seconds which means the max time after which the window will be closed.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Step": {
                                "description": "Time in seconds which means how long after the last event Intersight should wait for the next event to come.\nIf there's no new event that matches with the same Subscription within this time, then the window will be closed.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "notification.AlarmMoCondition": {
                "title": "Notification:Alarm Mo Condition",
                "description": "This condition type gives the ability to subscribe to the cond.Alarm ObjectType and provide\na list of Severities you're interested in.",
                "x-allOf-name": "notification.AlarmMoCondition",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/notification.AbstractMoCondition"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'notification.AlarmMoCondition', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "notification.AlarmMoCondition"
                                ],
                                "default": "notification.AlarmMoCondition",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "notification.AlarmMoCondition"
                                ],
                                "default": "notification.AlarmMoCondition",
                                "x-enum-as-string": true
                            },
                            "OdataFilter": {
                                "description": "Odata filter string managed internally. It is built with specific ObjectType properties.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Severity": {
                                "type": "array",
                                "items": {
                                    "description": "List of Severities on which user wants to receive notifications.\nThe list of exposed severities is Info, Critical, Warning.\n* `None` - The Enum value None represents that there is no severity.\n* `Info` - The Enum value Info represents the Informational level of severity.\n* `Critical` - The Enum value Critical represents the Critical level of severity.\n* `Warning` - The Enum value Warning represents the Warning level of severity.\n* `Cleared` - The Enum value Cleared represents that the alarm severity has been cleared.",
                                    "type": "string",
                                    "enum": [
                                        "None",
                                        "Info",
                                        "Critical",
                                        "Warning",
                                        "Cleared"
                                    ],
                                    "default": "None",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "notification.ApplianceUpgradeMoCondition": {
                "title": "Notification:Appliance Upgrade Mo Condition",
                "description": "This condition type gives the ability to subscribe to the appliance.Upgrade ObjectType and provide a list of Image statuses you're interested in.",
                "x-allOf-name": "notification.ApplianceUpgradeMoCondition",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/notification.AbstractMoCondition"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'notification.ApplianceUpgradeMoCondition', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "notification.ApplianceUpgradeMoCondition"
                                ],
                                "default": "notification.ApplianceUpgradeMoCondition",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "notification.ApplianceUpgradeMoCondition"
                                ],
                                "default": "notification.ApplianceUpgradeMoCondition",
                                "x-enum-as-string": true
                            },
                            "OdataFilter": {
                                "description": "Odata filter string managed internally. It is built with specific ObjectType properties.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Statuses": {
                                "type": "array",
                                "items": {
                                    "description": "List of Appliance Image Statuses for which user wants to receive notifications.\n* `None` - Default value for ImageStatus enum.\n* `InstallPending` - InstallPending status means the image is downloaded and available for installation on appliance.\n* `InstallComplete` - InstallComplete status means the image installation task has been completed. It includes both success and failure case.",
                                    "type": "string",
                                    "enum": [
                                        "None",
                                        "InstallPending",
                                        "InstallComplete"
                                    ],
                                    "default": "None",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "notification.DistributableMoCondition": {
                "title": "Notification:Distributable Mo Condition",
                "description": "This condition type gives the ability to subscribe to the software.HyperflexBundleDistributable or firmware.Distributable or appliance.ApplianceDistributable\nor software.HciBundleDistributable ObjectType.",
                "x-allOf-name": "notification.DistributableMoCondition",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/notification.AbstractMoCondition"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'notification.DistributableMoCondition', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "notification.DistributableMoCondition"
                                ],
                                "default": "notification.DistributableMoCondition",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "notification.DistributableMoCondition"
                                ],
                                "default": "notification.DistributableMoCondition",
                                "x-enum-as-string": true
                            },
                            "ImageType": {
                                "description": "Image type for which user wants to create notification.\nThe list of valid values for Image type of notification.DistributableMoCondition is software.HyperflexBundleDistributable, software.ApplianceDistributableIntelligence,\nfirmware.Distributable, software.HciBundleDistributable.\n* `None` - Default value for DistributableObjectType enum.\n* `software.ApplianceDistributableIntelligence` - Object type for Appliance Intelligence updates related distributable.\n* `firmware.Distributable` - Object type for firmware related distributable.\n* `software.HyperflexBundleDistributable` - Object type for HyperFlex related distributable.\n* `software.ApplianceDistributableConnected` - Object type for Appliance related distributable. By Choosing this, user shows intent to use the downloaded image for Connected appliance. \n* `software.ApplianceDistributablePrivate` - Object type for Appliance related distributable. By Choosing this, user shows intent to use the downloaded image for Private appliance. \n* `software.UcsdBundleDistributable` - Object type for UCSD related distributable.\n* `software.HciBundleDistributable` - Object type for HCI Bundle related distributable.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "software.ApplianceDistributableIntelligence",
                                    "firmware.Distributable",
                                    "software.HyperflexBundleDistributable",
                                    "software.ApplianceDistributableConnected",
                                    "software.ApplianceDistributablePrivate",
                                    "software.UcsdBundleDistributable",
                                    "software.HciBundleDistributable"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "OdataFilter": {
                                "description": "Odata filter string managed internally. It is built with specific ObjectType properties.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "notification.EolAdvisoryFilter": {
                "title": "Notification:Eol Advisory Filter",
                "description": "Filter for a specific end-of-life advisory with selected severities.",
                "x-allOf-name": "notification.EolAdvisoryFilter",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/notification.AbstractAdvisoryFilter"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'notification.EolAdvisoryFilter', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "notification.EolAdvisoryFilter"
                                ],
                                "default": "notification.EolAdvisoryFilter",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "notification.EolAdvisoryFilter"
                                ],
                                "default": "notification.EolAdvisoryFilter",
                                "x-enum-as-string": true
                            },
                            "MilestoneType": {
                                "type": "array",
                                "items": {
                                    "description": "List of Milestone Types on which user wants to receive notifications.\n* `unknown` - The type of end-of-life milestone is not defined.\n* `endOfSoftwareMaintenanceDate` - The last date that Cisco Engineering may release any final software maintenance releases or bug fixes. After this date, Cisco Engineering may no longer develop, repair, maintain, or test the product software and only critical security updates will be provided on this release train. \n* `lastDateOfSupport` - The last date to receive service and support for the software. After this date, all support services for the software are unavailable, and the software becomes obsolete. \n* `endOfLifeAnnouncementDate` - The date the document that announces the end-of-sale and end-of-life of a product is distributed to the general public.",
                                    "type": "string",
                                    "enum": [
                                        "unknown",
                                        "endOfSoftwareMaintenanceDate",
                                        "lastDateOfSupport",
                                        "endOfLifeAnnouncementDate"
                                    ],
                                    "default": "unknown",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "notification.FieldNoticeAdvisoryFilter": {
                "title": "Notification:Field Notice Advisory Filter",
                "description": "Filter for a specific field notice advisory with selected severities.",
                "x-allOf-name": "notification.FieldNoticeAdvisoryFilter",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/notification.AbstractAdvisoryFilter"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'notification.FieldNoticeAdvisoryFilter', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "notification.FieldNoticeAdvisoryFilter"
                                ],
                                "default": "notification.FieldNoticeAdvisoryFilter",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "notification.FieldNoticeAdvisoryFilter"
                                ],
                                "default": "notification.FieldNoticeAdvisoryFilter",
                                "x-enum-as-string": true
                            },
                            "Severity": {
                                "type": "array",
                                "items": {
                                    "description": "List of FnSeverities on which user wants to receive notifications.\n* `na` - < For field notices, where Severity or Impact rating is not applicable.\n* `critical` - < If applicable, customers may experience downtime or might be at risk of affecting services. Urgent attention and response action are desirable.\n* `high` - < If applicable, it may degrade or might have a potential degradation, Attention and response based on deployment scenarios.\n* `medium` - < If applicable, it may affect system performance or functionality but are less like to pose an immediate risk to the network. Actions to be taken in due course of time based on deployment scenarios.\n* `low` - < If applicable, Unlikely to expect disrupted functionality. Minor in nature and can be addressed as per convenience.",
                                    "type": "string",
                                    "enum": [
                                        "na",
                                        "critical",
                                        "high",
                                        "medium",
                                        "low"
                                    ],
                                    "default": "na",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "notification.HttpHeader": {
                "title": "Notification:Http Header",
                "description": "HttpHeader represents a single HTTP header as a name/value pair. Used to specify\ncustom headers that are attached to each webhook notification request.\nExactly one of clearTextValue or encryptedValue must be set. When encrypt is\nfalse, clearTextValue is used. When encrypt is true, encryptedValue is used and\nthe value is stored encrypted and decrypted before being attached to outgoing requests.",
                "x-allOf-name": "notification.HttpHeader",
                "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 'notification.HttpHeader', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "notification.HttpHeader"
                                ],
                                "default": "notification.HttpHeader",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "notification.HttpHeader"
                                ],
                                "default": "notification.HttpHeader",
                                "x-enum-as-string": true
                            },
                            "ClearTextValue": {
                                "description": "The plaintext value of the HTTP header. Use this field when the header value\nis not sensitive. Used only when encrypt is false.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Encrypt": {
                                "description": "When false (default), clearTextValue is attached to the outgoing request as-is.\nWhen true, encryptedValue is decrypted and attached to the outgoing request.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "EncryptedValue": {
                                "description": "The sensitive value of the HTTP header, stored encrypted. Use this field when\nthe header value is sensitive, for example an API key or token. Used only when\nencrypt is true. Not returned in GET API responses; use IsEncryptedValueSet to\ncheck whether a value has been set.",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "IsEncryptedValueSet": {
                                "description": "Indicates whether the value of the 'encryptedValue' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the HTTP header, for example X-Custom-Header.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "notification.MoCondition": {
                "title": "Notification:Mo Condition",
                "description": "This condition type gives the ability to subscribe to arbitrary MO type with arbitrary OData filter string and operation.",
                "x-allOf-name": "notification.MoCondition",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/notification.AbstractMoCondition"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'notification.MoCondition', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "notification.MoCondition"
                                ],
                                "default": "notification.MoCondition",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "notification.MoCondition"
                                ],
                                "default": "notification.MoCondition",
                                "x-enum-as-string": true
                            },
                            "OdataFilter": {
                                "description": "Odata filter string managed internally. It is built with specific ObjectType properties.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "notification.SecurityAdvisoryFilter": {
                "title": "Notification:Security Advisory Filter",
                "description": "Filter for a specific security advisory with selected severities.",
                "x-allOf-name": "notification.SecurityAdvisoryFilter",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/notification.AbstractAdvisoryFilter"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'notification.SecurityAdvisoryFilter', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "notification.SecurityAdvisoryFilter"
                                ],
                                "default": "notification.SecurityAdvisoryFilter",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "notification.SecurityAdvisoryFilter"
                                ],
                                "default": "notification.SecurityAdvisoryFilter",
                                "x-enum-as-string": true
                            },
                            "Severity": {
                                "type": "array",
                                "items": {
                                    "description": "List of Psirt Severities on which user wants to receive notifications.\n* `critical` - < If applicable, it may expose users to critical failures and it needs to be addressed immediately. For e.g. a PSIRT advisory with a corresponding CVSS score of above 9.0.\n* `high` - < If applicable, it may expose the users to critical failure and it needs to be addressed immediately. For e.g. a PSIRT advisory with a corresponding CVSS score between 7.0-8.9. These may be the vulnerabilities that are more difficult to exploit than the ones deemed critical but once exploited, the will cause critical failures.\n* `medium` - < If applicable, it may expose the users to failure of certain functions. for e.g. a PSIRT advisory with a corresponding CVSS score between 4.0-6.9. These may be the vulnerabilities that are mitigated to a large extent but that may still be exploited in certain restricted cases.\n* `info` - < If applicable, it may have some minimal impact for certain functions in the user environment. For e.g. a PSIRT advisory with a corresponding CVSS score below 4.0.",
                                    "type": "string",
                                    "enum": [
                                        "critical",
                                        "high",
                                        "medium",
                                        "info"
                                    ],
                                    "default": "critical",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "notification.SendEmail": {
                "title": "Notification:Send Email",
                "description": "SendEmail complexType holds the recipient's email address.",
                "x-allOf-name": "notification.SendEmail",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/notification.Action"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'notification.SendEmail', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "notification.SendEmail"
                                ],
                                "default": "notification.SendEmail",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "notification.SendEmail"
                                ],
                                "default": "notification.SendEmail",
                                "x-enum-as-string": true
                            },
                            "Email": {
                                "description": "Email of the recipient, who expects to be notified about the event that happens in Intersight.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "notification.SimpleFilter": {
                "title": "Notification:Simple Filter",
                "description": "Single filter condition with an operator, property, and value.\nUsed by notification SimpleMoCondition when a flat predicate is sufficient (not the shared filterexpr tree).",
                "x-allOf-name": "notification.SimpleFilter",
                "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 'notification.SimpleFilter', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "notification.SimpleFilter"
                                ],
                                "default": "notification.SimpleFilter",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "notification.SimpleFilter"
                                ],
                                "default": "notification.SimpleFilter",
                                "x-enum-as-string": true
                            },
                            "Operator": {
                                "description": "The operator to apply (eq, ne, contains, in).",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Property": {
                                "description": "The property name to filter on (e.g., HostName, Domain,\nServerProfile, Organization).",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Value": {
                                "type": "array",
                                "items": {
                                    "description": "Values to match the property against. Can be a list of strings.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "notification.SimpleMoCondition": {
                "title": "Notification:Simple Mo Condition",
                "description": "This condition type gives the ability to subscribe to arbitrary ObjectType \nwith a controlled list of OData filter string and operation. Primarily used \nfor email subscriptions created by the user or a northbound system.",
                "x-allOf-name": "notification.SimpleMoCondition",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/notification.AbstractMoCondition"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'notification.SimpleMoCondition', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "notification.SimpleMoCondition"
                                ],
                                "default": "notification.SimpleMoCondition",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "notification.SimpleMoCondition"
                                ],
                                "default": "notification.SimpleMoCondition",
                                "x-enum-as-string": true
                            },
                            "Filter": {
                                "description": "Simple single-predicate filter. Use either this or filterExpression, not both.\nCriteria that preserves the UI entered filter query.",
                                "$ref": "#/components/schemas/notification.SimpleFilter",
                                "x-omitempty": true
                            },
                            "FilterExpression": {
                                "description": "Boolean expression of predicates. Use either this or filter, not both.\nWhen set, odataFilter is built by the server from this tree.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/filterexpr.FilterExpression",
                                "x-omitempty": true
                            },
                            "OdataFilter": {
                                "description": "Odata filter string managed internally. It is built with specific ObjectType properties.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "notification.SoftwareReleaseMetaMoCondition": {
                "title": "Notification:Software Release Meta Mo Condition",
                "description": "This condition type gives the ability to subscribe to the software.ReleaseMeta ObjectType and provide a list of ImageTypes you're interested in.",
                "x-allOf-name": "notification.SoftwareReleaseMetaMoCondition",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/notification.AbstractMoCondition"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'notification.SoftwareReleaseMetaMoCondition', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "notification.SoftwareReleaseMetaMoCondition"
                                ],
                                "default": "notification.SoftwareReleaseMetaMoCondition",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "notification.SoftwareReleaseMetaMoCondition"
                                ],
                                "default": "notification.SoftwareReleaseMetaMoCondition",
                                "x-enum-as-string": true
                            },
                            "ImageTypes": {
                                "type": "array",
                                "items": {
                                    "description": "List of Image types for which user wants to receive notifications.\nThe list of valid Image types for notification.SoftwareReleaseMetaMoCondition is software.ApplianceDistributableConnected, software.ApplianceDistributablePrivate,\nsoftware.UcsdBundleDistributable.\n* `None` - Default value for DistributableObjectType enum.\n* `software.ApplianceDistributableIntelligence` - Object type for Appliance Intelligence updates related distributable.\n* `firmware.Distributable` - Object type for firmware related distributable.\n* `software.HyperflexBundleDistributable` - Object type for HyperFlex related distributable.\n* `software.ApplianceDistributableConnected` - Object type for Appliance related distributable. By Choosing this, user shows intent to use the downloaded image for Connected appliance. \n* `software.ApplianceDistributablePrivate` - Object type for Appliance related distributable. By Choosing this, user shows intent to use the downloaded image for Private appliance. \n* `software.UcsdBundleDistributable` - Object type for UCSD related distributable.\n* `software.HciBundleDistributable` - Object type for HCI Bundle related distributable.",
                                    "type": "string",
                                    "enum": [
                                        "None",
                                        "software.ApplianceDistributableIntelligence",
                                        "firmware.Distributable",
                                        "software.HyperflexBundleDistributable",
                                        "software.ApplianceDistributableConnected",
                                        "software.ApplianceDistributablePrivate",
                                        "software.UcsdBundleDistributable",
                                        "software.HciBundleDistributable"
                                    ],
                                    "default": "None",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "OdataFilter": {
                                "description": "Odata filter string managed internally. It is built with specific ObjectType properties.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "notification.Subscription": {
                "title": "Notification:Subscription",
                "description": "Subscription is the abstract model that holds shared properties for all subscription types.\nDifferent types of subscriptions extend this model and add their own required properties.",
                "x-allOf-name": "notification.Subscription",
                "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 'notification.Subscription', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "notification.AccountSubscription"
                                ],
                                "default": "notification.AccountSubscription",
                                "x-enum-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": [
                                    "notification.AccountSubscription"
                                ],
                                "default": "notification.AccountSubscription",
                                "x-enum-as-string": true
                            },
                            "Actions": {
                                "type": "array",
                                "items": {
                                    "description": "Notification method that should be used to notify about events that match with a subscription.",
                                    "$ref": "#/components/schemas/notification.Action",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ConditionOperator": {
                                "description": "Operation that binds all the different conditions together.\n* `All` - All is an AND condition applied against the individual conditions.\n* `Any` - Any is an OR condition applied against the individual conditions.",
                                "type": "string",
                                "enum": [
                                    "All",
                                    "Any"
                                ],
                                "default": "All",
                                "x-omitempty": true
                            },
                            "Conditions": {
                                "type": "array",
                                "items": {
                                    "description": "Conditions is the array of abstract conditions which should be applied to the event.",
                                    "$ref": "#/components/schemas/notification.AbstractCondition",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Enabled": {
                                "description": "Subscription can be switched on/off without necessity to change the subscription\nsettings: notification methods, conditions, etc.\nEx.: Subscription MO can be configured, but switched off.",
                                "type": "boolean",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "notification.TriggerWebhook": {
                "title": "Notification:Trigger Webhook",
                "description": "TriggerWebhook complexType holds the Payload URL's server meta info.\nConfigure at most one primary signing or credential mechanism: secret (HMAC-SHA256),\nauthentication (Basic, Bearer, Splunk), and/or customHeaders (use EncryptedValue\nfor sensitive values such as API keys). Setting both secret and a real\nauthentication credential at the same time is rejected at create/update time.\nIf secret is unset, customHeaders is empty, and authentication is unset or\nasset.NoAuthenticationCredential, deliveries are sent with no HMAC signing and\nno Authorization header (unauthenticated outbound webhook).",
                "x-allOf-name": "notification.TriggerWebhook",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/notification.Action"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'notification.TriggerWebhook', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "notification.TriggerWebhook"
                                ],
                                "default": "notification.TriggerWebhook",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "notification.TriggerWebhook"
                                ],
                                "default": "notification.TriggerWebhook",
                                "x-enum-as-string": true
                            },
                            "Authentication": {
                                "description": "The credential used to authenticate webhook delivery requests. When set to a\nreal credential, the appropriate authentication header (Basic, Bearer, or Splunk)\nis attached to each outgoing notification. If not set or if\nasset.NoAuthenticationCredential is used, requests use HMAC-SHA256 via the secret\nfield when secret is set; otherwise the request is sent without Authorization\nsigning or headers.",
                                "$ref": "#/components/schemas/asset.Credential",
                                "x-omitempty": true
                            },
                            "ClearSecret": {
                                "description": "When set to true on update, the HMAC shared secret is not carried over from the previous\nstored action when the request omits the write-only ``secret`` field. Use this to clear\nthe signing key without re-sending a secret value. When false or not set, the prior\nbehavior applies: the previous secret is preserved on PATCH if ``secret`` is omitted.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "CustomHeaders": {
                                "type": "array",
                                "items": {
                                    "description": "List of additional HTTP headers to attach to each webhook notification request.\nThese headers are sent in addition to any headers set by the authentication\ncredential. Each entry must have a unique header name.",
                                    "$ref": "#/components/schemas/notification.HttpHeader",
                                    "x-omitempty": true
                                },
                                "maxItems": 10,
                                "nullable": true
                            },
                            "FirstFailedRequest": {
                                "description": "Holds the timestamp of the first failed request. The first time the notification is not delivered to the\nwebhook server, the user will have the Warning alarm in the system. Next 48 hours the system still will try\nto notify the webhook server. If after 48 hours the server is not recovered, the system will mark this\nwebhook as Inactive, and the user will have a critical alarm in the system.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsSecretSet": {
                                "description": "Indicates whether the value of the 'secret' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastNetworkError": {
                                "description": "Holds the error message for the user of the last response.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastResponseCode": {
                                "description": "Holds the code of the last response, which helps to debug the issue in case if webhook server is not reachable.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Secret": {
                                "description": "Prefer the Authentication property to configure how webhook deliveries are authenticated, including the Authorization header.\nThis field holds the shared secret used for HMAC-SHA256 signing when no credential is configured, and remains supported for existing integrations.\nBy this header developers of the webhooks servers can make sure that events are received from the trusted source - Intersight.",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "State": {
                                "description": "State of the action shows whether this action passes the verification or not. If this property holds\n'Inactive' value, this action will not be executed. To verify action again, use the Verify property from the MO.\n* `Inactive` - Inactive state means action didn't pass the verification and it won't be executed.\n* `Active` - Active state means that action successfully passed the verification and it is ready to be performed.",
                                "type": "string",
                                "enum": [
                                    "Inactive",
                                    "Active"
                                ],
                                "default": "Inactive",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Url": {
                                "description": "Payload URL of the recipient app, which is intended to serve the events that happens in Intersight.",
                                "type": "string",
                                "pattern": "^https:\\/\\/[\\w.-]+(?:\\.[\\w\\.-]+)+[\\w\\-\\._~:/?#[\\]@!\\$&'\\(\\)\\*\\+,;=.]+$",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "oauth.AccessToken.Response": {
                "description": "The response body of a HTTP GET request for the 'oauth.AccessToken' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'oauth.AccessToken' resources.",
                "x-one-of-name": "oauth.AccessToken.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/oauth.AccessToken.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "oauth.AccessToken.Relationship": {
                "description": "A relationship to the 'oauth.AccessToken' resource, or the expanded 'oauth.AccessToken' resource, or the 'null' value.",
                "x-one-of-name": "oauth.AccessToken.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/oauth.AccessToken"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "oauth.AccessToken": {
                "title": "Oauth:Access Token",
                "description": "The AccessToken object is a key component of the OAuth-based authentication system, designed to manage API access tokens associated with user accounts. This provides a secure mechanism for applications to access services on behalf of users, ensuring that permissions and access controls are upheld.\n#### Purpose\nThe AccessToken object serves as a secure representation of authorization for specific applications to interact with designated services. It supports seamless and efficient access management while maintaining strict security protocols.\n#### Key Concepts\n- **Authorization Management:** Represents the OAuth access token, which embodies the permissions granted to a specific application for accessing a service.\n- **Security:** Ensures that access tokens are securely issued and managed, with support for refresh tokens to prolong access without user intervention.\n- **Access Control:** The AccessToken object supports privilege sets to ensure that only authorized administrators can read or delete access tokens.\n- **Relationship Handling:** Linked to the iam.Account object, representing the account responsible for managing the OAuth process.",
                "x-allOf-name": "oauth.AccessToken",
                "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 'oauth.AccessToken', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "oauth.AccessToken"
                                ],
                                "default": "oauth.AccessToken",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "oauth.AccessToken"
                                ],
                                "default": "oauth.AccessToken",
                                "x-enum-as-string": true
                            },
                            "ApiType": {
                                "description": "OAuth API type (e.g., Smart licensing API).\n* `Unknown` - Unknown serves as the default API type.\n* `SmartLicensing-API` - Smart licensing API type.\n* `CommerceEstimate-API` - Commerce Estimate API type.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "SmartLicensing-API",
                                    "CommerceEstimate-API"
                                ],
                                "default": "Unknown",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Expiry": {
                                "description": "Access token expiration date and time.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Issuer": {
                                "description": "OAuth access token issuer.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RefreshExpiry": {
                                "description": "Refresh token expiration date and time.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TokenOwner": {
                                "description": "MOID of the access token owner.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "oauth.AccessToken.List": {
                "title": "List of 'oauth.AccessToken' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'oauth.AccessToken' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'oauth.AccessToken' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/oauth.AccessToken"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "oauth.Authorization.Response": {
                "description": "The response body of a HTTP GET request for the 'oauth.Authorization' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'oauth.Authorization' resources.",
                "x-one-of-name": "oauth.Authorization.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/oauth.Authorization.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "oauth.Authorization": {
                "title": "Oauth:Authorization",
                "description": "The Authorization object underpins the OAuth2 authorization process, enabling user consent for external interactions on behalf of their account. It supports secure and efficient management of user credentials for accessing external services.\n#### Purpose\nAuthorization serves as the conduit for user consent, allowing Intersight to interact with external software repositories securely on behalf of users, particularly in support of OAuth2 resource owner grant types.\n#### Key Concepts\n- **User Consent:** Facilitates secure consent mechanisms for external interactions, ensuring user credentials are protected.\n- **Security Measures:** Incorporates encryption and secure handling of user credentials, safeguarding access and interactions.\n- **Privileged Access:** Ensures that only authorized administrators can create, update, or read authorizations, maintaining strict access controls.\n- **Account Integration:** Associated with the iam.Account object, providing a structured approach to managing user authorization processes.",
                "x-allOf-name": "oauth.Authorization",
                "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 'oauth.Authorization', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "oauth.Authorization"
                                ],
                                "default": "oauth.Authorization",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "oauth.Authorization"
                                ],
                                "default": "oauth.Authorization",
                                "x-enum-as-string": true
                            },
                            "ApiType": {
                                "description": "OAuth API type (e.g., Smart licensing API).\n* `Unknown` - Unknown serves as the default API type.\n* `SmartLicensing-API` - Smart licensing API type.\n* `CommerceEstimate-API` - Commerce Estimate API type.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "SmartLicensing-API",
                                    "CommerceEstimate-API"
                                ],
                                "default": "Unknown",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "IsPasswordSet": {
                                "description": "Indicates whether the value of the 'password' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsUserIdSet": {
                                "description": "Indicates whether the value of the 'userId' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Password": {
                                "description": "Password used by Intersight to create OAuth2 tokens for interacting with the external repository on behalf of the user account.",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "UserId": {
                                "description": "Username used by Intersight to create OAuth2 tokens for interacting with the external repository on behalf of the user account.",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "AccessToken": {
                                "$ref": "#/components/schemas/oauth.AccessToken.Relationship",
                                "description": "A reference to a oauthAccessToken resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "oauth.Authorization.List": {
                "title": "List of 'oauth.Authorization' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'oauth.Authorization' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'oauth.Authorization' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/oauth.Authorization"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "openapi.ApiInfo": {
                "title": "Openapi:Api Info",
                "description": "Meta information about the API that will be generated as task.",
                "x-allOf-name": "openapi.ApiInfo",
                "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 'openapi.ApiInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "openapi.ApiInfo"
                                ],
                                "default": "openapi.ApiInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "openapi.ApiInfo"
                                ],
                                "default": "openapi.ApiInfo",
                                "x-enum-as-string": true
                            },
                            "ApiPathObjectIdentifier": {
                                "description": "Unique identifier for the ApiMethod object that holds more information about this API.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "A detailed description of the API.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "DisplayLabel": {
                                "description": "Display name of the selected API endpoint.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Method": {
                                "description": "Method Type of the selected API.\n* `GET` - Method type which indicates it is a GET API call.\n* `POST` - Method type which indicates it is a POST API call.\n* `PUT` - Method type which indicates it is a PUT API call.\n* `PATCH` - Method type which indicates it is a PATCH API call.\n* `DELETE` - Method type which indicates it is a DELETE API call.",
                                "type": "string",
                                "enum": [
                                    "GET",
                                    "POST",
                                    "PUT",
                                    "PATCH",
                                    "DELETE"
                                ],
                                "default": "GET",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the selected API endpoint.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Path": {
                                "description": "API Path of the selected API endpoint.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ValidationError": {
                                "description": "Validation error messages will be captured by this property.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ValidationStatus": {
                                "description": "Validation Status of selected API that indicates if the API validation passed or failed.\n* `none` - Indicates the default status.\n* `Success` - Denotes that the validation is successful.\n* `Failed` - Denotes that the validation failed. Validation could fail if information present in the OpenAPI specification is incomplete or missing.",
                                "type": "string",
                                "enum": [
                                    "none",
                                    "Success",
                                    "Failed"
                                ],
                                "default": "none",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "openapi.ApiMethodMeta.Response": {
                "description": "The response body of a HTTP GET request for the 'openapi.ApiMethodMeta' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'openapi.ApiMethodMeta' resources.",
                "x-one-of-name": "openapi.ApiMethodMeta.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/openapi.ApiMethodMeta.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "openapi.ApiMethodMeta": {
                "title": "Openapi:Api Method Meta",
                "description": "Contains metadata about APIs in the previously uploaded OpenAPI specification file.",
                "x-allOf-name": "openapi.ApiMethodMeta",
                "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 'openapi.ApiMethodMeta', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "openapi.ApiMethodMeta"
                                ],
                                "default": "openapi.ApiMethodMeta",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "openapi.ApiMethodMeta"
                                ],
                                "default": "openapi.ApiMethodMeta",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "The description of the given API.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DisplayLabel": {
                                "description": "The display label of the given API.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Method": {
                                "description": "The method type for the given API.\n* `GET` - Method type which indicates it is a GET API call.\n* `POST` - Method type which indicates it is a POST API call.\n* `PUT` - Method type which indicates it is a PUT API call.\n* `PATCH` - Method type which indicates it is a PATCH API call.\n* `DELETE` - Method type which indicates it is a DELETE API call.",
                                "type": "string",
                                "enum": [
                                    "GET",
                                    "POST",
                                    "PUT",
                                    "PATCH",
                                    "DELETE"
                                ],
                                "default": "GET",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The description of the given API.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Path": {
                                "description": "Path of the selected API endpoint.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Source": {
                                "$ref": "#/components/schemas/openapi.ProcessFile.Relationship",
                                "description": "A reference to a openapiProcessFile resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "openapi.ApiMethodMeta.List": {
                "title": "List of 'openapi.ApiMethodMeta' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'openapi.ApiMethodMeta' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'openapi.ApiMethodMeta' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/openapi.ApiMethodMeta"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "openapi.FailedTask": {
                "title": "Openapi:Failed Task",
                "description": "A type that holds information about failed tasks.",
                "x-allOf-name": "openapi.FailedTask",
                "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 'openapi.FailedTask', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "openapi.FailedTask"
                                ],
                                "default": "openapi.FailedTask",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "openapi.FailedTask"
                                ],
                                "default": "openapi.FailedTask",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "Name of the task.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Path": {
                                "description": "REST API path of the task.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Reason": {
                                "description": "Indicates the reason for task creation failure.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "openapi.KeyValuePair": {
                "title": "Openapi:Key Value Pair",
                "description": "A key, value pair to hold different types of key, value information.",
                "x-allOf-name": "openapi.KeyValuePair",
                "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 'openapi.KeyValuePair', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "openapi.KeyValuePair"
                                ],
                                "default": "openapi.KeyValuePair",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "openapi.KeyValuePair"
                                ],
                                "default": "openapi.KeyValuePair",
                                "x-enum-as-string": true
                            },
                            "Key": {
                                "description": "Name of the key variable.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Value": {
                                "description": "Value of the key variable.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "openapi.OpenApiSpecification.Response": {
                "description": "The response body of a HTTP GET request for the 'openapi.OpenApiSpecification' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'openapi.OpenApiSpecification' resources.",
                "x-one-of-name": "openapi.OpenApiSpecification.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/openapi.OpenApiSpecification.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "openapi.OpenApiSpecification.Relationship": {
                "description": "A relationship to the 'openapi.OpenApiSpecification' resource, or the expanded 'openapi.OpenApiSpecification' resource, or the 'null' value.",
                "x-one-of-name": "openapi.OpenApiSpecification.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/openapi.OpenApiSpecification"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "openapi.OpenApiSpecification": {
                "title": "OpenAPI Specification File Upload",
                "description": "An OpenAPI specification file uploaded to generate workflow tasks.",
                "x-allOf-name": "openapi.OpenApiSpecification",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/softwarerepository.File"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'openapi.OpenApiSpecification', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "openapi.OpenApiSpecification"
                                ],
                                "default": "openapi.OpenApiSpecification",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "openapi.OpenApiSpecification"
                                ],
                                "default": "openapi.OpenApiSpecification",
                                "x-enum-as-string": true
                            },
                            "FilePath": {
                                "description": "The path of the file in S3/minio bucket.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FileUploadId": {
                                "description": "A unique tracking ID for the file being uploaded.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Organization": {
                                "$ref": "#/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
                            }
                        }
                    }
                ]
            },
            "openapi.OpenApiSpecification.List": {
                "title": "List of 'openapi.OpenApiSpecification' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'openapi.OpenApiSpecification' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'openapi.OpenApiSpecification' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/openapi.OpenApiSpecification"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "openapi.ProcessFile.Response": {
                "description": "The response body of a HTTP GET request for the 'openapi.ProcessFile' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'openapi.ProcessFile' resources.",
                "x-one-of-name": "openapi.ProcessFile.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/openapi.ProcessFile.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "openapi.ProcessFile.Relationship": {
                "description": "A relationship to the 'openapi.ProcessFile' resource, or the expanded 'openapi.ProcessFile' resource, or the 'null' value.",
                "x-one-of-name": "openapi.ProcessFile.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/openapi.ProcessFile"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "openapi.ProcessFile": {
                "title": "Openapi:Process File",
                "description": "Validates the OpenAPI specification file. On successful validation, it persists information about the available APIs. This information can be used to create tasks in the cloud orchestrator.",
                "x-allOf-name": "openapi.ProcessFile",
                "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 'openapi.ProcessFile', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "openapi.ProcessFile"
                                ],
                                "default": "openapi.ProcessFile",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "openapi.ProcessFile"
                                ],
                                "default": "openapi.ProcessFile",
                                "x-enum-as-string": true
                            },
                            "FailureReason": {
                                "description": "An error message for when download, validation or processing of OpenAPI Specification fails.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FileDownloadStatus": {
                                "description": "Status of the internal OpenAPI specification fetch operation\n* `none` - Indicates the default status\n* `InProgress` - Indicates that operation is in progress\n* `Completed` - Indicates that the operation is complete\n* `Failed` - Indicates that the operation has failed. Check the failureReason attribute for more details.",
                                "type": "string",
                                "enum": [
                                    "none",
                                    "InProgress",
                                    "Completed",
                                    "Failed"
                                ],
                                "default": "none",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FileProcessingStatus": {
                                "description": "Status of the OpenAPI specification processing operation. The OpenAPI specification file is processed to create APIMethod objects.\n* `none` - Indicates the default status\n* `InProgress` - Indicates that operation is in progress\n* `Completed` - Indicates that the operation is complete\n* `Failed` - Indicates that the operation has failed. Check the failureReason attribute for more details.",
                                "type": "string",
                                "enum": [
                                    "none",
                                    "InProgress",
                                    "Completed",
                                    "Failed"
                                ],
                                "default": "none",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FileValidationStatus": {
                                "description": "Status of the OpenAPI specification validation operation.\n* `none` - Indicates the default status\n* `InProgress` - Indicates that operation is in progress\n* `Completed` - Indicates that the operation is complete\n* `Failed` - Indicates that the operation has failed. Check the failureReason attribute for more details.",
                                "type": "string",
                                "enum": [
                                    "none",
                                    "InProgress",
                                    "Completed",
                                    "Failed"
                                ],
                                "default": "none",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SpecFilePath": {
                                "description": "The location of the previously uploaded OpenAPI specification file.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "FileInfo": {
                                "$ref": "#/components/schemas/openapi.OpenApiSpecification.Relationship",
                                "description": "A reference to a openapiOpenApiSpecification resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "Organization": {
                                "$ref": "#/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
                            }
                        }
                    }
                ]
            },
            "openapi.ProcessFile.List": {
                "title": "List of 'openapi.ProcessFile' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'openapi.ProcessFile' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'openapi.ProcessFile' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/openapi.ProcessFile"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "openapi.TaskGenerationRequest.Response": {
                "description": "The response body of a HTTP GET request for the 'openapi.TaskGenerationRequest' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'openapi.TaskGenerationRequest' resources.",
                "x-one-of-name": "openapi.TaskGenerationRequest.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/openapi.TaskGenerationRequest.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "openapi.TaskGenerationRequest.Relationship": {
                "description": "A relationship to the 'openapi.TaskGenerationRequest' resource, or the expanded 'openapi.TaskGenerationRequest' resource, or the 'null' value.",
                "x-one-of-name": "openapi.TaskGenerationRequest.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/openapi.TaskGenerationRequest"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "openapi.TaskGenerationRequest": {
                "title": "Openapi:Task Generation Request",
                "description": "Creates a request which has information about the tasks that need to be created from the previously uploaded OpenAPI specification file. This object internally triggers a workflow that creates tasks which can be used in workflows.",
                "x-allOf-name": "openapi.TaskGenerationRequest",
                "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 'openapi.TaskGenerationRequest', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "openapi.TaskGenerationRequest"
                                ],
                                "default": "openapi.TaskGenerationRequest",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "openapi.TaskGenerationRequest"
                                ],
                                "default": "openapi.TaskGenerationRequest",
                                "x-enum-as-string": true
                            },
                            "EndpointType": {
                                "description": "Indicates if target endpoint is external or internal. An endpoint is internal if the target is an Intersight resource. For instance, configuring an intersight object using a Task.\n* `External` - Denotes that the target endpoint is an external API endpoint.\n* `Internal` - Denotes that the target endpoint is a Intersight API endpoint.",
                                "type": "string",
                                "enum": [
                                    "External",
                                    "Internal"
                                ],
                                "default": "External",
                                "x-omitempty": true
                            },
                            "FailedTasks": {
                                "type": "array",
                                "items": {
                                    "description": "List of tasks that could not be created.",
                                    "$ref": "#/components/schemas/openapi.FailedTask",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "HeaderParameters": {
                                "type": "array",
                                "items": {
                                    "description": "Common header parameters that apply to all tasks being created.",
                                    "$ref": "#/components/schemas/openapi.KeyValuePair",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "IsValidateRequest": {
                                "description": "When this value is set to true, the task name validations happen and provides the task validation status against each of the selected API on the property selectedApis When this value is set to false, an internal workflow to generate the tasks is submitted,  conflicting task names are created with an incremented version.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "Protocol": {
                                "description": "Specifies the REST API protocol being used, which can be one of HTTP or HTTPS.\n* `HTTPS` - Denotes that the API call uses the HTTPS protocol type\n* `HTTP` - Denotes that the API call uses the HTTP protocol type",
                                "type": "string",
                                "enum": [
                                    "HTTPS",
                                    "HTTP"
                                ],
                                "default": "HTTPS",
                                "x-omitempty": true
                            },
                            "QueryParameters": {
                                "type": "array",
                                "items": {
                                    "description": "Common query parameters that apply to all GET tasks being created. These do not apply to POST, PATCH operations.",
                                    "$ref": "#/components/schemas/openapi.KeyValuePair",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "SelectedApis": {
                                "type": "array",
                                "items": {
                                    "description": "Specifies a list of APIs, Method for which tasks will be created.",
                                    "$ref": "#/components/schemas/openapi.ApiInfo",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Status": {
                                "description": "Depicts the status of the task creation request.\n* `none` - Indicates the default status.\n* `InProgress` - Request has been picked up for generating tasks from the OpenAPI Specification file.\n* `Completed` - All the tasks from the request have been created.\n* `Failed` - There were failures in generating one or more tasks in the request.",
                                "type": "string",
                                "enum": [
                                    "none",
                                    "InProgress",
                                    "Completed",
                                    "Failed"
                                ],
                                "default": "none",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskPrefix": {
                                "description": "Optional string that can be prefixed to the name of created tasks.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "TaskTags": {
                                "type": "array",
                                "items": {
                                    "description": "Tags which apply to the created tasks.",
                                    "$ref": "#/components/schemas/openapi.KeyValuePair",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Url": {
                                "description": "Specifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Organization": {
                                "$ref": "#/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
                            },
                            "Source": {
                                "$ref": "#/components/schemas/openapi.ProcessFile.Relationship",
                                "description": "A reference to a openapiProcessFile resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "Workflow": {
                                "$ref": "intersight-orchestrator-v3-1.0.11-20260807064027971.json#/components/schemas/workflow.WorkflowInfo.Relationship",
                                "description": "A reference to a workflowWorkflowInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "openapi.TaskGenerationRequest.List": {
                "title": "List of 'openapi.TaskGenerationRequest' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'openapi.TaskGenerationRequest' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'openapi.TaskGenerationRequest' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/openapi.TaskGenerationRequest"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "openapi.TaskGenerationResult.Response": {
                "description": "The response body of a HTTP GET request for the 'openapi.TaskGenerationResult' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'openapi.TaskGenerationResult' resources.",
                "x-one-of-name": "openapi.TaskGenerationResult.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/openapi.TaskGenerationResult.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "openapi.TaskGenerationResult": {
                "title": "Openapi:Task Generation Result",
                "description": "Provides information about the status of the tasks created for a TaskGenerationRequest.",
                "x-allOf-name": "openapi.TaskGenerationResult",
                "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 'openapi.TaskGenerationResult', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "openapi.TaskGenerationResult"
                                ],
                                "default": "openapi.TaskGenerationResult",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "openapi.TaskGenerationResult"
                                ],
                                "default": "openapi.TaskGenerationResult",
                                "x-enum-as-string": true
                            },
                            "FailureReason": {
                                "description": "An error message for when task creation fails.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskDisplayName": {
                                "description": "The display label of the task that is created.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskName": {
                                "description": "The name of the task that is created.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskStatus": {
                                "description": "Denotes the status of the task creation.\n* `none` - Indicates the default status\n* `InProgress` - Indicates that operation is in progress\n* `Completed` - Indicates that the operation is complete\n* `Failed` - Indicates that the operation has failed. Check the failureReason attribute for more details.",
                                "type": "string",
                                "enum": [
                                    "none",
                                    "InProgress",
                                    "Completed",
                                    "Failed"
                                ],
                                "default": "none",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskVersion": {
                                "description": "The version number of the created tasks.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskGenerationRequest": {
                                "$ref": "#/components/schemas/openapi.TaskGenerationRequest.Relationship",
                                "description": "A reference to a openapiTaskGenerationRequest resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "openapi.TaskGenerationResult.List": {
                "title": "List of 'openapi.TaskGenerationResult' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'openapi.TaskGenerationResult' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'openapi.TaskGenerationResult' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/openapi.TaskGenerationResult"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "oprs.Deployment.Response": {
                "description": "The response body of a HTTP GET request for the 'oprs.Deployment' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'oprs.Deployment' resources.",
                "x-one-of-name": "oprs.Deployment.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/oprs.Deployment.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "oprs.Deployment": {
                "title": "Oprs:Deployment",
                "description": "The Deployment object monitors the status of operators deployed within the assist environment. This provides insights into the operational health and configuration of deployed agents.\n#### Purpose\nDeployment is designed to ensure the continuous monitoring and management of operator deployments, providing real-time status updates and facilitating proactive maintenance.\n#### Key Concepts\n- **Status Monitoring:** Tracks the health and operational status of deployed agents.\n- **Access Control:** Utilizes privilege sets to regulate monitoring operations and ensure secure data handling.",
                "x-allOf-name": "oprs.Deployment",
                "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 'oprs.Deployment', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "oprs.Deployment"
                                ],
                                "default": "oprs.Deployment",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "oprs.Deployment"
                                ],
                                "default": "oprs.Deployment",
                                "x-enum-as-string": true
                            },
                            "AvailableReplicas": {
                                "description": "Available number of replicas.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "DesiredReplicas": {
                                "description": "The expected number of replicas.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "Event": {
                                "description": "The type of event which was triggered.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Labels": {
                                "type": "array",
                                "items": {
                                    "description": "A simple key value pair type.",
                                    "$ref": "#/components/schemas/oprs.Kvpair",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Name": {
                                "description": "Agent name for which the event is triggered.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Namespace": {
                                "description": "Name space in which the agents are running.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Status which shows if the resource is healthy or not.\n* `` - An Unknown status indicates that the resource status is not known.\n* `Healthy` - A healthy status indicates that the resource is healthy and running as per spec.\n* `Unhealthy` - An unhealthy status indicates that the resource is down.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "Healthy",
                                    "Unhealthy"
                                ],
                                "default": "",
                                "x-omitempty": true
                            },
                            "TimeStamp": {
                                "description": "The time at which the event was generated. Date is accurate to Intersights clock. This time will be used to identify order of events.",
                                "type": "string",
                                "format": "date-time",
                                "x-omitempty": true
                            },
                            "UnavailableReplicas": {
                                "description": "Number of replicas Unavailable.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "Assist": {
                                "$ref": "#/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."
                            }
                        }
                    }
                ]
            },
            "oprs.Deployment.List": {
                "title": "List of 'oprs.Deployment' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'oprs.Deployment' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'oprs.Deployment' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/oprs.Deployment"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "oprs.Kvpair": {
                "title": "Oprs:Kvpair",
                "description": "A simple key value pair type.",
                "x-allOf-name": "oprs.Kvpair",
                "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 'oprs.Kvpair', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "oprs.Kvpair"
                                ],
                                "default": "oprs.Kvpair",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "oprs.Kvpair"
                                ],
                                "default": "oprs.Kvpair",
                                "x-enum-as-string": true
                            },
                            "Key": {
                                "description": "Name of the property which is used as key.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Value": {
                                "description": "Value of the property corresponding to the key.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "oprs.SyncTargetListMessage.Response": {
                "description": "The response body of a HTTP GET request for the 'oprs.SyncTargetListMessage' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'oprs.SyncTargetListMessage' resources.",
                "x-one-of-name": "oprs.SyncTargetListMessage.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/oprs.SyncTargetListMessage.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "oprs.SyncTargetListMessage": {
                "title": "Oprs:Sync Target List Message",
                "description": "The SyncTargetListMessage object manages the synchronization of target lists between assist environments and Euclid for reconciliation purposes. It ensures consistent data exchange and alignment of target configurations.\n#### Purpose\nSyncTargetListMessage is designed to streamline the synchronization process, facilitating accurate and timely data updates between interconnected systems.\n#### Key Concepts\n- **Data Synchronization:** Coordinates the exchange and alignment of target lists across systems.\n- **Access Control:** Employs privilege sets to manage permissions and ensure secure data exchange.",
                "x-allOf-name": "oprs.SyncTargetListMessage",
                "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 'oprs.SyncTargetListMessage', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "oprs.SyncTargetListMessage"
                                ],
                                "default": "oprs.SyncTargetListMessage",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "oprs.SyncTargetListMessage"
                                ],
                                "default": "oprs.SyncTargetListMessage",
                                "x-enum-as-string": true
                            },
                            "AssistId": {
                                "description": "The unique id of the assist which is associated with this message.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "TargetType": {
                                "description": "The target type for which this sync message is meant for.\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
                            },
                            "Targets": {
                                "type": "array",
                                "items": {
                                    "description": "The list of targets for which this sync message is meant for.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "TimeStamp": {
                                "description": "The time at which the event was generated. Date is accurate to Intersights clock. This time will be used to identify order of events.",
                                "type": "string",
                                "format": "date-time",
                                "x-omitempty": true
                            },
                            "Assist": {
                                "$ref": "#/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."
                            }
                        }
                    }
                ]
            },
            "oprs.SyncTargetListMessage.List": {
                "title": "List of 'oprs.SyncTargetListMessage' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'oprs.SyncTargetListMessage' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'oprs.SyncTargetListMessage' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/oprs.SyncTargetListMessage"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "organization.Organization.Response": {
                "description": "The response body of a HTTP GET request for the 'organization.Organization' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'organization.Organization' resources.",
                "x-one-of-name": "organization.Organization.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/organization.Organization.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "organization.Organization.Relationship": {
                "description": "A relationship to the 'organization.Organization' resource, or the expanded 'organization.Organization' resource, or the 'null' value.",
                "x-one-of-name": "organization.Organization.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/organization.Organization"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "organization.Organization": {
                "title": "Organization",
                "description": "Organization provides multi-tenancy within an account. Multiple organizations can be present under an account. Resources are associated to organization using resource groups. Organization can have heterogeneous resources. Resources can be shared among multiple organizations. Organizations are associated to user permissions and privileges can be specified to provide access control. User can have access to multiple organizations in same permission and with different privileges on each organization.",
                "x-allOf-name": "organization.Organization",
                "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 'organization.Organization', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "organization.Organization"
                                ],
                                "default": "organization.Organization",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "organization.Organization"
                                ],
                                "default": "organization.Organization",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "The informative description about the usage of this organization.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the organization. There can be multiple organizations under an account.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_.:-]{1,64}$",
                                "minLength": 1,
                                "maxLength": 64,
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ResourceGroups": {
                                "description": "An array of relationships to resourceGroup resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/resource.Group.Relationship"
                                },
                                "nullable": true
                            },
                            "SharedWithResources": {
                                "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
                            }
                        }
                    }
                ]
            },
            "organization.Organization.List": {
                "title": "List of 'organization.Organization' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'organization.Organization' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'organization.Organization' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/organization.Organization"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "resource.AbstractReservation": {
                "title": "Resource:Abstract Reservation",
                "description": "You can reserve resources for use cases related to Pools or Groups. For example, resources that are  decommissioned or reserved for future allocation are maintained in the Reservation model, where  AbstractReservation serves as the base class for reservations.",
                "x-allOf-name": "resource.AbstractReservation",
                "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 'resource.AbstractReservation', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "resource.Reservation",
                                    "resourcepool.MembershipReservation"
                                ],
                                "x-enum-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": [
                                    "resource.Reservation",
                                    "resourcepool.MembershipReservation"
                                ],
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "Details of the use case for which the reservation was created, such as decommissioning.",
                                "type": "string",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Expiration": {
                                "description": "The resource reservation includes an expiration date and a timestamp indicating when this management object will be cleared. The expiration date is set during the decommissioning process and is maintained for a period of 3 months.",
                                "type": "string",
                                "format": "date-time",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "ReservationSelector": {
                                "description": "The unique identification of the resource is based on the resource OData string, which is mentioned as part of the ReservationSelector. For example, 'Serial eq 'EM6259AE6B'.",
                                "type": "string",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "ResourceType": {
                                "description": "The type of resource that is placed into resource groups or pools. Resource Type can be either 'compute.Blade' or 'compute.RackUnit' for pools.",
                                "type": "string",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "The reservation status can be in the 'Created', 'Processing', 'Failed', or 'Finished' state.\n* `Created` - By default, a reservation is in Created status.\n* `Processing` - A reservation is changed to Processing status for appliance mode resource claim requests.\n* `Failed` - A reservation is changed to Failed status if the validations on resources, resource groups fails.\n* `Finished` - A reservation is changed to Finished status if the validations on resources, resource groups are successful. The resource moids in reservation will be added to resource groups using OData filters.",
                                "type": "string",
                                "enum": [
                                    "Created",
                                    "Processing",
                                    "Failed",
                                    "Finished"
                                ],
                                "default": "Created",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Identity": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship",
                                "description": "A reference to a moBaseMo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "resource.AbstractResourceQualificationPolicy.Relationship": {
                "description": "A relationship to the 'resource.AbstractResourceQualificationPolicy' resource, or the expanded 'resource.AbstractResourceQualificationPolicy' resource, or the 'null' value.",
                "x-one-of-name": "resource.AbstractResourceQualificationPolicy.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/resource.AbstractResourceQualificationPolicy"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "resource.AbstractResourceQualificationPolicy": {
                "title": "Resource:Abstract Resource Qualification Policy",
                "description": "The base QualificationPolicy extends from AbstractPolicy; all qualification policies will be derived  from this class. For example, ServerPoolQualificationPolicy.",
                "x-allOf-name": "resource.AbstractResourceQualificationPolicy",
                "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 'resource.AbstractResourceQualificationPolicy', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "resourcepool.ChassisQualificationPolicy",
                                    "resourcepool.QualificationPolicy"
                                ],
                                "x-enum-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": [
                                    "resourcepool.ChassisQualificationPolicy",
                                    "resourcepool.QualificationPolicy"
                                ],
                                "x-enum-as-string": true
                            },
                            "Qualifiers": {
                                "type": "array",
                                "items": {
                                    "description": "Set of conditions to qualify the servers.",
                                    "$ref": "#/components/schemas/resource.ResourceQualifier",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "resource.AdaptorsRangeFilter": {
                "title": "Adaptors Range Over Value",
                "description": "Consist of two boundaries that define the range, namely the minimum and the maximum adaptors value.",
                "x-allOf-name": "resource.AdaptorsRangeFilter",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/resource.RangeFilter"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'resource.AdaptorsRangeFilter', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.AdaptorsRangeFilter"
                                ],
                                "default": "resource.AdaptorsRangeFilter",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.AdaptorsRangeFilter"
                                ],
                                "default": "resource.AdaptorsRangeFilter",
                                "x-enum-as-string": true
                            },
                            "MaxValue": {
                                "description": "Maximum value for the range limit. It should be greater than the minimum value.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "maximum": 16,
                                "x-omitempty": true
                            },
                            "MinValue": {
                                "description": "Minimum value for the range limit.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "maximum": 16,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "resource.AdvancedFilter": {
                "title": "Advanced Filter",
                "description": "Advanced filter property holder.",
                "x-allOf-name": "resource.AdvancedFilter",
                "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 'resource.AdvancedFilter', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "resource.AdaptorsRangeFilter",
                                    "resource.ChassisIdRangeFilter",
                                    "resource.CpuCoreRangeFilter",
                                    "resource.CpuSpeedRangeFilter",
                                    "resource.GpuControllersRangeFilter",
                                    "resource.MemoryCapacityRangeFilter",
                                    "resource.MemoryUnitsRangeFilter",
                                    "resource.RackIdRangeFilter",
                                    "resource.SlotIdRangeFilter"
                                ],
                                "x-enum-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": [
                                    "resource.AdaptorsRangeFilter",
                                    "resource.ChassisIdRangeFilter",
                                    "resource.CpuCoreRangeFilter",
                                    "resource.CpuSpeedRangeFilter",
                                    "resource.GpuControllersRangeFilter",
                                    "resource.MemoryCapacityRangeFilter",
                                    "resource.MemoryUnitsRangeFilter",
                                    "resource.RackIdRangeFilter",
                                    "resource.SlotIdRangeFilter"
                                ],
                                "x-enum-as-string": true
                            },
                            "ConditionType": {
                                "description": "Filter condition to extract the resource.\n* `RANGE` - Condition matches with range over value.",
                                "type": "string",
                                "enum": [
                                    "RANGE"
                                ],
                                "default": "RANGE",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "resource.BladeQualifier": {
                "title": "Blade Qualifier",
                "description": "The BladeQualifier object is focused on qualifying blade servers based on various chassis and slot properties. It extends the ServerQualifier, offering detailed criteria for server selection within blade environments.\n#### Purpose\nBladeQualifier provides a comprehensive framework for assessing blade servers, using chassis IDs, slot IDs, and PID attributes. It ensures that blade resources align with operational requirements and optimizes server pool management.\n#### Key Concepts\n- **Chassis and Slot-Based Filtering:** Enables resource qualification based on specific physical attributes, enhancing resource allocation precision.\n- **PID Integration:** Incorporates PID criteria to improve qualification accuracy and streamline server management.\n- **Resource Optimization:** Promotes efficient blade server utilization by aligning resources with specified qualification parameters.",
                "x-allOf-name": "resource.BladeQualifier",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/resource.ServerQualifier"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'resource.BladeQualifier', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.BladeQualifier"
                                ],
                                "default": "resource.BladeQualifier",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.BladeQualifier"
                                ],
                                "default": "resource.BladeQualifier",
                                "x-enum-as-string": true
                            },
                            "ChassisAndSlotIdRange": {
                                "type": "array",
                                "items": {
                                    "description": "The server is qualified based on the chassis ID and slot ID. For example, if the conditions are such that ChassisId is in the range of 1-4 and SlotIds are in the ranges of 1-3 and 4-6, then the server matches the ChassisId and SlotId conditions, making it eligible for the pool.",
                                    "$ref": "#/components/schemas/resource.ChassisAndSlotQualification",
                                    "x-omitempty": true
                                },
                                "maxItems": 20,
                                "nullable": true
                            },
                            "ChassisPids": {
                                "type": "array",
                                "items": {
                                    "description": "The chassis and Unified Edge PID based condition qualifies the server into the pool.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "maxItems": 20,
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "resource.ChassisAndSlotQualification": {
                "title": "Chassis and Slot ID Qualification",
                "description": "The server is qualified based on the chassis ID and slot ID. For example, if the conditions are such that ChassisId is in the range of 1-4 and SlotIds are in the ranges of 1-3 and 4-6, then the server matches the ChassisId and SlotId conditions, making it eligible for the pool.",
                "x-allOf-name": "resource.ChassisAndSlotQualification",
                "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 'resource.ChassisAndSlotQualification', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.ChassisAndSlotQualification"
                                ],
                                "default": "resource.ChassisAndSlotQualification",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.ChassisAndSlotQualification"
                                ],
                                "default": "resource.ChassisAndSlotQualification",
                                "x-enum-as-string": true
                            },
                            "ChassisIdRange": {
                                "description": "The server qualification condition based on the ChassisId range.",
                                "$ref": "#/components/schemas/resource.ChassisIdRangeFilter",
                                "x-omitempty": true
                            },
                            "SlotIdRanges": {
                                "type": "array",
                                "items": {
                                    "description": "The server qualification condition based on the SlotId ranges.",
                                    "$ref": "#/components/schemas/resource.SlotIdRangeFilter",
                                    "x-omitempty": true
                                },
                                "maxItems": 20,
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "resource.ChassisIdRangeFilter": {
                "title": "Chassis ID Range Over Value",
                "description": "Consist of two boundaries that define the range, namely the minimum and the maximum value.",
                "x-allOf-name": "resource.ChassisIdRangeFilter",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/resource.RangeFilter"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'resource.ChassisIdRangeFilter', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.ChassisIdRangeFilter"
                                ],
                                "default": "resource.ChassisIdRangeFilter",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.ChassisIdRangeFilter"
                                ],
                                "default": "resource.ChassisIdRangeFilter",
                                "x-enum-as-string": true
                            },
                            "MaxValue": {
                                "description": "Maximum value for the range limit. It should be greater than the minimum value.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "maximum": 40,
                                "x-omitempty": true
                            },
                            "MinValue": {
                                "description": "Minimum value for the range limit.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "maximum": 40,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "resource.ChassisServersQualifier": {
                "title": "Resource:Chassis Servers Qualifier",
                "description": "Resources are added to the pool based on characteristics of servers like slotId of server connected to chassis.",
                "x-allOf-name": "resource.ChassisServersQualifier",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/resource.ResourceQualifier"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'resource.ChassisServersQualifier', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.ChassisServersQualifier"
                                ],
                                "default": "resource.ChassisServersQualifier",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.ChassisServersQualifier"
                                ],
                                "default": "resource.ChassisServersQualifier",
                                "x-enum-as-string": true
                            },
                            "SlotIds": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of slotId that server present in it.",
                                    "type": "integer",
                                    "format": "int64",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "resource.CpuCoreRangeFilter": {
                "title": "CPU Core Range Over Value",
                "description": "Consist of two boundaries that define the range, namely the minimum and the maximum CPU core value.",
                "x-allOf-name": "resource.CpuCoreRangeFilter",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/resource.RangeFilter"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'resource.CpuCoreRangeFilter', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.CpuCoreRangeFilter"
                                ],
                                "default": "resource.CpuCoreRangeFilter",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.CpuCoreRangeFilter"
                                ],
                                "default": "resource.CpuCoreRangeFilter",
                                "x-enum-as-string": true
                            },
                            "MaxValue": {
                                "description": "Maximum value for the range limit. It should be greater than minimum value.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "maximum": 9999,
                                "x-omitempty": true
                            },
                            "MinValue": {
                                "description": "Minimum value for the range limit.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "maximum": 9999,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "resource.CpuSpeedRangeFilter": {
                "title": "CPU Speed Range Over Value",
                "description": "Consist of two boundaries that define the range, namely the minimum and the maximum CPU speed value.",
                "x-allOf-name": "resource.CpuSpeedRangeFilter",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/resource.RangeFilter"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'resource.CpuSpeedRangeFilter', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.CpuSpeedRangeFilter"
                                ],
                                "default": "resource.CpuSpeedRangeFilter",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.CpuSpeedRangeFilter"
                                ],
                                "default": "resource.CpuSpeedRangeFilter",
                                "x-enum-as-string": true
                            },
                            "MaxValue": {
                                "description": "Maximum value for the range limit. It should be greater than the minimum value.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "maximum": 99,
                                "x-omitempty": true
                            },
                            "MinValue": {
                                "description": "Minimum value for the range limit.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "maximum": 99,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "resource.DomainQualifier": {
                "title": "Network Qualifier",
                "description": "The DomainQualifier object is designed to qualify or filter servers based on domain-specific properties. It extends the ResourceQualifier, allowing more precise targeting and selection of resources within a network infrastructure.\n#### Purpose\nThe DomainQualifier serves to refine server selection by using domain-related attributes. This provides a mechanism to match resources based on domain names and fabric interconnect product IDs (PIDs), facilitating efficient resource allocation and management.\n#### Key Concepts\n- **Domain-Based Filtering:** Allows for resource selection based on domain properties, ensuring that servers meet specific domain criteria.\n- **Fabric Interconnect PIDs:** Utilizes PID attributes to enhance qualification, supporting targeted resource management.\n- **Extensibility:** As a concrete extension of ResourceQualifier, it integrates seamlessly with other resource qualification frameworks.",
                "x-allOf-name": "resource.DomainQualifier",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/resource.ResourceQualifier"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'resource.DomainQualifier', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.DomainQualifier"
                                ],
                                "default": "resource.DomainQualifier",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.DomainQualifier"
                                ],
                                "default": "resource.DomainQualifier",
                                "x-enum-as-string": true
                            },
                            "DomainNames": {
                                "type": "array",
                                "items": {
                                    "description": "The resource is qualified based on the 'Host name' property.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "maxItems": 100,
                                "nullable": true
                            },
                            "FabricInterConnectPids": {
                                "type": "array",
                                "items": {
                                    "description": "The resource is qualified based on the PID property of 'Fabric Interconnects' or Unified Edge. For example, the condition PID in ('UCS-FI-6536', 'UCS-FI-7888', 'UCSXE-ECMC-G1').",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "maxItems": 20,
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "resource.GpuControllersRangeFilter": {
                "title": "GPU Controller Range Over Value",
                "description": "Consist of two boundaries that define the range, namely the minimum and the maximum GPU controller value.",
                "x-allOf-name": "resource.GpuControllersRangeFilter",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/resource.RangeFilter"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'resource.GpuControllersRangeFilter', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.GpuControllersRangeFilter"
                                ],
                                "default": "resource.GpuControllersRangeFilter",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.GpuControllersRangeFilter"
                                ],
                                "default": "resource.GpuControllersRangeFilter",
                                "x-enum-as-string": true
                            },
                            "MaxValue": {
                                "description": "Maximum value for the range limit. It should be greater than minimum value.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "maximum": 16,
                                "x-omitempty": true
                            },
                            "MinValue": {
                                "description": "Minimum value for the range limit.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "maximum": 16,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "resource.GpuQualifier": {
                "title": "GPU Qualification.",
                "description": "The GpuQualifier object focuses on qualifying resources based on GPU characteristics. It extends the HardwareQualifier, providing criteria for resource selection related to GPU capabilities, including adaptors, vendor, and evaluation type.\n#### Purpose\nGpuQualifier aids in the precise filtering of resources by evaluating GPU attributes. It ensures that resources meet GPU-related requirements, optimizing resource allocation and performance within environments requiring graphical processing capabilities.\n#### Key Concepts\n- **GPU-Based Qualification:** Concentrates on GPU controller range, adaptors, and vendor attributes for resource selection.\n- **Evaluation Type Integration:** Utilizes GPU evaluation type to refine qualification processes, enhancing resource management.\n- **Extensibility:** Seamlessly integrates with other hardware qualification objects for comprehensive resource management solutions.",
                "x-allOf-name": "resource.GpuQualifier",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/resource.HardwareQualifier"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'resource.GpuQualifier', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.GpuQualifier"
                                ],
                                "default": "resource.GpuQualifier",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.GpuQualifier"
                                ],
                                "default": "resource.GpuQualifier",
                                "x-enum-as-string": true
                            },
                            "GpuControllersRange": {
                                "description": "The qualification of resources is based on number of GPU controllers between the minimum and maximum value.",
                                "$ref": "#/components/schemas/resource.GpuControllersRangeFilter",
                                "x-omitempty": true
                            },
                            "GpuEvaluationType": {
                                "description": "The GPU qualifier used for resource qualification is based on gpuEvaluationType.\n* `ServerWithoutGpu` - It is used to specify the evaluation of a resource without a GPU.\n* `ServerWithGpu` - It is used to specify the evaluation of a resource with a GPU.\n* `Unspecified` - It is used to specify that the GPU qualifier should be ignored for the evaluation of a resource.",
                                "type": "string",
                                "enum": [
                                    "ServerWithoutGpu",
                                    "ServerWithGpu",
                                    "Unspecified"
                                ],
                                "default": "ServerWithoutGpu",
                                "x-omitempty": true
                            },
                            "Pids": {
                                "type": "array",
                                "items": {
                                    "description": "The qualification of resources is based on PID of GPU that contains in it.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "maxItems": 20,
                                "nullable": true
                            },
                            "Vendor": {
                                "description": "The qualification of resources is based on vendor of GPU.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "resource.Group.Response": {
                "description": "The response body of a HTTP GET request for the 'resource.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 'resource.Group' resources.",
                "x-one-of-name": "resource.Group.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/resource.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"
                }
            },
            "resource.Group.Relationship": {
                "description": "A relationship to the 'resource.Group' resource, or the expanded 'resource.Group' resource, or the 'null' value.",
                "x-one-of-name": "resource.Group.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/resource.Group"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "resource.Group": {
                "title": "Resource:Group",
                "description": "The Group object represents a collection of REST resources within the system, designed to streamline resource management through organized groupings.\n#### Purpose\nA Group is intended to aggregate resources into a single entity, simplifying management tasks such as resource allocation, access control, and membership evaluation. It supports both static and dynamic resource memberships, allowing for flexible and efficient resource grouping.\n#### Key Concepts\n- **Dynamic Memberships:** Allows resources to be grouped dynamically using OData query filters, enhancing flexibility in resource management.\n- **Access Control:** Ensures only authorized users can view or perform actions on Group data.\n- **Resource Aggregation:** Supports the organization of resources into cohesive groups, aiding in resource management and allocation.",
                "x-allOf-name": "resource.Group",
                "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 'resource.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": [
                                    "resource.Group"
                                ],
                                "default": "resource.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": [
                                    "resource.Group"
                                ],
                                "default": "resource.Group",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "The informative description about the usage of this Resource Group.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ExportedSelectors": {
                                "type": "array",
                                "items": {
                                    "description": "A list of OData filters to select resources. The group selectors may include URLs of individual resources, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).",
                                    "$ref": "#/components/schemas/resource.Selector",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Name": {
                                "description": "The name of this resource group.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_.:-]{1,128}$",
                                "minLength": 1,
                                "maxLength": 128,
                                "x-omitempty": true
                            },
                            "PerTypeCombinedSelector": {
                                "type": "array",
                                "items": {
                                    "description": "A single filter expression created by OR'ing the $filter criteria of the 'selectors' of a given object type. Used to efficiently maintain the membership of the group. This filter is maintained per object type in this type.",
                                    "$ref": "#/components/schemas/resource.PerTypeCombinedSelector",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Qualifier": {
                                "description": "Qualifier shall be used to specify if we want to organize resources using multiple resource group or single For an account, resource groups can be of only one of the above types. (Both the types are mutually exclusive for an account.).\n* `Allow-Selectors` - Resources will be added to resource groups based on ODATA filter. Multiple resource group can be created to organize resources.\n* `Allow-All` - All resources will become part of the Resource Group. Only one resource group can be created to organize resources.",
                                "type": "string",
                                "enum": [
                                    "Allow-Selectors",
                                    "Allow-All"
                                ],
                                "default": "Allow-Selectors",
                                "x-omitempty": true
                            },
                            "Reevaluate": {
                                "description": "Set Reevaluate to true to reevaluate the group members and memberships of this resource group.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "Selectors": {
                                "type": "array",
                                "items": {
                                    "description": "A list of OData filters to select resources. The group selectors may be include URLs of individual resources, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).",
                                    "$ref": "#/components/schemas/resource.Selector",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Type": {
                                "description": "The type of this resource group. (Rbac, Licensing, solution).\n* `rbac` - These resource groups are used for multi-tenancy by assigning to organizations.\n* `licensing` - These resource groups are used to classify resources like servers to various groups which are associated to different license tiers.\n* `solution` - These resource groups are created for Flexpods.",
                                "type": "string",
                                "enum": [
                                    "rbac",
                                    "licensing",
                                    "solution"
                                ],
                                "default": "rbac",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Organizations": {
                                "description": "An array of relationships to organizationOrganization resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/organization.Organization.Relationship"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "resource.Group.List": {
                "title": "List of 'resource.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 'resource.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 'resource.Group' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/resource.Group"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "resource.GroupMember.Response": {
                "description": "The response body of a HTTP GET request for the 'resource.GroupMember' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'resource.GroupMember' resources.",
                "x-one-of-name": "resource.GroupMember.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/resource.GroupMember.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "resource.GroupMember": {
                "title": "Resource:Group Member",
                "description": "The GroupMember object identifies resolved members within a resource group, providing clarity and organization to resource membership management.\n#### Purpose\nA GroupMember serves as the link between individual resources and their associated groups, ensuring that resources are accurately represented within the system. It simplifies membership management by providing a clear representation of resource-group associations.\n#### Key Concepts\n- **Membership Resolution:** Ensures that resource memberships are accurately resolved and maintained within the system.\n- **Resource References:** Facilitates easy access and management of resources within groups, supporting efficient resource handling.",
                "x-allOf-name": "resource.GroupMember",
                "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 'resource.GroupMember', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.GroupMember"
                                ],
                                "default": "resource.GroupMember",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.GroupMember"
                                ],
                                "default": "resource.GroupMember",
                                "x-enum-as-string": true
                            },
                            "Group": {
                                "$ref": "#/components/schemas/resource.Group.Relationship",
                                "description": "A reference to a resourceGroup resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Resource": {
                                "$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
                            }
                        }
                    }
                ]
            },
            "resource.GroupMember.List": {
                "title": "List of 'resource.GroupMember' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'resource.GroupMember' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'resource.GroupMember' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/resource.GroupMember"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "resource.HardwareQualifier": {
                "title": "Hardware Qualifier",
                "description": "The server is filtered into the pool based on specific conditions. The hardware qualifier serves as the base class for memory qualifier, processor qualifier, GPU qualifier and network adaptor qualifier which can be used for filtering resources based on hardware characteristics.",
                "x-allOf-name": "resource.HardwareQualifier",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/resource.ResourceQualifier"
                    }
                ]
            },
            "resource.LicenseResourceCount.Response": {
                "description": "The response body of a HTTP GET request for the 'resource.LicenseResourceCount' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'resource.LicenseResourceCount' resources.",
                "x-one-of-name": "resource.LicenseResourceCount.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/resource.LicenseResourceCount.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "resource.LicenseResourceCount": {
                "title": "Resource:License Resource Count",
                "description": "The LicenseResourceCount object tracks the number of resources associated with different licensing tiers, aiding in licensing management and resource allocation.\n#### Purpose\nLicenseResourceCount provides a structured approach to managing licensing information within the system, ensuring that resources are accurately accounted for and associated with appropriate licensing tiers. It supports efficient resource tracking and licensing compliance.\n#### Key Concepts\n- **Licensing Management:** Facilitates the tracking and management of resources based on licensing tiers, aiding in compliance and resource allocation.\n- **Resource Tracking:** Provides accurate counts of resources within each licensing tier, supporting efficient resource management.\n- **Integration:** Seamlessly integrates with resource groups to ensure that licensing information is properly managed and utilized.",
                "x-allOf-name": "resource.LicenseResourceCount",
                "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 'resource.LicenseResourceCount', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.LicenseResourceCount"
                                ],
                                "default": "resource.LicenseResourceCount",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.LicenseResourceCount"
                                ],
                                "default": "resource.LicenseResourceCount",
                                "x-enum-as-string": true
                            },
                            "LicenseType": {
                                "description": "Type of licensing defined for this resource group. Used for licensing group.\n* `Base` - Base as a License type. It is default license type.\n* `Essential` - Essential as a License type.\n* `Standard` - Standard as a License type.\n* `Advantage` - Advantage as a License type.\n* `Premier` - Premier as a License type.\n* `IWO-Essential` - IWO-Essential as a License type.\n* `IWO-Advantage` - IWO-Advantage as a License type.\n* `IWO-Premier` - IWO-Premier as a License type.\n* `IKS-Advantage` - IKS-Advantage as a License type.\n* `INC-Premier-1GFixed` - Premier 1G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-10GFixed` - Premier 10G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-100GFixed` - Premier 100G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-Mod4Slot` - Premier Modular 4 slot license tier for Intersight Nexus Cloud.\n* `INC-Premier-Mod8Slot` - Premier Modular 8 slot license tier for Intersight Nexus Cloud.\n* `INC-Premier-D2OpsFixed` - Premier D2Ops fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-D2OpsMod` - Premier D2Ops modular license tier for Intersight Nexus Cloud.\n* `INC-Premier-CentralizedMod8Slot` - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.\n* `INC-Premier-DistributedMod8Slot` - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.\n* `ERP-Advantage` - Advantage license tier for ERP workflows.\n* `IntersightTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.\n* `IWOTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.\n* `IKSTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.\n* `INCTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.",
                                "type": "string",
                                "enum": [
                                    "Base",
                                    "Essential",
                                    "Standard",
                                    "Advantage",
                                    "Premier",
                                    "IWO-Essential",
                                    "IWO-Advantage",
                                    "IWO-Premier",
                                    "IKS-Advantage",
                                    "INC-Premier-1GFixed",
                                    "INC-Premier-10GFixed",
                                    "INC-Premier-100GFixed",
                                    "INC-Premier-Mod4Slot",
                                    "INC-Premier-Mod8Slot",
                                    "INC-Premier-D2OpsFixed",
                                    "INC-Premier-D2OpsMod",
                                    "INC-Premier-CentralizedMod8Slot",
                                    "INC-Premier-DistributedMod8Slot",
                                    "ERP-Advantage",
                                    "IntersightTrial",
                                    "IWOTrial",
                                    "IKSTrial",
                                    "INCTrial"
                                ],
                                "default": "Base",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ResourceCount": {
                                "description": "The number of resource belongs to this licensing tier.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "LicenseGroups": {
                                "description": "An array of relationships to resourceGroup resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/resource.Group.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "resource.LicenseResourceCount.List": {
                "title": "List of 'resource.LicenseResourceCount' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'resource.LicenseResourceCount' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'resource.LicenseResourceCount' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/resource.LicenseResourceCount"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "resource.Membership.Response": {
                "description": "The response body of a HTTP GET request for the 'resource.Membership' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'resource.Membership' resources.",
                "x-one-of-name": "resource.Membership.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/resource.Membership.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "resource.Membership": {
                "title": "Resource:Membership",
                "description": "ResourceMembership represents a resource's associated groups, organizations and the permissions associated to this resource via organizations.",
                "x-allOf-name": "resource.Membership",
                "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 'resource.Membership', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.Membership"
                                ],
                                "default": "resource.Membership",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.Membership"
                                ],
                                "default": "resource.Membership",
                                "x-enum-as-string": true
                            },
                            "GroupPermissionRoles": {
                                "type": "array",
                                "items": {
                                    "description": "Groups, organizations and their permissions to roles mapping.",
                                    "$ref": "#/components/schemas/iam.GroupPermissionToRoles",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Reevaluate": {
                                "description": "Set Reevaluate to true to reevaluate the membership of a resource.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "TargetApp": {
                                "description": "Name of the Service owning the resource.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Holder": {
                                "$ref": "#/components/schemas/resource.MembershipHolder.Relationship",
                                "description": "A reference to a resourceMembershipHolder resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Resource": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship",
                                "description": "A reference to a moBaseMo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "ResourceAncestors": {
                                "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
                            }
                        }
                    }
                ]
            },
            "resource.Membership.List": {
                "title": "List of 'resource.Membership' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'resource.Membership' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'resource.Membership' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/resource.Membership"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "resource.MembershipHolder.Response": {
                "description": "The response body of a HTTP GET request for the 'resource.MembershipHolder' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'resource.MembershipHolder' resources.",
                "x-one-of-name": "resource.MembershipHolder.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/resource.MembershipHolder.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "resource.MembershipHolder.Relationship": {
                "description": "A relationship to the 'resource.MembershipHolder' resource, or the expanded 'resource.MembershipHolder' resource, or the 'null' value.",
                "x-one-of-name": "resource.MembershipHolder.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/resource.MembershipHolder"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "resource.MembershipHolder": {
                "title": "Resource:Membership Holder",
                "description": "The MembershipHolder object acts as a container for REST resources and their membership within the system. It plays a crucial role in managing and organizing resources by associating them with specific memberships.\n#### Purpose\nA MembershipHolder serves as the central entity for resource membership management, enabling efficient organization and retrieval of resources based on their membership status. This provides a structured approach to handling resource memberships, supporting multi-tenancy and resource classification.\n#### Key Concepts\n- **Resource Organization:** Facilitates the grouping and classification of resources according to membership criteria.\n- **Access Control:** Ensures that membership data is managed securely, with access restricted to authorized users.\n- **Relationship Management:** Maintains associations between resources and their respective accounts, ensuring consistent and organized membership handling.",
                "x-allOf-name": "resource.MembershipHolder",
                "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 'resource.MembershipHolder', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.MembershipHolder"
                                ],
                                "default": "resource.MembershipHolder",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.MembershipHolder"
                                ],
                                "default": "resource.MembershipHolder",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "The name of this resource membership holder.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "resource.MembershipHolder.List": {
                "title": "List of 'resource.MembershipHolder' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'resource.MembershipHolder' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'resource.MembershipHolder' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/resource.MembershipHolder"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "resource.MemoryCapacityRangeFilter": {
                "title": "Memory Capacity Range Over Value",
                "description": "Consist of two boundaries that define the range, namely the minimum and the maximum memory capacity value.",
                "x-allOf-name": "resource.MemoryCapacityRangeFilter",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/resource.RangeFilter"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'resource.MemoryCapacityRangeFilter', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.MemoryCapacityRangeFilter"
                                ],
                                "default": "resource.MemoryCapacityRangeFilter",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.MemoryCapacityRangeFilter"
                                ],
                                "default": "resource.MemoryCapacityRangeFilter",
                                "x-enum-as-string": true
                            },
                            "MaxValue": {
                                "description": "Maximum value for the range limit. It should be greater than the minimum value.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "maximum": 999999,
                                "x-omitempty": true
                            },
                            "MinValue": {
                                "description": "Minimum value for the range limit.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "maximum": 999999,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "resource.MemoryQualifier": {
                "title": "Memory Qualification.",
                "description": "The MemoryQualifier object is dedicated to qualifying resources based on memory characteristics. It extends the HardwareQualifier, providing specialized criteria for resource selection related to memory capacity and units.\n#### Purpose\nMemoryQualifier aids in the precise filtering of resources by evaluating memory attributes. It ensures that resources meet memory-related requirements, optimizing resource allocation and performance within data center environments.\n#### Key Concepts\n- **Memory-Based Qualification:** Focuses on memory capacity and unit ranges to refine resource selection processes.\n- **Operational Efficiency:** Supports enhanced resource utilization by aligning memory parameters with operational needs.\n- **Extensibility:** Integrates seamlessly with other hardware qualification objects to provide comprehensive resource management solutions.",
                "x-allOf-name": "resource.MemoryQualifier",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/resource.HardwareQualifier"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'resource.MemoryQualifier', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.MemoryQualifier"
                                ],
                                "default": "resource.MemoryQualifier",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.MemoryQualifier"
                                ],
                                "default": "resource.MemoryQualifier",
                                "x-enum-as-string": true
                            },
                            "MemoryCapacityRange": {
                                "description": "The qualification of resources is based on memory range between minimum and maximum value.",
                                "$ref": "#/components/schemas/resource.MemoryCapacityRangeFilter",
                                "x-omitempty": true
                            },
                            "MemoryUnitsRange": {
                                "description": "The qualification of resources is based on the number of memory units between minimum and maximum value.",
                                "$ref": "#/components/schemas/resource.MemoryUnitsRangeFilter",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "resource.MemoryUnitsRangeFilter": {
                "title": "Memory Unit Range Over Value",
                "description": "Consist of two boundaries that define the range, namely the minimum and the maximum memory unit value.",
                "x-allOf-name": "resource.MemoryUnitsRangeFilter",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/resource.RangeFilter"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'resource.MemoryUnitsRangeFilter', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.MemoryUnitsRangeFilter"
                                ],
                                "default": "resource.MemoryUnitsRangeFilter",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.MemoryUnitsRangeFilter"
                                ],
                                "default": "resource.MemoryUnitsRangeFilter",
                                "x-enum-as-string": true
                            },
                            "MaxValue": {
                                "description": "Maximum value for the range limit. It should be greater than the minimum value.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "maximum": 99999,
                                "x-omitempty": true
                            },
                            "MinValue": {
                                "description": "Minimum value for the range limit.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "maximum": 99999,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "resource.NetworkAdaptorQualifier": {
                "title": "Network Adaptor Qualification",
                "description": "The NetworkAdaptorQualifier object is designed to qualify resources based on network adaptor characteristics. It extends the HardwareQualifier, providing specific criteria for resource selection related to network adaptors.\n#### Purpose\nNetworkAdaptorQualifier supports the classification of resources by evaluating network adaptor attributes. It ensures that resources meet network-related requirements, optimizing resource allocation and performance in network-intensive environments.\n#### Key Concepts\n- **Adaptor-Based Qualification:** Utilizes adaptor range attributes to enhance resource filtering precision.\n- **Operational Efficiency:** Promotes effective resource utilization by aligning network adaptor characteristics with operational needs.\n- **Integration Capability:** Functions cohesively with other hardware qualification objects to streamline resource management processes.",
                "x-allOf-name": "resource.NetworkAdaptorQualifier",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/resource.HardwareQualifier"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'resource.NetworkAdaptorQualifier', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.NetworkAdaptorQualifier"
                                ],
                                "default": "resource.NetworkAdaptorQualifier",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.NetworkAdaptorQualifier"
                                ],
                                "default": "resource.NetworkAdaptorQualifier",
                                "x-enum-as-string": true
                            },
                            "AdaptorsRange": {
                                "description": "The qualification of resources is based on number of adaptors between the minimum and maximum value.",
                                "$ref": "#/components/schemas/resource.AdaptorsRangeFilter",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "resource.OdataRuleSetQualifier": {
                "title": "Resource:Odata Rule Set Qualifier",
                "description": "Resources are added to the pool based on OData filter conditions.",
                "x-allOf-name": "resource.OdataRuleSetQualifier",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/resource.RuleSetQualifier"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'resource.OdataRuleSetQualifier', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.OdataRuleSetQualifier"
                                ],
                                "default": "resource.OdataRuleSetQualifier",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.OdataRuleSetQualifier"
                                ],
                                "default": "resource.OdataRuleSetQualifier",
                                "x-enum-as-string": true
                            },
                            "Rules": {
                                "type": "array",
                                "items": {
                                    "description": "A collection of OData rules used to qualify resources.",
                                    "$ref": "#/components/schemas/resource.Selector",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "resource.PerTypeCombinedSelector": {
                "title": "Resource:Per Type Combined Selector",
                "description": "Complex type representing an object type to associated filter by combining all selectors.",
                "x-allOf-name": "resource.PerTypeCombinedSelector",
                "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 'resource.PerTypeCombinedSelector', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.PerTypeCombinedSelector"
                                ],
                                "default": "resource.PerTypeCombinedSelector",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.PerTypeCombinedSelector"
                                ],
                                "default": "resource.PerTypeCombinedSelector",
                                "x-enum-as-string": true
                            },
                            "CombinedSelector": {
                                "description": "A single filter expression created by OR'ing the $filter criteria of the 'selectors'. Used to efficiently maintain the membership of the Group.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EmptyFilter": {
                                "description": "If true, then resources are added using just object type without filter.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SelectorObjectType": {
                                "description": "The ObjectType on which the selectors are defined. Used to efficiently query resource groups for a given ObjectType.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "resource.ProcessorQualifier": {
                "title": "Processor Qualification.",
                "description": "The ProcessorQualifier object is intended to qualify resources based on processor characteristics. It extends the HardwareQualifier, offering detailed criteria for evaluating processor speed, cores, PIDs, and vendor attributes.\n#### Purpose\nProcessorQualifier facilitates the assessment of resources according to processor specifications, ensuring that resources align with computational requirements. It enhances resource management by enabling targeted processor-based filtering.\n#### Key Concepts\n- **Processor-Based Filtering:** Utilizes speed, core count, and PID attributes to refine resource qualification.\n- **Vendor Integration:** Incorporates vendor criteria to ensure compatibility and enhance resource management.\n- **Resource Optimization:** Promotes effective resource utilization by aligning processor characteristics with operational demands.",
                "x-allOf-name": "resource.ProcessorQualifier",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/resource.HardwareQualifier"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'resource.ProcessorQualifier', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.ProcessorQualifier"
                                ],
                                "default": "resource.ProcessorQualifier",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.ProcessorQualifier"
                                ],
                                "default": "resource.ProcessorQualifier",
                                "x-enum-as-string": true
                            },
                            "CpuCoresRange": {
                                "description": "The qualification of resources is based on number of CPU cores between minimum and maximum value.",
                                "$ref": "#/components/schemas/resource.CpuCoreRangeFilter",
                                "x-omitempty": true
                            },
                            "Pids": {
                                "type": "array",
                                "items": {
                                    "description": "The qualification of resources is based on the PID of the processor.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "maxItems": 100,
                                "nullable": true
                            },
                            "SpeedRange": {
                                "description": "The qualification of resources is based on speed of the processor between minimum and maximum value in GHz.",
                                "$ref": "#/components/schemas/resource.CpuSpeedRangeFilter",
                                "x-omitempty": true
                            },
                            "Vendor": {
                                "description": "The qualification of resources is based on the vendor of the processor.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "resource.RackIdRangeFilter": {
                "title": "RackId Range Over Value",
                "description": "The RackIdRangeFilter object is intended to define qualification criteria based on rack ID ranges. It is a concrete implementation of the RangeFilter, providing a structured approach to resource filtering in data center environments.\n#### Purpose\nRackIdRangeFilter facilitates the classification of resources within data centers by establishing boundaries for rack IDs. This enables administrators to efficiently manage and allocate resources according to specific rack configurations.\n#### Key Concepts\n- **Range-Based Qualification:** Utilizes minimum and maximum values to define rack ID limits, enabling precise resource filtering.\n- **Scalability:** Supports the inclusion of multiple rack ID ranges, enhancing flexibility in resource management.\n- **Integration:** Works in conjunction with other filtering mechanisms to streamline data center operations.",
                "x-allOf-name": "resource.RackIdRangeFilter",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/resource.RangeFilter"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'resource.RackIdRangeFilter', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.RackIdRangeFilter"
                                ],
                                "default": "resource.RackIdRangeFilter",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.RackIdRangeFilter"
                                ],
                                "default": "resource.RackIdRangeFilter",
                                "x-enum-as-string": true
                            },
                            "MaxValue": {
                                "description": "Maximum value for the range limit. It should be greater than the minimum value.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "maximum": 256,
                                "x-omitempty": true
                            },
                            "MinValue": {
                                "description": "Minimum value for the range limit.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "maximum": 256,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "resource.RackServerQualifier": {
                "title": "Rack Server Qualifier",
                "description": "The rack servers are qualified for the pool based on properties of RackServer, such as RackId, RackPID, etc., which are captured as part of the RackServerQualifier.",
                "x-allOf-name": "resource.RackServerQualifier",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/resource.ServerQualifier"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'resource.RackServerQualifier', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.RackServerQualifier"
                                ],
                                "default": "resource.RackServerQualifier",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.RackServerQualifier"
                                ],
                                "default": "resource.RackServerQualifier",
                                "x-enum-as-string": true
                            },
                            "RackIdRange": {
                                "type": "array",
                                "items": {
                                    "description": "The rack servers are qualified for the pool based on the rack ID range. For instance, servers that fall within the rack ID range of 1-6 will be qualified for the pool.",
                                    "$ref": "#/components/schemas/resource.RackIdRangeFilter",
                                    "x-omitempty": true
                                },
                                "maxItems": 20,
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "resource.RangeFilter": {
                "title": "The Range Over Value",
                "description": "Consist of two boundaries that define the range, namely the minimum and the maximum value.",
                "x-allOf-name": "resource.RangeFilter",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/resource.AdvancedFilter"
                    }
                ]
            },
            "resource.Reservation.Response": {
                "description": "The response body of a HTTP GET request for the 'resource.Reservation' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'resource.Reservation' resources.",
                "x-one-of-name": "resource.Reservation.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/resource.Reservation.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "resource.Reservation.Relationship": {
                "description": "A relationship to the 'resource.Reservation' resource, or the expanded 'resource.Reservation' resource, or the 'null' value.",
                "x-one-of-name": "resource.Reservation.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/resource.Reservation"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "resource.Reservation": {
                "title": "Resource:Reservation",
                "description": "The Reservation object is responsible for reserving slots for new resources within resource groups, ensuring organized and planned resource allocation.\n#### Purpose\nA Reservation acts as a placeholder for resources that are yet to be added to the system, providing a structured approach to resource planning and allocation. It supports seamless integration with resource groups, facilitating efficient resource management.\n#### Key Concepts\n- **Resource Allocation:** Provides a mechanism for reserving space for new resources, aiding in planned resource allocation.\n- **Integration:** Seamlessly integrates with resource groups to ensure that reserved resources are properly managed and allocated.\n- **Access Control:** Implements privilege sets to manage access to reservation data, ensuring secure and controlled resource planning.",
                "x-allOf-name": "resource.Reservation",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/resource.AbstractReservation"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'resource.Reservation', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.Reservation"
                                ],
                                "default": "resource.Reservation",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.Reservation"
                                ],
                                "default": "resource.Reservation",
                                "x-enum-as-string": true
                            },
                            "MarkFail": {
                                "description": "MarkFail is used to set the reservation status to Failed.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "ResourceMoids": {
                                "type": "array",
                                "items": {
                                    "description": "Moids of the resources which will be added to the resource groups.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "UserMoid": {
                                "description": "Moid of the user who created the reservation.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "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
                            },
                            "Groups": {
                                "description": "An array of relationships to resourceGroup resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/resource.Group.Relationship"
                                },
                                "nullable": true,
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "resource.Reservation.List": {
                "title": "List of 'resource.Reservation' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'resource.Reservation' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'resource.Reservation' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/resource.Reservation"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "resource.ResourceQualifier": {
                "title": "Resource Qualifier",
                "description": "The resources are matched with multiple qualifiers; ResourceQualifier is the base class for all qualifiers.",
                "x-allOf-name": "resource.ResourceQualifier",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    }
                ]
            },
            "resource.RuleSetQualifier": {
                "title": "Resource:Rule Set Qualifier",
                "description": "Determines whether resources qualify for inclusion in a pool based on a set of rules.",
                "x-allOf-name": "resource.RuleSetQualifier",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/resource.ResourceQualifier"
                    }
                ]
            },
            "resource.SelectionCriteria.Response": {
                "description": "The response body of a HTTP GET request for the 'resource.SelectionCriteria' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'resource.SelectionCriteria' resources.",
                "x-one-of-name": "resource.SelectionCriteria.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/resource.SelectionCriteria.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "resource.SelectionCriteria": {
                "title": "Resource:Selection Criteria",
                "description": "The SelectionCriteria object enables the selection of resources based on specific criteria, providing flexibility and precision in resource management.\n#### Purpose\nSelectionCriteria serves as the mechanism for defining conditions that select resources within the system, offering a customizable and efficient approach to resource retrieval and management. It supports both static and dynamic resource selection methods.\n#### Key Concepts\n- **Dynamic Selection:** Allows for the use of OData query filters to dynamically select resources, enhancing flexibility in resource management.\n- **Customization:** Supports the definition of custom criteria for resource selection, providing tailored resource management solutions.\n- **Access Control:** Implements privilege sets to manage access to selection criteria data, ensuring secure and controlled resource selection.",
                "x-allOf-name": "resource.SelectionCriteria",
                "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 'resource.SelectionCriteria', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.SelectionCriteria"
                                ],
                                "default": "resource.SelectionCriteria",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.SelectionCriteria"
                                ],
                                "default": "resource.SelectionCriteria",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "The description of the Resource Selection Criteria.",
                                "type": "string",
                                "pattern": "^$|^[a-zA-Z0-9]+[\\x00-\\xFF]*$",
                                "maxLength": 1024,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the Resource Selection Criteria.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_.:-]{1,128}$",
                                "minLength": 1,
                                "maxLength": 128,
                                "x-omitempty": true
                            },
                            "PlaceHolders": {
                                "type": "array",
                                "items": {
                                    "description": "The selector query can contain zero or more runtime parameters. The placeholders contains a collection of runtime parameters which are extracted from selector query.\nFor example, the OData filter condition for resource VmwareHost is \"MemoryConsumed gt {{.ResourceMemoryConsumed}} and ResourceConsumed.CpuConsumed gt {{.ResourceCpuConsumed}}\" is having ResourceMemoryConsumed and ResourceCpuConsumed are runtime properties which will be extracted as part of this collection.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Selectors": {
                                "type": "array",
                                "items": {
                                    "description": "The selectors may be include URLs of individual resources, or OData query with filters that match multiple resources. The URLs must be relative (i.e. do not include the host).\nThe resource selector can have runtime parameters through which value will be supplied by the consumer API. For example, the SelectionCriteria is to select the compute.RackUnit based CpuCore' and 'Available'.\nFor example, the OData filter condition for resource VmwareHost is \"ResourceConsumed.MemoryConsumed gt {{.ResourceMemoryConsumed}} and ResourceConsumed.CpuConsumed gt {{.ResourceCpuConsumed}}\"\nIn the above example, \"ResourceMemoryConsumed\" and \"ResourceCpuConsumed\" are placeholder properties.",
                                    "$ref": "#/components/schemas/resource.Selector",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Organization": {
                                "$ref": "#/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
                            }
                        }
                    }
                ]
            },
            "resource.SelectionCriteria.List": {
                "title": "List of 'resource.SelectionCriteria' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'resource.SelectionCriteria' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'resource.SelectionCriteria' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/resource.SelectionCriteria"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "resource.Selector": {
                "title": "Resource:Selector",
                "description": "Complex type representing the filter condition to extract the resources.",
                "x-allOf-name": "resource.Selector",
                "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 'resource.Selector', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.Selector"
                                ],
                                "default": "resource.Selector",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.Selector"
                                ],
                                "default": "resource.Selector",
                                "x-enum-as-string": true
                            },
                            "Selector": {
                                "description": "ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).",
                                "type": "string",
                                "pattern": "^$|/api/v1/.*",
                                "x-createOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "resource.ServerQualifier": {
                "title": "Server Qualifier",
                "description": "The server is filtered into the pool based on specific conditions. The server qualifier serves as the base class for RackServer and BladeQualifier, holding common properties, such as 'AssetTag', 'UserLabel' etc., which can be used for filtering.",
                "x-allOf-name": "resource.ServerQualifier",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/resource.ResourceQualifier"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'resource.ServerQualifier', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "resource.BladeQualifier",
                                    "resource.RackServerQualifier"
                                ],
                                "x-enum-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": [
                                    "resource.BladeQualifier",
                                    "resource.RackServerQualifier"
                                ],
                                "x-enum-as-string": true
                            },
                            "AssetTags": {
                                "type": "array",
                                "items": {
                                    "description": "The qualification is based on the 'AssetTag' property. For instance, the condition is AssetTag in 'ProdServer', 'StageServer'.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "maxItems": 20,
                                "nullable": true
                            },
                            "Pids": {
                                "type": "array",
                                "items": {
                                    "description": "The Rack or Node Servers are qualified for the pool based on PIDs. For example, the conditions include PID in 'UCSB-B200-M5', 'UCSB-B200-M6'.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "maxItems": 20,
                                "nullable": true
                            },
                            "UserLabels": {
                                "type": "array",
                                "items": {
                                    "description": "The qualification is based on the 'UserLabel' property. For instance, the condition is UserLabel in 'ProdServer', 'StageServer'.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "maxItems": 20,
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "resource.SharedResourcesInfoHolder.Response": {
                "description": "The response body of a HTTP GET request for the 'resource.SharedResourcesInfoHolder' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'resource.SharedResourcesInfoHolder' resources.",
                "x-one-of-name": "resource.SharedResourcesInfoHolder.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/resource.SharedResourcesInfoHolder.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "resource.SharedResourcesInfoHolder": {
                "title": "Resource:Shared Resources Info Holder",
                "description": "The SharedResourcesInfoHolder object manages holds shared resource configurations within the system, facilitating resource sharing and collaboration.\n#### Purpose\nSharedResourcesInfoHolder acts as the central entity for managing holding shared resources, this object provides a centralized view of all shared resource configurations between two organizations. It supports efficient resource management and organizational integration.\n#### Key Concepts\n- **Resource Sharing:** Facilitates the sharing of resources between different organizational units, aiding in collaboration and integration.\n- **Configuration Management:** Manages shared resource configurations, ensuring consistent and organized resource sharing.\n- **Access Control:** Integrates access restrictions to ensure secure and controlled management of shared resources.",
                "x-allOf-name": "resource.SharedResourcesInfoHolder",
                "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 'resource.SharedResourcesInfoHolder', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.SharedResourcesInfoHolder"
                                ],
                                "default": "resource.SharedResourcesInfoHolder",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.SharedResourcesInfoHolder"
                                ],
                                "default": "resource.SharedResourcesInfoHolder",
                                "x-enum-as-string": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "PeerObjects": {
                                "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
                            },
                            "SharedResource": {
                                "$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
                            },
                            "SharedWithResource": {
                                "$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
                            },
                            "SharingRule": {
                                "$ref": "#/components/schemas/iam.SharingRule.Relationship",
                                "description": "A reference to a iamSharingRule resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "SourceObject": {
                                "$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
                            }
                        }
                    }
                ]
            },
            "resource.SharedResourcesInfoHolder.List": {
                "title": "List of 'resource.SharedResourcesInfoHolder' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'resource.SharedResourcesInfoHolder' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'resource.SharedResourcesInfoHolder' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/resource.SharedResourcesInfoHolder"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "resource.SlotIdRangeFilter": {
                "title": "Slot ID Range Over Value",
                "description": "Consist of two boundaries that define the range, namely the minimum and the maximum SlotId value.",
                "x-allOf-name": "resource.SlotIdRangeFilter",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/resource.RangeFilter"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'resource.SlotIdRangeFilter', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.SlotIdRangeFilter"
                                ],
                                "default": "resource.SlotIdRangeFilter",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.SlotIdRangeFilter"
                                ],
                                "default": "resource.SlotIdRangeFilter",
                                "x-enum-as-string": true
                            },
                            "MaxValue": {
                                "description": "Maximum value for the range limit. It should be greater than minimum value.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "maximum": 8,
                                "x-omitempty": true
                            },
                            "MinValue": {
                                "description": "Minimum value for the range limit.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "maximum": 8,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "resource.SourceToPermissionResources": {
                "title": "Resource:Source To Permission Resources",
                "description": "SourceToPermissionResources holds the source and the permissionResources belonging to them.",
                "x-allOf-name": "resource.SourceToPermissionResources",
                "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 'resource.SourceToPermissionResources', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.SourceToPermissionResources"
                                ],
                                "default": "resource.SourceToPermissionResources",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.SourceToPermissionResources"
                                ],
                                "default": "resource.SourceToPermissionResources",
                                "x-enum-as-string": true
                            },
                            "PermissionResources": {
                                "type": "array",
                                "items": {
                                    "description": "It holds the references of the permissionResources which belongs to the source object.",
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "PropagateToTarget": {
                                "description": "PropagateToTarget is a boolean value which indicates whether to propagate the PermissionResources of the \nsource object to the PermissionResources of the target object. If set to true, then PermissionResources of\nthe target object along with its children hierarchy gets updated with PermissionResources of the source \nobject. If set to false while propagating the PermissionResources from source object, PermissionResources \nagainst the Source in SourceToPermissionResourceHolder property of Target object will be set to \nPermissionResources of the source object. In this case, while evaluating access to an MO, we need to consider \nCustomPermissionResources for org user to get right access to the MO.",
                                "type": "boolean",
                                "default": true,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SourceObject": {
                                "description": "It holds the reference of the source object from which the permission \nis inherited.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "resource.SourceToPermissionResourcesHolder": {
                "title": "Resource:Source To Permission Resources Holder",
                "description": "The holder which holds the multiple custom permission sources and the permissionResources belonging to the sources.\nThese permissionResources are added to the permission resources of the objects which supports permission inherition\nfrom custom sources.",
                "x-allOf-name": "resource.SourceToPermissionResourcesHolder",
                "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 'resource.SourceToPermissionResourcesHolder', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.SourceToPermissionResourcesHolder"
                                ],
                                "default": "resource.SourceToPermissionResourcesHolder",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.SourceToPermissionResourcesHolder"
                                ],
                                "default": "resource.SourceToPermissionResourcesHolder",
                                "x-enum-as-string": true
                            },
                            "SourceToPermissionResources": {
                                "type": "array",
                                "items": {
                                    "description": "The collection of the sources and the permissionResources belonging to them.",
                                    "$ref": "#/components/schemas/resource.SourceToPermissionResources",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "resource.Tag": {
                "title": "Tag key and value to filter the resource.",
                "description": "The Tag object represents a key-value pair used for resource filtering based on user-defined criteria. It functions as a concrete element within the qualification framework, supporting diverse tagging strategies.\n#### Purpose\nTag serves as a versatile tool for resource categorization and management. By enabling the application of custom tags, it facilitates dynamic resource filtering and enhances operational efficiency in complex environments.\n#### Key Concepts\n- **User-Defined Tagging:** Supports the creation of personalized tags to meet specific organizational needs.\n- **Flexible Filtering:** Allows for adaptable resource qualification, accommodating diverse operational scenarios.\n- **Integration Capability:** Works cohesively with other qualification objects to streamline resource management processes.",
                "x-allOf-name": "resource.Tag",
                "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 'resource.Tag', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.Tag"
                                ],
                                "default": "resource.Tag",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.Tag"
                                ],
                                "default": "resource.Tag",
                                "x-enum-as-string": true
                            },
                            "Key": {
                                "description": "Key to match the resource's tag key.",
                                "type": "string",
                                "minLength": 1,
                                "maxLength": 128,
                                "x-omitempty": true
                            },
                            "Value": {
                                "description": "Value to match the resource's tag value.",
                                "type": "string",
                                "minLength": 1,
                                "maxLength": 256,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "resource.TagQualifier": {
                "title": "Tag Qualification.",
                "description": "The resource is qualified based on user tags at various types, such as Domain, Chassis, Blade, Rack, etc. The filtering of resources is determined by matching these tags with set conditions.",
                "x-allOf-name": "resource.TagQualifier",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/resource.ResourceQualifier"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'resource.TagQualifier', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "resource.TagQualifier"
                                ],
                                "default": "resource.TagQualifier",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "resource.TagQualifier"
                                ],
                                "default": "resource.TagQualifier",
                                "x-enum-as-string": true
                            },
                            "ChassisTags": {
                                "type": "array",
                                "items": {
                                    "description": "The qualification of resources is based on the user tags defined at the chassis and unified edge level for the resource.",
                                    "$ref": "#/components/schemas/resource.Tag",
                                    "x-omitempty": true
                                },
                                "maxItems": 20,
                                "nullable": true
                            },
                            "DomainProfileTags": {
                                "type": "array",
                                "items": {
                                    "description": "The qualification of resources is based on the user tags defined at the domain and unified edge profile level for the resource.",
                                    "$ref": "#/components/schemas/resource.Tag",
                                    "x-omitempty": true
                                },
                                "maxItems": 20,
                                "nullable": true
                            },
                            "ServerTags": {
                                "type": "array",
                                "items": {
                                    "description": "The qualification of resources is based on the user tags defined at the rack or blade server level for the resource.",
                                    "$ref": "#/components/schemas/resource.Tag",
                                    "x-omitempty": true
                                },
                                "maxItems": 20,
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "servicenow.ChangeRequest.Response": {
                "description": "The response body of a HTTP GET request for the 'servicenow.ChangeRequest' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'servicenow.ChangeRequest' resources.",
                "x-one-of-name": "servicenow.ChangeRequest.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/servicenow.ChangeRequest.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "servicenow.ChangeRequest": {
                "title": "Servicenow:Change Request",
                "description": "The ChangeRequest object is a core component of the ServiceNow integration framework, designed to manage and document change requests within the ServiceNow system. It ensures organized tracking of changes, providing a systematic approach to change management.\n#### Purpose\nA ChangeRequest object encapsulates the details of a change request, including its identification, status, and associated metadata. It serves as the central point of reference for managing change requests, ensuring all change-related activities are documented and tracked effectively.\n#### Key Concepts\n- **Identification and Tracking:** Provides unique identifiers for change requests, facilitating easy reference and management.\n- **Metadata Management:** Stores detailed information about change requests, including descriptions, priorities, and impacts, ensuring comprehensive documentation.\n- **Integration with ServiceNow:** Seamlessly interacts with the ServiceNow platform, supporting efficient change management workflows.\n- **Access Control:** Ensures controlled access to change request information, maintaining security and privacy standards within the system.",
                "x-allOf-name": "servicenow.ChangeRequest",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/servicenow.InventoryEntity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'servicenow.ChangeRequest', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "servicenow.ChangeRequest"
                                ],
                                "default": "servicenow.ChangeRequest",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "servicenow.ChangeRequest"
                                ],
                                "default": "servicenow.ChangeRequest",
                                "x-enum-as-string": true
                            },
                            "Approval": {
                                "description": "The approver of Change Request.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "AssignedTo": {
                                "description": "Assigned to value for Change Request.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "AssignedToDisplayValue": {
                                "description": "Assigned to display value for Change Request.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ChangeModel": {
                                "description": "Change Model for Change Request.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ChangeModelDisplayValue": {
                                "description": "Change Model display value for Change Request.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ChangeRequestNumber": {
                                "description": "Number for Change Request.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Comments": {
                                "description": "Comments on Change Request.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "CreatedBy": {
                                "description": "Creator of Change Request.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Description for Change Request.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "DueDate": {
                                "description": "Due date for Change Request.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "EndDate": {
                                "description": "End date for Change Request.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Impact": {
                                "description": "Impact for Change Request.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ImpactDisplayValue": {
                                "description": "Impact display value for Change Request.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Priority": {
                                "description": "Priority for Change Request.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "PriorityDisplayValue": {
                                "description": "Priority display value for Change Request.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Risk": {
                                "description": "The risk for Change Request.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ShortDescription": {
                                "description": "Short Description for Change Request.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "StartDate": {
                                "description": "Start date for Change Request.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "SysId": {
                                "description": "Sys Id for Change Request.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "The type for Change Request.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "UpdatedBy": {
                                "description": "Last update Change Request.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "servicenow.ChangeRequest.List": {
                "title": "List of 'servicenow.ChangeRequest' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'servicenow.ChangeRequest' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'servicenow.ChangeRequest' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/servicenow.ChangeRequest"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "servicenow.ChangeRequestDoc.Response": {
                "description": "The response body of a HTTP GET request for the 'servicenow.ChangeRequestDoc' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'servicenow.ChangeRequestDoc' resources.",
                "x-one-of-name": "servicenow.ChangeRequestDoc.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/servicenow.ChangeRequestDoc.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "servicenow.ChangeRequestDoc": {
                "title": "Servicenow:Change Request Doc",
                "description": "The ChangeRequestDoc object is part of the ServiceNow service, providing a schema for change request documentation. It offers a structured approach to documenting change-related information.\n#### Purpose\nChangeRequestDoc provides the schema necessary for capturing and managing change request data, ensuring consistent documentation and integration across systems. It supports the standardization of change information, facilitating efficient data handling.\n#### Key Concepts\n- **Schema Definition:** Establishes a clear schema for change request data, supporting standardized data entry and management.\n- **Integration:** Facilitates integration with other systems and processes, ensuring seamless interaction and data exchange.\n- **Consistency:** Promotes consistent documentation practices, enhancing data reliability and accessibility.\n- **Flexibility:** Allows customization to accommodate specific organizational needs and requirements.",
                "x-allOf-name": "servicenow.ChangeRequestDoc",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/servicenow.InventoryEntity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'servicenow.ChangeRequestDoc', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "servicenow.ChangeRequestDoc"
                                ],
                                "default": "servicenow.ChangeRequestDoc",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "servicenow.ChangeRequestDoc"
                                ],
                                "default": "servicenow.ChangeRequestDoc",
                                "x-enum-as-string": true
                            },
                            "ExampleValue": {
                                "description": "Example value for Change request property.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "InternalType": {
                                "description": "Internal type for Change request property.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "Label for Change request property.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "PropertyName": {
                                "description": "Name for Change request property.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "servicenow.ChangeRequestDoc.List": {
                "title": "List of 'servicenow.ChangeRequestDoc' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'servicenow.ChangeRequestDoc' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'servicenow.ChangeRequestDoc' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/servicenow.ChangeRequestDoc"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "servicenow.Incident.Response": {
                "description": "The response body of a HTTP GET request for the 'servicenow.Incident' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'servicenow.Incident' resources.",
                "x-one-of-name": "servicenow.Incident.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/servicenow.Incident.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "servicenow.Incident": {
                "title": "Servicenow:Incident",
                "description": "The Incident object is an integral part of the ServiceNow service, designed to manage incidents and ensure their timely resolution. This provides a standardized approach to recording, tracking, and resolving issues that disrupt normal operations.\n#### Purpose\nAn Incident captures and manages unexpected issues within an organization, offering a framework for efficient and effective resolution. It helps maintain service continuity by addressing problems swiftly and minimizing their impact.\n#### Key Concepts\n- **Incident Lifecycle:** Covers the entire lifecycle of an incident, from detection and reporting to resolution and closure.\n- **Prioritization and Urgency:** Facilitates the assessment of incident severity and urgency, ensuring that critical issues are prioritized.\n- **State Management:** Tracks the current state and progress of an incident, enabling effective management and monitoring.\n- **Communication and Documentation:** Ensures clear communication through comments and status updates, maintaining a detailed record for future reference.",
                "x-allOf-name": "servicenow.Incident",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/servicenow.InventoryEntity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'servicenow.Incident', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "servicenow.Incident"
                                ],
                                "default": "servicenow.Incident",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "servicenow.Incident"
                                ],
                                "default": "servicenow.Incident",
                                "x-enum-as-string": true
                            },
                            "Approval": {
                                "description": "The approver property of Incident.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Category": {
                                "description": "Category property for Incident.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Comments": {
                                "description": "Comments property on Incident.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "CreatedBy": {
                                "description": "Creator property of Incident.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "CreatedOn": {
                                "description": "Incident create date property.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Description for Incident.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "DueDate": {
                                "description": "Due date property for Incident.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ExpectedStart": {
                                "description": "Expected start date for Incident.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Impact": {
                                "description": "Impact property for Incident.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "IncidentState": {
                                "description": "State property of the Incident.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "OpenedBy": {
                                "description": "Assigned to value for Incident.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Priority": {
                                "description": "Priority property for Incident.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Risk": {
                                "description": "The risk property for Incident.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Severity": {
                                "description": "Severity property of the Incident.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ShortDescription": {
                                "description": "Short Description for Incident.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "SysId": {
                                "description": "System Id property for Incident.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "TaskEffectiveNumber": {
                                "description": "Task Effective Number for Incident.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "UpdatedBy": {
                                "description": "Last update by on Incident.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Urgency": {
                                "description": "Urgency property of the Incident.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "WorkEnd": {
                                "description": "Work end date for Incident.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "WorkStart": {
                                "description": "Work start date for Incident.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "servicenow.Incident.List": {
                "title": "List of 'servicenow.Incident' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'servicenow.Incident' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'servicenow.Incident' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/servicenow.Incident"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "servicenow.IncidentDoc.Response": {
                "description": "The response body of a HTTP GET request for the 'servicenow.IncidentDoc' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'servicenow.IncidentDoc' resources.",
                "x-one-of-name": "servicenow.IncidentDoc.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/servicenow.IncidentDoc.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "servicenow.IncidentDoc": {
                "title": "Servicenow:Incident Doc",
                "description": "The IncidentDoc object is part of the ServiceNow service, providing a schema for incident-related documentation. It serves as a foundational element for structuring and organizing incident data.\n#### Purpose\nIncidentDoc provides the structure necessary for recording and managing incident data, ensuring consistent documentation and integration across systems. It supports the standardization of incident information, facilitating efficient data handling.\n#### Key Concepts\n- **Schema Definition:** Establishes a clear schema for incident data, supporting standardized data entry and management.\n- **Integration:** Facilitates integration with other systems and processes, ensuring seamless interaction and data exchange.\n- **Consistency:** Promotes consistent documentation practices, enhancing data reliability and accessibility.\n- **Flexibility:** Allows customization to accommodate specific organizational needs and requirements.",
                "x-allOf-name": "servicenow.IncidentDoc",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/servicenow.InventoryEntity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'servicenow.IncidentDoc', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "servicenow.IncidentDoc"
                                ],
                                "default": "servicenow.IncidentDoc",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "servicenow.IncidentDoc"
                                ],
                                "default": "servicenow.IncidentDoc",
                                "x-enum-as-string": true
                            },
                            "ExampleValue": {
                                "description": "Example value for Incident property.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "InternalType": {
                                "description": "Internal type for Incident property.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "Label for Incident property.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "PropertyName": {
                                "description": "Name for Incident property.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "servicenow.IncidentDoc.List": {
                "title": "List of 'servicenow.IncidentDoc' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'servicenow.IncidentDoc' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'servicenow.IncidentDoc' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/servicenow.IncidentDoc"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "servicenow.InventoryEntity": {
                "title": "Servicenow:Inventory Entity",
                "description": "Base object type for all ServiceNow Inventory items.",
                "x-allOf-name": "servicenow.InventoryEntity",
                "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 'servicenow.InventoryEntity', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "servicenow.ChangeRequest",
                                    "servicenow.ChangeRequestDoc",
                                    "servicenow.Incident",
                                    "servicenow.IncidentDoc"
                                ],
                                "x-enum-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": [
                                    "servicenow.ChangeRequest",
                                    "servicenow.ChangeRequestDoc",
                                    "servicenow.Incident",
                                    "servicenow.IncidentDoc"
                                ],
                                "x-enum-as-string": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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
                            }
                        }
                    }
                ]
            },
            "task.CatalystSdwanScopedInventory": {
                "title": "Task:Catalyst Sdwan Scoped Inventory",
                "description": "CatalystSdwanScopedInventories represent an on-demand inventory trigger used to refresh inventory for a specific registered Catalyst SD-WAN device/connection. Creating one of these objects initiates a scoped discovery cycle to update modified objects in Intersight without waiting for the next scheduled inventory run.\n#### Purpose\nAllow administrators to manually trigger a targeted inventory refresh for a Catalyst SD-WAN registered device so Intersight reflects recent changes promptly.\n#### Key Concepts\n- **On-demand trigger (CREATE-only)**: The object is primarily an action/request used to start inventory, not a long-lived configuration resource.\n- **Scoped inventory behavior**: Extends `connector.ScopedInventory`, indicating the operation is limited to the specified device scope.\n- **Device targeting via registration**: `registeredDevice` (create-only) identifies the exact device registration to inventory.\n- **Permission inheritance**: Inherits permissions from `registeredDevice`, aligning access control with the underlying device registration.\n- **Lifecycle coupling**: `onpeerdelete: cascade` ties the trigger record to the device registration lifecycle.",
                "x-allOf-name": "task.CatalystSdwanScopedInventory",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/connector.ScopedInventory"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'task.CatalystSdwanScopedInventory', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "task.CatalystSdwanScopedInventory"
                                ],
                                "default": "task.CatalystSdwanScopedInventory",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "task.CatalystSdwanScopedInventory"
                                ],
                                "default": "task.CatalystSdwanScopedInventory",
                                "x-enum-as-string": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "task.FabricMosScopedInventory": {
                "title": "Task:Fabric Mos Scoped Inventory",
                "description": "API to trigger on-demand inventory to update MDS objects in Intersight.",
                "x-allOf-name": "task.FabricMosScopedInventory",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/connector.ScopedInventory"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'task.FabricMosScopedInventory', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "task.FabricMosScopedInventory"
                                ],
                                "default": "task.FabricMosScopedInventory",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "task.FabricMosScopedInventory"
                                ],
                                "default": "task.FabricMosScopedInventory",
                                "x-enum-as-string": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "task.HciScopedInventory": {
                "title": "Task:Hci Scoped Inventory",
                "description": "The HciScopedInventory object is a trigger for on-demand inventory collection for the specified set of managed objects.\n#### Purpose\nThe HciScopedInventory object facilitates the on-demand collection of inventory data from registered devices. It acts as a trigger for inventory updates, ensuring that the system reflects the current state of managed assets.\n#### Key Concepts\n- **Inventory Collection:** Initiates on-demand inventory collection processes to ensure data accuracy.",
                "x-allOf-name": "task.HciScopedInventory",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/connector.ScopedInventory"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'task.HciScopedInventory', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "task.HciScopedInventory"
                                ],
                                "default": "task.HciScopedInventory",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "task.HciScopedInventory"
                                ],
                                "default": "task.HciScopedInventory",
                                "x-enum-as-string": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "task.HitachiScopedInventory": {
                "title": "Task:Hitachi Scoped Inventory",
                "description": "The HitachiScopedInventory object provides an API to trigger on-demand HitachiStorage FlashArray inventory updates, supporting effective storage system reporting.\n#### Purpose\nHitachiScopedInventory is fundamental to managing inventory updates within Hitachi arrays. It ensures accurate and timely reporting of modified objects, supporting efficient storage system operations.\n#### Key Concepts\n- **Inventory Management:** Facilitates on-demand inventory updates, ensuring accurate and current reporting of storage system changes.\n- **API Integration:** Provides a structured API for inventory updates, supporting seamless integration within the Intersight system.\n- **Device Registration:** Connects inventory updates to device registration objects, ensuring reliable communication and reporting.\n- **Access Control:** Utilizes privilege sets to ensure secure and authorized operations on inventory updates.",
                "x-allOf-name": "task.HitachiScopedInventory",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/connector.ScopedInventory"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'task.HitachiScopedInventory', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "task.HitachiScopedInventory"
                                ],
                                "default": "task.HitachiScopedInventory",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "task.HitachiScopedInventory"
                                ],
                                "default": "task.HitachiScopedInventory",
                                "x-enum-as-string": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "task.HyperFlexManagementScopedInventory": {
                "title": "Task:Hyper Flex Management Scoped Inventory",
                "description": "HyperFlexManagementScopedInventories are task-trigger objects used to initiate an on-demand HyperFlex inventory collection for a specific registered HyperFlex endpoint. They are intended to refresh Intersight\u2019s reported state by collecting updated data for the associated device.\n#### Purpose\nProvide an API mechanism to manually trigger inventory collection so that recently changed HyperFlex-managed objects are re-discovered and reflected in Intersight reports without waiting for the next scheduled inventory cycle.\n#### Key Concepts\n- **On-demand inventory trigger:** Creating this object starts an immediate inventory refresh workflow for the target device.\n- **Device-scoped execution:** The operation is explicitly bound to a single `registeredDevice` (an `asset.DeviceRegistration`).\n- **Scoped inventory base:** Extends `connector.ScopedInventory`, aligning with the platform\u2019s standard pattern for inventory-trigger requests.\n- **Permission inheritance:** Inherits permissions from `registeredDevice`, ensuring only authorized users can trigger collection for that device.\n- **Lifecycle coupling:** Uses `onpeerdelete: cascade` so if the device registration is removed, the associated trigger object is cleaned up.",
                "x-allOf-name": "task.HyperFlexManagementScopedInventory",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/connector.ScopedInventory"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'task.HyperFlexManagementScopedInventory', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "task.HyperFlexManagementScopedInventory"
                                ],
                                "default": "task.HyperFlexManagementScopedInventory",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "task.HyperFlexManagementScopedInventory"
                                ],
                                "default": "task.HyperFlexManagementScopedInventory",
                                "x-enum-as-string": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "task.HyperflexScopedInventory": {
                "title": "Task:Hyperflex Scoped Inventory",
                "description": "API to trigger on-demand Hyperflex Cluster inventory to update modified objects in Intersight report.",
                "x-allOf-name": "task.HyperflexScopedInventory",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/connector.ScopedInventory"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'task.HyperflexScopedInventory', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "task.HyperflexScopedInventory"
                                ],
                                "default": "task.HyperflexScopedInventory",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "task.HyperflexScopedInventory"
                                ],
                                "default": "task.HyperflexScopedInventory",
                                "x-enum-as-string": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "task.MdsScopedInventory": {
                "title": "Task:Mds Scoped Inventory",
                "description": "API to trigger on-demand MDS inventory to update modified objects in Intersight report.",
                "x-allOf-name": "task.MdsScopedInventory",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/connector.ScopedInventory"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'task.MdsScopedInventory', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "task.MdsScopedInventory"
                                ],
                                "default": "task.MdsScopedInventory",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "task.MdsScopedInventory"
                                ],
                                "default": "task.MdsScopedInventory",
                                "x-enum-as-string": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "task.MdsSystemScopedInventory": {
                "title": "Task:Mds System Scoped Inventory",
                "description": "API to trigger on-demand MDS System inventory after the workflow execution.",
                "x-allOf-name": "task.MdsSystemScopedInventory",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/connector.ScopedInventory"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'task.MdsSystemScopedInventory', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "task.MdsSystemScopedInventory"
                                ],
                                "default": "task.MdsSystemScopedInventory",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "task.MdsSystemScopedInventory"
                                ],
                                "default": "task.MdsSystemScopedInventory",
                                "x-enum-as-string": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "task.MerakiScopedInventory": {
                "title": "Task:Meraki Scoped Inventory",
                "description": "API to trigger on-demand inventory to update modified objects.",
                "x-allOf-name": "task.MerakiScopedInventory",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/connector.ScopedInventory"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'task.MerakiScopedInventory', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "task.MerakiScopedInventory"
                                ],
                                "default": "task.MerakiScopedInventory",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "task.MerakiScopedInventory"
                                ],
                                "default": "task.MerakiScopedInventory",
                                "x-enum-as-string": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "task.NetAppScopedInventory": {
                "title": "Task:Net App Scoped Inventory",
                "description": "API to trigger on-demand NetAppStorage inventory to update modified objects in Intersight report.",
                "x-allOf-name": "task.NetAppScopedInventory",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/connector.ScopedInventory"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'task.NetAppScopedInventory', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "task.NetAppScopedInventory"
                                ],
                                "default": "task.NetAppScopedInventory",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "task.NetAppScopedInventory"
                                ],
                                "default": "task.NetAppScopedInventory",
                                "x-enum-as-string": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "task.NexusScopedInventory": {
                "title": "Task:Nexus Scoped Inventory",
                "description": "API to trigger on-demand Nexus inventory to update modified objects in Intersight report.",
                "x-allOf-name": "task.NexusScopedInventory",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/connector.ScopedInventory"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'task.NexusScopedInventory', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "task.NexusScopedInventory"
                                ],
                                "default": "task.NexusScopedInventory",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "task.NexusScopedInventory"
                                ],
                                "default": "task.NexusScopedInventory",
                                "x-enum-as-string": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "task.NexusSystemScopedInventory": {
                "title": "Task:Nexus System Scoped Inventory",
                "description": "API to trigger on-demand Nexus SNMP inventory to update modified objects in Intersight report.",
                "x-allOf-name": "task.NexusSystemScopedInventory",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/connector.ScopedInventory"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'task.NexusSystemScopedInventory', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "task.NexusSystemScopedInventory"
                                ],
                                "default": "task.NexusSystemScopedInventory",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "task.NexusSystemScopedInventory"
                                ],
                                "default": "task.NexusSystemScopedInventory",
                                "x-enum-as-string": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "task.NexusVlanScopedInventory": {
                "title": "Task:Nexus Vlan Scoped Inventory",
                "description": "API to trigger on-demand Nexus VLAN inventory to update modified objects in Intersight report.",
                "x-allOf-name": "task.NexusVlanScopedInventory",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/connector.ScopedInventory"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'task.NexusVlanScopedInventory', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "task.NexusVlanScopedInventory"
                                ],
                                "default": "task.NexusVlanScopedInventory",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "task.NexusVlanScopedInventory"
                                ],
                                "default": "task.NexusVlanScopedInventory",
                                "x-enum-as-string": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "task.PureFlashBladeScopedInventory": {
                "title": "Task:Pure Flash Blade Scoped Inventory",
                "description": "The PureFlashBladeScopedInventory object provides on-demand inventory management for FlashBlade storage arrays, enabling dynamic updates to managed objects following operational changes.\n#### Purpose\nThis object is used to trigger inventory refreshes, ensuring that any modifications to the FlashBlade array are accurately reflected in management reports. It supports administrators in maintaining up-to-date information for audit, compliance, and operational efficiency.\n#### Key Concepts\n- **Inventory Refresh**: Allows for immediate updating of FlashBlade inventory post-operations, enhancing data accuracy.\n- **Automation Support**: Integrates with batch API executors, enabling automated inventory management workflows.\n- **Management Integration**: Works alongside device registration to ensure consistent reporting across management platforms.\n- **Privilege Control**: Access is restricted to authorized users, maintaining security and compliance.",
                "x-allOf-name": "task.PureFlashBladeScopedInventory",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/connector.ScopedInventory"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'task.PureFlashBladeScopedInventory', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "task.PureFlashBladeScopedInventory"
                                ],
                                "default": "task.PureFlashBladeScopedInventory",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "task.PureFlashBladeScopedInventory"
                                ],
                                "default": "task.PureFlashBladeScopedInventory",
                                "x-enum-as-string": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "task.PureScopedInventory": {
                "title": "Task:Pure Scoped Inventory",
                "description": "API to trigger on-demand PureStorage FlashArray inventory to update modified objects in Intersight report.",
                "x-allOf-name": "task.PureScopedInventory",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/connector.ScopedInventory"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'task.PureScopedInventory', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "task.PureScopedInventory"
                                ],
                                "default": "task.PureScopedInventory",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "task.PureScopedInventory"
                                ],
                                "default": "task.PureScopedInventory",
                                "x-enum-as-string": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "task.ServerScopedInventory": {
                "title": "Task:Server Scoped Inventory",
                "description": "API to trigger on-demand Server inventory to update modified objects in Intersight report.",
                "x-allOf-name": "task.ServerScopedInventory",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/connector.ScopedInventory"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'task.ServerScopedInventory', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "task.ServerScopedInventory"
                                ],
                                "default": "task.ServerScopedInventory",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "task.ServerScopedInventory"
                                ],
                                "default": "task.ServerScopedInventory",
                                "x-enum-as-string": true
                            },
                            "RegisteredDevice": {
                                "$ref": "#/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.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "ucsd.BackupInfo.Response": {
                "description": "The response body of a HTTP GET request for the 'ucsd.BackupInfo' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'ucsd.BackupInfo' resources.",
                "x-one-of-name": "ucsd.BackupInfo.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/ucsd.BackupInfo.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "ucsd.BackupInfo": {
                "title": "Ucsd:Backup Info",
                "description": "The BackupInfo object provides detailed insights into backup images available for restoration on target endpoint (UCS Director) devices. It captures essential metadata and status information to support recovery operations.\n#### Purpose\nThe BackupInfo object provides comprehensive visibility into available backup images and real-time status updates on backup progress. It ensures that restoration processes rely on accurate, current data, enabling informed and efficient recovery operations.\n#### Key Concepts\n- **Transparency:** Delivers comprehensive metadata about backup images, including status, location, and completion percentage.\n- **Access Control:** Designed to allow authorized personnel to access backup information securely.\n- **Relationship Management:** Extends abstract backup information concepts to provide a detailed view of available resources.",
                "x-allOf-name": "ucsd.BackupInfo",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/recovery.AbstractBackupInfo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'ucsd.BackupInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "ucsd.BackupInfo"
                                ],
                                "default": "ucsd.BackupInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "ucsd.BackupInfo"
                                ],
                                "default": "ucsd.BackupInfo",
                                "x-enum-as-string": true
                            },
                            "BackupFileName": {
                                "description": "Auto generated backup file name with user defined prefix and timestamp.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "BackupLocation": {
                                "description": "Backup location for restore operation.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "BackupServerIp": {
                                "description": "Backup server for storing backup images.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "BackupSize": {
                                "description": "Backup image size in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Connectors": {
                                "type": "array",
                                "items": {
                                    "description": "Connector pack versions active on UCS Director at the time of backup.",
                                    "$ref": "#/components/schemas/ucsd.ConnectorPack",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Duration": {
                                "description": "Time taken to complete the backup.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EncryptionKey": {
                                "description": "Encryption key for backup file.",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "FailureReason": {
                                "description": "The cause of the backup failure.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsPurged": {
                                "description": "Backup image purge status based on retention policy.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastModified": {
                                "description": "Backup record last modified time.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PercentageCompletion": {
                                "description": "Backup completion percentage status.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ProductVersion": {
                                "description": "End device product version at the backup time.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Protocol": {
                                "description": "Supported remote backup protocol (FTP, SCP and SFTP); not applicable for localhost (127.0.0.1).",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StageCompletion": {
                                "description": "Backup status stage information.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StartTime": {
                                "description": "Backup initiation start time.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "The current backup status.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "ucsd.BackupInfo.List": {
                "title": "List of 'ucsd.BackupInfo' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'ucsd.BackupInfo' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'ucsd.BackupInfo' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/ucsd.BackupInfo"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "ucsd.ConnectorPack": {
                "title": "Ucsd:Connector Pack",
                "description": "Connector pack details from the backup file.",
                "x-allOf-name": "ucsd.ConnectorPack",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'ucsd.ConnectorPack', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "ucsd.ConnectorPack"
                                ],
                                "default": "ucsd.ConnectorPack",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "ucsd.ConnectorPack"
                                ],
                                "default": "ucsd.ConnectorPack",
                                "x-enum-as-string": true
                            },
                            "ConnectorFeature": {
                                "description": "State of connector pack (enabled/ disabled).",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DependencyNames": {
                                "type": "array",
                                "items": {
                                    "description": "List of dependent connectors on UCS Director (e.g., BigData depends on UCS Connector).",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "DownloadedVersion": {
                                "description": "Last successfully downloaded connector pack version successfully for UCS Director.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "UCS Director connector pack name.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Services": {
                                "type": "array",
                                "items": {
                                    "description": "List of dependent connectors on UCS Director (e.g., BigData depends on UCS Connector).",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "State": {
                                "description": "Connector pack state (enabled/disabled).",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "The connector pack version.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "ucsd.UcsdRestoreParameters": {
                "title": "Ucsd:Ucsd Restore Parameters",
                "description": "UCS director restore workflow configuration parameters.",
                "x-allOf-name": "ucsd.UcsdRestoreParameters",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/recovery.ConfigParams"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'ucsd.UcsdRestoreParameters', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "ucsd.UcsdRestoreParameters"
                                ],
                                "default": "ucsd.UcsdRestoreParameters",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "ucsd.UcsdRestoreParameters"
                                ],
                                "default": "ucsd.UcsdRestoreParameters",
                                "x-enum-as-string": true
                            },
                            "IsPasswordSet": {
                                "description": "Indicates whether the value of the 'password' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Location": {
                                "description": "Full server path location in format - hostname-or-ipv4address<:port>/absolute-file-path.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Password": {
                                "description": "Target backup server password for SFTP or SCP access.",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "Protocol": {
                                "description": "Backup protocol for UCS Director.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "RestoreConfigurationFiles": {
                                "description": "Decision on UCS Director property files restoration.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "RestoreLicense": {
                                "description": "Decision on license restoration.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "Username": {
                                "description": "Target backup server user name for SFTP or SCP access.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "webhook.Endpoint.Response": {
                "description": "The response body of a HTTP GET request for the 'webhook.Endpoint' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'webhook.Endpoint' resources.",
                "x-one-of-name": "webhook.Endpoint.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/webhook.Endpoint.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "webhook.Endpoint": {
                "title": "Webhook:Endpoint",
                "description": "The Endpoint object is a crucial component for managing webhook communications within the system. Endpoint provides a structured approach for controllers to forward events, enabling seamless integration with external systems.\n#### Purpose\nAn Endpoint serves as the conduit for event-driven interactions, allowing applications to communicate through predefined webhook routes. It ensures that events can be reliably received and processed by external systems.\n#### Key Concepts\n- **Webhook Integration:** Designed to facilitate the forwarding of events to external systems using webhooks, ensuring real-time communication and data exchange.\n- **Access Control:** Incorporates privilege sets to manage who can create, read, update, and delete endpoints, safeguarding against unauthorized access.\n- **Relationship Management:** Establishes connections with accounts and organizations, ensuring that each endpoint is associated with the relevant entities for efficient management and tracking.",
                "x-allOf-name": "webhook.Endpoint",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/iam.AbstractClientApplication"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'webhook.Endpoint', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "webhook.Endpoint"
                                ],
                                "default": "webhook.Endpoint",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "webhook.Endpoint"
                                ],
                                "default": "webhook.Endpoint",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "The name of the Endpoint.",
                                "type": "string",
                                "minLength": 1,
                                "maxLength": 128,
                                "x-omitempty": true
                            },
                            "Url": {
                                "description": "The endpoint URL. The CREATE and UPDATE APIs can cause the change to the value.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Organization": {
                                "$ref": "#/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
                            },
                            "Schemas": {
                                "description": "An array of relationships to webhookSchema resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/webhook.Schema.Relationship"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "webhook.Endpoint.List": {
                "title": "List of 'webhook.Endpoint' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'webhook.Endpoint' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'webhook.Endpoint' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/webhook.Endpoint"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "webhook.Schema.Response": {
                "description": "The response body of a HTTP GET request for the 'webhook.Schema' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'webhook.Schema' resources.",
                "x-one-of-name": "webhook.Schema.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/webhook.Schema.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "webhook.Schema.Relationship": {
                "description": "A relationship to the 'webhook.Schema' resource, or the expanded 'webhook.Schema' resource, or the 'null' value.",
                "x-one-of-name": "webhook.Schema.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/webhook.Schema"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "webhook.Schema": {
                "title": "Webhook:Schema",
                "description": "The Schema object is integral to event management, providing the framework that defines the structure of events. It ensures consistency and validity in the way events are described and handled across the system.\n#### Purpose\nA Schema outlines the format and content of events, acting as a template for event generation. It is essential for maintaining uniformity and accuracy in event data processing and interpretation.\n#### Key Concepts\n- **Event Definition:** Specifies the event type and source, ensuring each schema represents a unique event scenario within the system.\n- **Data Integrity:** Enforces constraints on event data, guaranteeing that events adhere to predefined standards and formats.\n- **Access Control:** Utilizes privilege sets to regulate schema creation, updates, and deletion, protecting the integrity of event definitions.",
                "x-allOf-name": "webhook.Schema",
                "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 'webhook.Schema', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "webhook.Schema"
                                ],
                                "default": "webhook.Schema",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "webhook.Schema"
                                ],
                                "default": "webhook.Schema",
                                "x-enum-as-string": true
                            },
                            "Data": {
                                "description": "The actual JSON schema data. The data must be a valid JSON schema string.",
                                "type": "string",
                                "minLength": 1,
                                "maxLength": 524288,
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "The description of the schema.",
                                "type": "string",
                                "maxLength": 512,
                                "x-omitempty": true
                            },
                            "EventType": {
                                "description": "The event type of the schema.",
                                "type": "string",
                                "minLength": 1,
                                "maxLength": 128,
                                "x-omitempty": true
                            },
                            "Source": {
                                "description": "The source of the schema.",
                                "type": "string",
                                "minLength": 1,
                                "maxLength": 128,
                                "x-omitempty": true
                            },
                            "Account": {
                                "$ref": "#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "webhook.Schema.List": {
                "title": "List of 'webhook.Schema' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'webhook.Schema' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'webhook.Schema' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/webhook.Schema"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.AbstractLoopTask": {
                "title": "Workflow:Abstract Loop Task",
                "description": "An abstract loop task which is used to model different types of loops like serial and parallel.",
                "x-allOf-name": "workflow.AbstractLoopTask",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.ControlTask"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.AbstractLoopTask', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "workflow.LoopTask",
                                    "workflow.SerialLoopTask"
                                ],
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "workflow.LoopTask",
                                    "workflow.SerialLoopTask"
                                ],
                                "x-enum-as-string": true
                            },
                            "Count": {
                                "description": "Count value for the loop, this can be a static value defined as a constant at design time or can be a dynamic value defined as an expression that will evaluate to an integer value at execution time. Dynamic values for count must be specified as a template. For example, if a loop must run for a count which matches the length of a workflow input called StringArray, then the count must be specified using a template '{{ len .global.workflow.input.StringArray }}'. The count must be less than or equal to 100. If count is given as a dynamic value, and during execution time if count evaluates to be a value greater than 100, then the loop task will fail.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "LoopStartTask": {
                                "description": "Start task where the list of tasks will be executed multiple times based on the count or condition value.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "OnFailure": {
                                "description": "This specifies the name of the next task to run if all iterations of the loop task do not succeed. The unique name given to the task instance within the workflow must be provided here. In a graph model, denotes an edge to another Task Node.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "OnSuccess": {
                                "description": "This specifies the name of the next task to run if all iterations of the loop task succeeds. The unique name given to the task instance within the workflow must be provided here. In a graph model, denotes an edge to another Task Node.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.AbstractResourceSelector": {
                "title": "Workflow:Abstract Resource Selector",
                "description": "The abstract selector which can be used to create selection criteria for inputs.",
                "x-allOf-name": "workflow.AbstractResourceSelector",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    }
                ]
            },
            "workflow.AbstractWorkerTask": {
                "title": "Workflow:Abstract Worker Task",
                "description": "An AbstractWorkerTask is used to model a task that does some end-user work. This can be another task or it can be another workflow.",
                "x-allOf-name": "workflow.AbstractWorkerTask",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.WorkflowTask"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.AbstractWorkerTask', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "workflow.SubWorkflowTask",
                                    "workflow.WaitTask",
                                    "workflow.WorkerTask"
                                ],
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "workflow.SubWorkflowTask",
                                    "workflow.WaitTask",
                                    "workflow.WorkerTask"
                                ],
                                "x-enum-as-string": true
                            },
                            "InputParameters": {
                                "description": "JSON formatted key-value pairs that define the inputs given to the task. Mapping for task inputs can be provided as either static values, direct mapping or advanced mapping using templates. The direct mapping can be specified as '${Source.< input | output | variable>.<JSONPath>}'. 'Source' can be either workflow or the name of an earlier task within the workflow. You can map the task input to either a workflow input, a task output or a variable. Golang template syntax is supported for advanced mapping. A simple flattened example is \"InputParameters\":{ \"input1\":\"${workflow.variable.var1}\", \"input2\":\"prefixStr_{{.global.workflow.input.input1}}\" } where task input1 is mapped directly to variable var1 and task input2 is using a template to prefix a string to workflow input1 and then assign that value.",
                                "x-omitempty": true
                            },
                            "OnFailure": {
                                "description": "This specifies the name of the next task to run if Task fails.  This is the unique name given to the task instance within the workflow. In a graph model, denotes an edge to another Task Node.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "OnSuccess": {
                                "description": "This specifies the name of the next task to run if Task succeeds.  This is the unique name given to the task instance within the workflow. In a graph model, denotes an edge to another Task Node.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "RollbackDisabled": {
                                "description": "The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "VariableParameters": {
                                "description": "JSON formatted key-value pairs that perform variable update at the end of the task execution. Mapping for variables can be provided as either static values, direct mapping or advanced mapping using templates. The direct mapping can be specified as '${Source.< input | output | variable>.<JSONPath>}'. 'Source' can be either workflow or the name of the current or an earlier task within the workflow. You can map the variable to either a workflow input, a task output or another variable. Golang template syntax is supported for advanced mapping. A simple flattened example is \"VariableParameters\":{ \"var1\":\"${task1.output.output1}\", \"var2\":\"{{ Itoa .global.workflow.variable.varInt}}\" } where variable var1 is mapped directly to output1 of task1 and variable var2 is using a template to convert another variable varInt to string and assign that value.",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.AnsibleBatchExecutor.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.AnsibleBatchExecutor' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.AnsibleBatchExecutor' resources.",
                "x-one-of-name": "workflow.AnsibleBatchExecutor.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.AnsibleBatchExecutor.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.AnsibleBatchExecutor": {
                "title": "Ansible Batch Executor",
                "description": "The AnsibleBatchExecutor object is a core component within Intersight's workflow framework, designed to facilitate the execution of Ansible commands in batch mode. By leveraging SSH requests, this object enables the execution of a series of Ansible playbooks as part of a single task, enhancing efficiency and automation capabilities.\n#### Purpose\nThe AnsibleBatchExecutor streamlines task execution by associating multiple Ansible commands with SSH requests, allowing for comprehensive task management within a unified framework. It integrates seamlessly with existing systems to support complex task orchestration.\n#### Key Concepts\n- **Batch Processing:** Allows multiple Ansible commands to be executed in a batch, reducing overhead and improving performance.\n- **Ansible Session:** Supports Ansible sessions, and in each session, a single Ansible playbook can be executed on the Ansible Control Node.",
                "x-allOf-name": "workflow.AnsibleBatchExecutor",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BatchExecutor"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.AnsibleBatchExecutor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.AnsibleBatchExecutor"
                                ],
                                "default": "workflow.AnsibleBatchExecutor",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.AnsibleBatchExecutor"
                                ],
                                "default": "workflow.AnsibleBatchExecutor",
                                "x-enum-as-string": true
                            },
                            "TaskDefinition": {
                                "$ref": "#/components/schemas/workflow.TaskDefinition.Relationship",
                                "description": "A reference to a workflowTaskDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.AnsibleBatchExecutor.List": {
                "title": "List of 'workflow.AnsibleBatchExecutor' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.AnsibleBatchExecutor' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.AnsibleBatchExecutor' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.AnsibleBatchExecutor"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.AnsiblePlaySession": {
                "title": "Ansible Play Session",
                "description": "This models a single Ansible playbook execution session on the Ansible Control node. While execution of the respective Ansible task, the below provided property values are used to construct the SSH Batch executor, which gets executed on the endpoint.",
                "x-allOf-name": "workflow.AnsiblePlaySession",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.Api"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.AnsiblePlaySession', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.AnsiblePlaySession"
                                ],
                                "default": "workflow.AnsiblePlaySession",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.AnsiblePlaySession"
                                ],
                                "default": "workflow.AnsiblePlaySession",
                                "x-enum-as-string": true
                            },
                            "CommandLineArguments": {
                                "description": "The command line arguments for running the Ansible playbook against the given endpoint. Escape character backslash needs to be used when the command line arguments contain double quotes in them.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "HostInventory": {
                                "description": "The path of the host inventory file that resides on the Ansible Endpoint target or the comma separated list of hosts on which the Ansible playbook is to be run. Make sure to suffix a comma when the list of hosts is provided as input, even if the list has only one value.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "PlaybookPath": {
                                "description": "The path of the Ansible playbook that resides on the Ansible Endpoint target.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "SshOpTimeout": {
                                "description": "SSH operation timeout value in seconds. Value provided should be string representation of an interger.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.Api": {
                "title": "API",
                "description": "Intersight Orchestrator supports generic API workflow tasks that can execute\nan API given the request body and response parser specification.\nAPI type models a single API request within a batch of requests that get\nexecuted within a single workflow task.",
                "x-allOf-name": "workflow.Api",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.Api', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "workflow.AnsiblePlaySession",
                                    "workflow.CliCommand",
                                    "workflow.FileOperations",
                                    "workflow.PowerShellApi",
                                    "workflow.SshSession",
                                    "workflow.WebApi",
                                    "workflow.XmlApi"
                                ],
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "workflow.AnsiblePlaySession",
                                    "workflow.CliCommand",
                                    "workflow.FileOperations",
                                    "workflow.PowerShellApi",
                                    "workflow.SshSession",
                                    "workflow.WebApi",
                                    "workflow.XmlApi"
                                ],
                                "x-enum-as-string": true
                            },
                            "AssetTargetMoid": {
                                "description": "Asset target defines the remote target endpoints which are either managed by\nIntersight or their service APIs are invoked from Intersight. Generic API executor\nservice Jasmine can invoke these remote APIs via its executors. Asset targets can be\naccessed directly for cloud targets or via an associated Intersight Assist. Prerequisite\nto use asset targets is to persist the target details.\nAsset target MoRef can be given as task input of type TargetDataType. Fusion determines\nand populates the target context with the Assist if associated with. It is set\ninternally at the API level.\nIn case of an associated assist, it is used by Assist to fetch the target details\nand form the API request to send to endpoints. In case of cloud asset targets, Jasmine\nfetched the target details from DB, forms the API request and sends it to the target.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Body": {
                                "description": "The optional request body that is sent as part of this API request.\nThe request body can contain a golang template that can be populated with task input\nparameters and previous API output parameters.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ContentType": {
                                "description": "Intersight Orchestrator, with the support of response parser specification,\ncan extract the values from API responses and map them to task output parameters.\nThe value extraction is supported for response content types XML, JSON and Text.\nThe type of the content that gets passed as payload and response in this\nAPI. The supported values are json, xml, text.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "A description that task designer can add to individual API requests that explain \nwhat the API call is about.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ErrorContentType": {
                                "description": "Intersight Orchestrator, with the support of response parser specification,\ncan extract the values from API responses and map them to task output parameters.\nThe value extraction is supported for response content types XML, JSON and Text.\nOptional input to specify the content type in case of error API response. This\nshould be used if the content type of error response is different from that of\nthe success response. If not specified, contentType input value is used to parse\nthe error response.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "A user friendly label that task designers have given to the batch API request.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "A reference name for this API request within the batch API request.\nThis name shall be used to map the API output parameters to subsequent\nAPI input parameters within a batch API task.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Outcomes": {
                                "description": "All the possible outcomes of this API are captured here. Outcomes property\nis a collection property of type workflow.Outcome objects.\nThe outcomes can be mapped to the message to be shown. The outcomes are\nevaluated in the order they are given. At the end of the outcomes list,\nan catchall success/fail outcome can be added with condition as 'true'.\nThis is an optional\nproperty and if not specified the task will be marked as success.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "ResponseSpec": {
                                "description": "The optional grammar specification for parsing the response to extract the\nrequired values.\nThe specification should have extraction specification specified for\nall the API output parameters.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "SkipOnCondition": {
                                "description": "The skip expression, if provided, allows the batch API executor to skip the\napi execution when the given expression evaluates to true.\nThe expression is given as such a golang template that has to be\nevaluated to a final content true/false. The expression is an optional and in\ncase not provided, the API will always be executed.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "StartDelay": {
                                "description": "The delay in seconds after which the API needs to be executed.\nBy default, the given API is executed immediately. Specifying a start delay adds to the delay to execution.\nStart Delay is not supported for the first API in the Batch and cumulative delay of all the APIs in the Batch should not exceed the task time out.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "Timeout": {
                                "description": "The duration in seconds by which the API response is expected from the API target.\nIf the end point does not respond for the API request within this timeout\nduration, the task will be marked as failed.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.ArrayDataType": {
                "title": "Workflow:Array Data Type",
                "description": "This data type represents an array of a given type. It can be an array of primitive data or of custom data.",
                "x-allOf-name": "workflow.ArrayDataType",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BaseDataType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ArrayDataType', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ArrayDataType"
                                ],
                                "default": "workflow.ArrayDataType",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ArrayDataType"
                                ],
                                "default": "workflow.ArrayDataType",
                                "x-enum-as-string": true
                            },
                            "ArrayItemType": {
                                "description": "Data item within the array data type.",
                                "$ref": "#/components/schemas/workflow.ArrayItem",
                                "x-omitempty": true
                            },
                            "Max": {
                                "description": "Specify the maximum value of the array.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "Min": {
                                "description": "Specify the minimum value of the array.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.ArrayItem": {
                "title": "Workflow:Array Item",
                "description": "ArrayItem represents an array item within the array.",
                "x-allOf-name": "workflow.ArrayItem",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    }
                ]
            },
            "workflow.AssociatedRoles": {
                "title": "Workflow:Associated Roles",
                "description": "AssociatedRoles models the inferred tasks to the required roles mapping cached in the\nworkflow definition.",
                "x-allOf-name": "workflow.AssociatedRoles",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.AssociatedRoles', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.AssociatedRoles"
                                ],
                                "default": "workflow.AssociatedRoles",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.AssociatedRoles"
                                ],
                                "default": "workflow.AssociatedRoles",
                                "x-enum-as-string": true
                            },
                            "Moid": {
                                "description": "Stores the identifier of the task definition for which the required roles are cached\nin the workflow definition.\nIn the case of sub workflow tasks, this property stores the identifier of the workflow\nthat is wrapped in the sub workflow task.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PrivilegeSets": {
                                "type": "array",
                                "items": {
                                    "description": "Stores the identifiers of the privilege sets that are required to execute the task.\nThis is applicable only for worker tasks.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "RequiredPrivilegeNames": {
                                "type": "array",
                                "items": {
                                    "description": "For tasks in this workflow that invoke Intersight APIs calls, the privileges required to invoke the APIs are collected in this property.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Roles": {
                                "type": "array",
                                "items": {
                                    "description": "Stores the identifiers of the required task roles in case of the worker task for which\nthe roles are cached.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "TaskNames": {
                                "type": "array",
                                "items": {
                                    "description": "Stores the task reference names used within the workflow that refer to the task definition.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "WorkflowRoles": {
                                "type": "array",
                                "items": {
                                    "description": "Stores the required roles of the workflow definition in case of a sub workflow task.",
                                    "$ref": "#/components/schemas/workflow.AssociatedRoles",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.BaseDataType": {
                "title": "Workflow:Base Data Type",
                "description": "The base data type that is used to derive all the other data types for inputs and outputs.",
                "x-allOf-name": "workflow.BaseDataType",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.BaseDataType', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "workflow.ArrayDataType",
                                    "workflow.CustomDataType",
                                    "workflow.DynamicTemplateParserDataType",
                                    "workflow.MoInventoryDataType",
                                    "workflow.MoReferenceAutoDataType",
                                    "workflow.MoReferenceDataType",
                                    "workflow.MoReferenceForCloneDataType",
                                    "workflow.PrimitiveDataType",
                                    "workflow.TargetDataType"
                                ],
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "workflow.ArrayDataType",
                                    "workflow.CustomDataType",
                                    "workflow.DynamicTemplateParserDataType",
                                    "workflow.MoInventoryDataType",
                                    "workflow.MoReferenceAutoDataType",
                                    "workflow.MoReferenceDataType",
                                    "workflow.MoReferenceForCloneDataType",
                                    "workflow.PrimitiveDataType",
                                    "workflow.TargetDataType"
                                ],
                                "x-enum-as-string": true
                            },
                            "Default": {
                                "description": "Default value for the data type. If default value was provided and the input was required the default value will be used as the input.",
                                "$ref": "#/components/schemas/workflow.DefaultValue",
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Provide a detailed description of the data type.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "DisplayMeta": {
                                "description": "Captures the meta data needed for displaying workflow data types in Intersight User Interface.",
                                "$ref": "#/components/schemas/workflow.DisplayMeta",
                                "x-omitempty": true
                            },
                            "InputParameters": {
                                "description": "JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.",
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "Descriptive label for the data type. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), space ( ), forward slash (/) or an underscore (_). The first and last character in label must be an alphanumeric character.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]+[\\sa-zA-Z0-9_'.:/-]{1,92}$",
                                "minLength": 1,
                                "maxLength": 92,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Descriptive name for the data type. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_). The first and last character in name must be an alphanumeric character.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]+([a-zA-Z0-9-_]*[a-zA-Z0-9])*$",
                                "minLength": 1,
                                "maxLength": 92,
                                "x-omitempty": true
                            },
                            "Required": {
                                "description": "Specifies whether this parameter is required. The field is applicable for task and workflow.",
                                "type": "boolean",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.BaseOperation": {
                "title": "Workflow:Base Operation",
                "description": "Specify operation type on a service item like deployment or post-deployment to be performed on catalog.",
                "x-allOf-name": "workflow.BaseOperation",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.BaseOperation', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "workflow.OperationTypeDecommission",
                                    "workflow.OperationTypeDeployment",
                                    "workflow.OperationTypePostDeployment"
                                ],
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "workflow.OperationTypeDecommission",
                                    "workflow.OperationTypeDeployment",
                                    "workflow.OperationTypePostDeployment"
                                ],
                                "x-enum-as-string": true
                            },
                            "OperationType": {
                                "description": "Type of action operation to be performed on the service item.\n* `PostDeployment` - This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.\n* `Deployment` - This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.\n* `Decommission` - This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.\n* `Migration` - This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.",
                                "type": "string",
                                "enum": [
                                    "PostDeployment",
                                    "Deployment",
                                    "Decommission",
                                    "Migration"
                                ],
                                "default": "PostDeployment",
                                "x-createOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.BaseServiceItemActionProperty": {
                "title": "Workflow:Base Service Item Action Property",
                "description": "BaseServiceItemActionProperty is the abstract definition to capture the properties in ServiceItemActionProperties.",
                "x-allOf-name": "workflow.BaseServiceItemActionProperty",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    }
                ]
            },
            "workflow.BatchApiExecutor.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.BatchApiExecutor' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.BatchApiExecutor' resources.",
                "x-one-of-name": "workflow.BatchApiExecutor.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.BatchApiExecutor.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.BatchApiExecutor": {
                "title": "Batch API",
                "description": "The BatchApiExecutor object is a key component within the workflow system that facilitates the execution of multiple API requests as part of a single task execution. It is designed to handle batch operations efficiently, allowing users to define and execute a series of API calls in a cohesive manner.\n#### Purpose\nThe BatchApiExecutor serves as a mechanism to associate and manage a list of API requests that need to be executed together. This provides the ability to define API tasks using the API request body and a response parser specification, thus streamlining the execution process within a workflow.\n#### Key Concepts\n- **Batch Execution:** Enables the grouping and execution of multiple API requests as a single task, enhancing operational efficiency.\n- **Access Control:** Utilizes privilege sets to manage who can read, update, create, and delete batch API tasks, ensuring security and proper governance.\n- **Error Handling:** Integrates with error response handlers to provide robust mechanisms for parsing and managing error responses from API calls.",
                "x-allOf-name": "workflow.BatchApiExecutor",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BatchExecutor"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.BatchApiExecutor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.BatchApiExecutor"
                                ],
                                "default": "workflow.BatchApiExecutor",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.BatchApiExecutor"
                                ],
                                "default": "workflow.BatchApiExecutor",
                                "x-enum-as-string": true
                            },
                            "ErrorResponseHandler": {
                                "$ref": "#/components/schemas/workflow.ErrorResponseHandler.Relationship",
                                "description": "A reference to a workflowErrorResponseHandler resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "TaskDefinition": {
                                "$ref": "#/components/schemas/workflow.TaskDefinition.Relationship",
                                "description": "A reference to a workflowTaskDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.BatchApiExecutor.List": {
                "title": "List of 'workflow.BatchApiExecutor' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.BatchApiExecutor' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.BatchApiExecutor' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.BatchApiExecutor"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.BatchExecutor": {
                "title": "Batch Executor",
                "description": "Intersight support for creating generic API tasks using the API request body and a response parser specification in the form of a content.Grammar object. \nThe Batch API associates a list of API requests to be executed as part of a single task, with each request containing a request body and a response parser specification.",
                "x-allOf-name": "workflow.BatchExecutor",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.BatchExecutor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "workflow.AnsibleBatchExecutor",
                                    "workflow.BatchApiExecutor",
                                    "workflow.PowerShellBatchApiExecutor",
                                    "workflow.SshBatchExecutor"
                                ],
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "workflow.AnsibleBatchExecutor",
                                    "workflow.BatchApiExecutor",
                                    "workflow.PowerShellBatchApiExecutor",
                                    "workflow.SshBatchExecutor"
                                ],
                                "x-enum-as-string": true
                            },
                            "Batch": {
                                "type": "array",
                                "items": {
                                    "description": "Support for one or a batch of APIs to be executed as part of the task's execution, with the batch being non-empty.",
                                    "$ref": "#/components/schemas/workflow.Api",
                                    "x-omitempty": true
                                },
                                "minItems": 1,
                                "nullable": true
                            },
                            "CancelAction": {
                                "type": "array",
                                "items": {
                                    "description": "Support for one or a batch of APIs to be executed as part of the task's cancel action, with the option for an empty cancel action.",
                                    "$ref": "#/components/schemas/workflow.Api",
                                    "x-omitempty": true
                                },
                                "minItems": 0,
                                "nullable": true
                            },
                            "Constraints": {
                                "description": "Constraints for matching this task against the task definition.",
                                "$ref": "#/components/schemas/workflow.TaskConstraints",
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Detailed description of the batch APIs.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the batch API task.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Outcomes": {
                                "description": "Collection of possible task outcomes, represented as workflow.Outcome objects. Outcomes can be mapped to messages and are evaluated in the given order. \nA catch-all success or failure outcome with condition 'true' can be included at the end. Optional property; if not specified, the task defaults to success.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "Output": {
                                "description": "JSON mapping of extracted API response values to task output parameters, using API response grammar defined in Intersight Orchestrator.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "RetryFromFailedApi": {
                                "description": "Flag indicating if the retry task should from the failed API or the first API in the batch execution; default value is false.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "SkipOnCondition": {
                                "description": "Optional skip expression allowing the batch API executor to skip task execution when the provided Go template expression evaluates to true. \nIf not specified, the API will always be executed.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "UiRenderingData": {
                                "description": "Data required for rendering the task in the user interface.",
                                "nullable": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.CancelableType": {
                "title": "Workflow:Cancelable Type",
                "description": "Defines the conditions under which a workflow can be canceled.",
                "x-allOf-name": "workflow.CancelableType",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.CancelableType', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.CancelableType"
                                ],
                                "default": "workflow.CancelableType",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.CancelableType"
                                ],
                                "default": "workflow.CancelableType",
                                "x-enum-as-string": true
                            },
                            "CancelableStates": {
                                "type": "array",
                                "items": {
                                    "description": "List of workflow states at which the workflow is allowed to be canceled.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Enabled": {
                                "description": "When true the workflow can be cancelled. The action can be further restricted by the mode and cancelableStates properties.",
                                "type": "boolean",
                                "default": true,
                                "x-omitempty": true
                            },
                            "Mode": {
                                "description": "Mode controls how the workflow can be canceled.\n* `ApiOnly` - The workflow can only be canceled via API call.\n* `All` - The workflow can be canceled from API or from the user interface.",
                                "type": "string",
                                "enum": [
                                    "ApiOnly",
                                    "All"
                                ],
                                "default": "ApiOnly",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.Catalog.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.Catalog' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.Catalog' resources.",
                "x-one-of-name": "workflow.Catalog.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.Catalog.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.Catalog.Relationship": {
                "description": "A relationship to the 'workflow.Catalog' resource, or the expanded 'workflow.Catalog' resource, or the 'null' value.",
                "x-one-of-name": "workflow.Catalog.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.Catalog"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.Catalog": {
                "title": "Workflow:Catalog",
                "description": "The Catalog object serves as a container for organizing definitions related to orchestration, including both workflow, task definitions and more.\n#### Purpose\nIt provides a structured way to manage and isolate orchestration assets. Each user account has a local catalog for private definitions, while Cisco provides shared catalogs containing validated workflows and tasks for use within the account context.\n#### Key Concepts\n- **Asset Organization:** Groups workflow and task definitions for better discovery and management.\n- **Access Context:** Supports both private account-level catalogs and shared, Cisco-managed catalogs.\n- **Namespace Management:** Ensures unique identification of orchestration assets within the organizational context.",
                "x-allOf-name": "workflow.Catalog",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.Catalog', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.Catalog"
                                ],
                                "default": "workflow.Catalog",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.Catalog"
                                ],
                                "default": "workflow.Catalog",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "A unique name for the catalog.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Organization": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship",
                                "description": "A reference to a organizationOrganization resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.Catalog.List": {
                "title": "List of 'workflow.Catalog' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.Catalog' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.Catalog' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.Catalog"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.CatalogItemDefinition.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.CatalogItemDefinition' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.CatalogItemDefinition' resources.",
                "x-one-of-name": "workflow.CatalogItemDefinition.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.CatalogItemDefinition.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.CatalogItemDefinition.Relationship": {
                "description": "A relationship to the 'workflow.CatalogItemDefinition' resource, or the expanded 'workflow.CatalogItemDefinition' resource, or the 'null' value.",
                "x-one-of-name": "workflow.CatalogItemDefinition.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.CatalogItemDefinition"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.CatalogItemDefinition": {
                "title": "Catalog Item Definition",
                "description": "Catalog Item definition is a collection of Service items which are associated with workflow definition that can be used to deploy and manage service items.",
                "x-allOf-name": "workflow.CatalogItemDefinition",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.CatalogItemDefinition', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.CatalogItemDefinition"
                                ],
                                "default": "workflow.CatalogItemDefinition",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.CatalogItemDefinition"
                                ],
                                "default": "workflow.CatalogItemDefinition",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]+[\\sa-zA-Z0-9_.:-]{1,92}$",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name for this catalog item definition. You can have multiple versions of the catalog item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_.:-]{1,64}$",
                                "x-omitempty": true
                            },
                            "PublishStatus": {
                                "description": "Publish status of the catalog item.\n* `Draft` - The enum specifies the option as Draft which means the meta definition is being designed and tested.\n* `Published` - The enum specifies the option as Published which means the meta definition is ready for consumption.\n* `Archived` - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.",
                                "type": "string",
                                "enum": [
                                    "Draft",
                                    "Published",
                                    "Archived"
                                ],
                                "default": "Draft",
                                "x-omitempty": true
                            },
                            "ServiceItems": {
                                "type": "array",
                                "items": {
                                    "description": "Service item types associated with this catalog item.",
                                    "$ref": "#/components/schemas/workflow.ServiceItemType",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "SupportStatus": {
                                "description": "The CatalogItem Support depicts the support status of catalog, the values will be any of Supported or Deprecated state. The user can create a Catalog Service Request if the support status is supported, if its Deprecated then it cannot be instantiated.\n* `Supported` - The definition is a supported version and there will be no changes to the mandatory inputs or outputs.\n* `Beta` - The definition is a Beta version and this version can under go changes until the version is marked supported.\n* `Deprecated` - The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.",
                                "type": "string",
                                "enum": [
                                    "Supported",
                                    "Beta",
                                    "Deprecated"
                                ],
                                "default": "Supported",
                                "x-omitempty": true
                            },
                            "UserIdOrEmail": {
                                "description": "The user identifier who created or updated the catalog item definition.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ValidationInformation": {
                                "description": "The current validation state of catalog and associated validation errors when state is invalid.",
                                "$ref": "#/components/schemas/workflow.ValidationInformation",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "The version of the catalog item to support multiple versions.",
                                "type": "integer",
                                "format": "int64",
                                "default": 1,
                                "minimum": 1,
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Organization": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship",
                                "description": "A reference to a organizationOrganization resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.CatalogItemDefinition.List": {
                "title": "List of 'workflow.CatalogItemDefinition' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.CatalogItemDefinition' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.CatalogItemDefinition' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.CatalogItemDefinition"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.CatalogServiceRequest.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.CatalogServiceRequest' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.CatalogServiceRequest' resources.",
                "x-one-of-name": "workflow.CatalogServiceRequest.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.CatalogServiceRequest.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.CatalogServiceRequest.Relationship": {
                "description": "A relationship to the 'workflow.CatalogServiceRequest' resource, or the expanded 'workflow.CatalogServiceRequest' resource, or the 'null' value.",
                "x-one-of-name": "workflow.CatalogServiceRequest.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.CatalogServiceRequest"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.CatalogServiceRequest": {
                "title": "Catalog Service Request",
                "description": "Catalog Service Request is one instance of a catalog item based on a catalog item definition.",
                "x-allOf-name": "workflow.CatalogServiceRequest",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.CatalogServiceRequest', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.CatalogServiceRequest"
                                ],
                                "default": "workflow.CatalogServiceRequest",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.CatalogServiceRequest"
                                ],
                                "default": "workflow.CatalogServiceRequest",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "The description for this catalog service request which provides information on request from the user.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "EndTime": {
                                "description": "The time at which the service request completed or stopped.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Input": {
                                "description": "Inputs for a catalog service request instance creation, format is specified by input definition of the catalog item definition.",
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).",
                                "type": "string",
                                "pattern": "^$|^[a-zA-Z0-9]+[\\sa-zA-Z0-9_.:-]{1,92}$",
                                "x-omitempty": true
                            },
                            "Messages": {
                                "type": "array",
                                "items": {
                                    "description": "Captures log messages for each of the service item contained in the catalog service request.",
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/servicerequest.Message",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Name": {
                                "description": "A name of the catalog service request instance.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]+[\\sa-zA-Z0-9_.:-]{1,92}$",
                                "x-omitempty": true
                            },
                            "Operation": {
                                "description": "Captures the operation to be performed as part of catalog service request.",
                                "$ref": "#/components/schemas/workflow.BaseOperation",
                                "x-omitempty": true
                            },
                            "SelectionCriteriaInputs": {
                                "type": "array",
                                "items": {
                                    "description": "Captures the policy input, value and filter conditions which are used for extracting the value.",
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/serviceitem.SelectionCriteriaInput",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Status": {
                                "description": "Status of the catalog service request instance which determines the actions that are allowed on this instance.\n* `NotCreated` - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.\n* `InProgress` - An action is in progress and until that action has reached a final state, another action cannot be started.\n* `Failed` - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.\n* `Okay` - The last action on the service item instance completed and the service item instance is in Okay state.\n* `Decommissioned` - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.",
                                "type": "string",
                                "enum": [
                                    "NotCreated",
                                    "InProgress",
                                    "Failed",
                                    "Okay",
                                    "Decommissioned"
                                ],
                                "default": "NotCreated",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserIdOrEmail": {
                                "description": "The user identifier who invoked the request to create the catalog service request.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CatalogItemDefinition": {
                                "$ref": "#/components/schemas/workflow.CatalogItemDefinition.Relationship",
                                "description": "A reference to a workflowCatalogItemDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "Idp": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.Idp.Relationship",
                                "description": "A reference to a iamIdp resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "IdpReference": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.IdpReference.Relationship",
                                "description": "A reference to a iamIdpReference resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "Organization": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship",
                                "description": "A reference to a organizationOrganization resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ServiceItemActionInstances": {
                                "description": "An array of relationships to workflowServiceItemActionInstance resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionInstance.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "ServiceItemInstances": {
                                "description": "An array of relationships to workflowServiceItemInstance resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemInstance.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "User": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.User.Relationship",
                                "description": "A reference to a iamUser resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "workflow.CatalogServiceRequest.List": {
                "title": "List of 'workflow.CatalogServiceRequest' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.CatalogServiceRequest' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.CatalogServiceRequest' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.CatalogServiceRequest"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.CliCommand": {
                "title": "CLI Command",
                "description": "This models a single CLI command that can be executed on the end point.",
                "x-allOf-name": "workflow.CliCommand",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.Api"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.CliCommand', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.CliCommand"
                                ],
                                "default": "workflow.CliCommand",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.CliCommand"
                                ],
                                "default": "workflow.CliCommand",
                                "x-enum-as-string": true
                            },
                            "Command": {
                                "description": "The command to run on the device connector.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "EndPrompt": {
                                "description": "The regex string that identifies the end of the command response.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ExpectPrompts": {
                                "type": "array",
                                "items": {
                                    "description": "Cli prompts required as part of interactive command execution. For e.g. login credentials will be part of prompts\nwhich are provided as list of expect prompt regex and corresponding answer string.",
                                    "$ref": "#/components/schemas/workflow.ExpectPrompt",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ExpectedExitCodes": {
                                "type": "array",
                                "items": {
                                    "description": "Optional array of integer values to specify the expected exit codes of a CLI command. CLI command execution\nis marked success upon receiving any of the expected exit code from command execution. If not set, success\nexit code of 0 is expected from command execution.",
                                    "type": "integer",
                                    "format": "int64",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "SkipStatusCheck": {
                                "description": "Skips the execution status check of the terminal command. One use case for this is while exiting the\nterminal session from esxi host.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "TerminalEnd": {
                                "description": "If this flag is set, it marks the end of the terminal session where the previous commands were executed.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "TerminalStart": {
                                "description": "If this flag is set, the execution of this command initiates a terminal session in which the subsequent\nCLI commands are executed until a command with terminalEnd flag is encountered or the end of the batch.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "The type of the command - can be interactive or non-interactive.\n* `NonInteractive` - The CLI command is not an interactive command.\n* `Interactive` - The CLI command is executed in interactive mode and the command must provide the expects andanswers.",
                                "type": "string",
                                "enum": [
                                    "NonInteractive",
                                    "Interactive"
                                ],
                                "default": "NonInteractive",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.Comments": {
                "title": "Workflow:Comments",
                "description": "Contains detailed information about template function.",
                "x-allOf-name": "workflow.Comments",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.Comments', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.Comments"
                                ],
                                "default": "workflow.Comments",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.Comments"
                                ],
                                "default": "workflow.Comments",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "Description field provides comment about the template function.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Examples": {
                                "type": "array",
                                "items": {
                                    "description": "The example describes the invocation method for template API.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.Constraints": {
                "title": "Workflow:Constraints",
                "description": "Captures the constraints for valid parameter values.",
                "x-allOf-name": "workflow.Constraints",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.Constraints', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.Constraints"
                                ],
                                "default": "workflow.Constraints",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.Constraints"
                                ],
                                "default": "workflow.Constraints",
                                "x-enum-as-string": true
                            },
                            "EnumList": {
                                "type": "array",
                                "items": {
                                    "description": "When the parameter is a enum then this list of enum entry is used to validate the input belongs to one of items in the list.",
                                    "$ref": "#/components/schemas/workflow.EnumEntry",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Max": {
                                "description": "Allowed maximum value of the parameter if parameter is integer/float or maximum length of the parameter if the parameter is string. When max and min are set to 0, then the limits are not checked. If parameter is integer/float, then maximum number supported is 1.797693134862315708145274237317043567981e+308 or (2**1023 * (2**53 - 1) / 2**52). When a number bigger than this is given as Maximum value, the constraints will not be enforced.",
                                "type": "number",
                                "format": "double",
                                "x-omitempty": true
                            },
                            "Min": {
                                "description": "Allowed minimum value of the parameter if parameter is integer/float or minimum length of the parameter if the parameter is string. When max and min are set to 0, then the limits are not checked. If parameter is integer/float, then minimum number supported is 4.940656458412465441765687928682213723651e-324 or (1 / 2 ** (1023 - 1 + 52)). When a number smaller than this is given as minimum value, the constraints will not be enforced.",
                                "type": "number",
                                "format": "double",
                                "x-omitempty": true
                            },
                            "Regex": {
                                "description": "When the parameter is a string this regular expression is used to ensure the value is valid.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.ControlTask": {
                "title": "Workflow:Control Task",
                "description": "Control tasks run within the workflow engine and are not executed by remote worker microservices. They are used to modify flow of control within a workflow.",
                "x-allOf-name": "workflow.ControlTask",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.WorkflowTask"
                    }
                ]
            },
            "workflow.CustomArrayItem": {
                "title": "Workflow:Custom Array Item",
                "description": "Captures an array of custom datatype items.",
                "x-allOf-name": "workflow.CustomArrayItem",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.ArrayItem"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.CustomArrayItem', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.CustomArrayItem"
                                ],
                                "default": "workflow.CustomArrayItem",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.CustomArrayItem"
                                ],
                                "default": "workflow.CustomArrayItem",
                                "x-enum-as-string": true
                            },
                            "Properties": {
                                "description": "Captures an array item which is of custom data type.",
                                "$ref": "#/components/schemas/workflow.CustomDataProperty",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.CustomDataProperty": {
                "title": "Workflow:Custom Data Property",
                "description": "Capture all the properties for Custom data type.",
                "x-allOf-name": "workflow.CustomDataProperty",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.CustomDataProperty', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.CustomDataProperty"
                                ],
                                "default": "workflow.CustomDataProperty",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.CustomDataProperty"
                                ],
                                "default": "workflow.CustomDataProperty",
                                "x-enum-as-string": true
                            },
                            "CatalogMoid": {
                                "description": "Specify the catalog moid that this custom data type belongs.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "CustomDataTypeId": {
                                "description": "The resolved custom data type definition managed object.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CustomDataTypeName": {
                                "description": "Name of the custom data type for this input.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.CustomDataType": {
                "title": "Workflow:Custom Data Type",
                "description": "This data type represents a custom data object.",
                "x-allOf-name": "workflow.CustomDataType",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BaseDataType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.CustomDataType', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.CustomDataType"
                                ],
                                "default": "workflow.CustomDataType",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.CustomDataType"
                                ],
                                "default": "workflow.CustomDataType",
                                "x-enum-as-string": true
                            },
                            "Properties": {
                                "description": "Captures the custom data type properties.",
                                "$ref": "#/components/schemas/workflow.CustomDataProperty",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.CustomDataTypeDefinition.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.CustomDataTypeDefinition' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.CustomDataTypeDefinition' resources.",
                "x-one-of-name": "workflow.CustomDataTypeDefinition.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.CustomDataTypeDefinition.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.CustomDataTypeDefinition.Relationship": {
                "description": "A relationship to the 'workflow.CustomDataTypeDefinition' resource, or the expanded 'workflow.CustomDataTypeDefinition' resource, or the 'null' value.",
                "x-one-of-name": "workflow.CustomDataTypeDefinition.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.CustomDataTypeDefinition"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.CustomDataTypeDefinition": {
                "title": "Custom Datatype",
                "description": "The CustomDataTypeDefinition object provides a framework for defining customized data types used within workflows, enhancing flexibility and reusability.\n#### Purpose\nCustomDataTypeDefinition allows users to create and manage data types that can be used as inputs or outputs in workflows, tailoring data handling to specific use cases and requirements.\n#### Key Concepts\n- **Flexibility:** Supports the creation of complex data structures that can be reused across multiple workflows.\n- **Type Management:** Provides capabilities to define properties, constraints, and relationships for custom data types.",
                "x-allOf-name": "workflow.CustomDataTypeDefinition",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.CustomDataTypeDefinition', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.CustomDataTypeDefinition"
                                ],
                                "default": "workflow.CustomDataTypeDefinition",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.CustomDataTypeDefinition"
                                ],
                                "default": "workflow.CustomDataTypeDefinition",
                                "x-enum-as-string": true
                            },
                            "CompositeType": {
                                "description": "When true this data type definition is a collection of type definitions to represent composite data like JSON.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "A human-friendly description of this custom data type indicating it's domain and usage.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "A user friendly short name to identify the custom data type definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), or an underscore (_) and must be at least 2 characters.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]+[\\sa-zA-Z0-9_'.:-]{1,92}$",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_-]{1,64}$",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "ParameterSet": {
                                "type": "array",
                                "items": {
                                    "description": "Parameter set rules that will govern the applicability of parameters.",
                                    "$ref": "#/components/schemas/workflow.ParameterSet",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Properties": {
                                "description": "Type to capture all the properties for the custom data type definition.",
                                "$ref": "#/components/schemas/workflow.CustomDataTypeProperties",
                                "x-omitempty": true
                            },
                            "TypeDefinition": {
                                "type": "array",
                                "items": {
                                    "description": "The properties of this custom data type definition.",
                                    "$ref": "#/components/schemas/workflow.BaseDataType",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Catalog": {
                                "$ref": "#/components/schemas/workflow.Catalog.Relationship",
                                "description": "A reference to a workflowCatalog resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "ClonedFrom": {
                                "$ref": "#/components/schemas/workflow.CustomDataTypeDefinition.Relationship",
                                "description": "A reference to a workflowCustomDataTypeDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.CustomDataTypeDefinition.List": {
                "title": "List of 'workflow.CustomDataTypeDefinition' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.CustomDataTypeDefinition' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.CustomDataTypeDefinition' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.CustomDataTypeDefinition"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.CustomDataTypeProperties": {
                "title": "Workflow:Custom Data Type Properties",
                "description": "Properties for a custom data type definition.",
                "x-allOf-name": "workflow.CustomDataTypeProperties",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.CustomDataTypeProperties', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.CustomDataTypeProperties"
                                ],
                                "default": "workflow.CustomDataTypeProperties",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.CustomDataTypeProperties"
                                ],
                                "default": "workflow.CustomDataTypeProperties",
                                "x-enum-as-string": true
                            },
                            "Cloneable": {
                                "description": "When set to false custom data type is not cloneable. It is set to true only if data type is not internal and it is not using any internal custom data type.",
                                "type": "boolean",
                                "default": true,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ExternalMeta": {
                                "description": "When set to false the custom data type is owned by the system and used for internal services. Such custom data type cannot be directly used by external entities.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SupportStatus": {
                                "description": "Supported status of the definition.\n* `Supported` - The definition is a supported version and there will be no changes to the mandatory inputs or outputs.\n* `Beta` - The definition is a Beta version and this version can under go changes until the version is marked supported.\n* `Deprecated` - The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.",
                                "type": "string",
                                "enum": [
                                    "Supported",
                                    "Beta",
                                    "Deprecated"
                                ],
                                "default": "Supported",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.DataSourceSelector": {
                "title": "Workflow:Data Source Selector",
                "description": "An alternative selector to MoReferenceProperty that serves as a data source for PrimitiveDataTypes. It supports selecting data from workflow execution sources, including workflow inputs and outputs from previous tasks.",
                "x-allOf-name": "workflow.DataSourceSelector",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.DataSourceSelector', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.DataSourceSelector"
                                ],
                                "default": "workflow.DataSourceSelector",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.DataSourceSelector"
                                ],
                                "default": "workflow.DataSourceSelector",
                                "x-enum-as-string": true
                            },
                            "DisplayAttributes": {
                                "type": "array",
                                "items": {
                                    "description": "List of properties from the mapped parameter.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "minItems": 1,
                                "nullable": true
                            },
                            "Selector": {
                                "description": "This field holds mapping information used to provide suggestions to the user. The mapping should be in the '${workflow.input.property}' format. It supports workflow input mapping for workflows, and for User Actions, it supports workflow inputs, workflow outputs, workflow variables, and outputs from previous tasks.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ValueAttribute": {
                                "description": "A property from the mapped parameter, value of which can be used as value for referenced input definition.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.DecisionCase": {
                "title": "Workflow:Decision Case",
                "description": "A Decision Case is a condition for a Decision Task. It is the equivalent of case statement in the programming language paradigm of switch and case.",
                "x-allOf-name": "workflow.DecisionCase",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.DecisionCase', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.DecisionCase"
                                ],
                                "default": "workflow.DecisionCase",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.DecisionCase"
                                ],
                                "default": "workflow.DecisionCase",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "Description of this decision case.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "NextTask": {
                                "description": "The name of the next task (Task names unique within workflow) to run.  In a graph model, denotes an edge to another Task Node.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Value": {
                                "description": "Value for the decision case.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.DecisionTask": {
                "title": "Workflow:Decision Task",
                "description": "A DecisionTask is a control task that executes a sequence of WorkflowTasks based off decision provided and evaluated by this task.",
                "x-allOf-name": "workflow.DecisionTask",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.ControlTask"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.DecisionTask', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.DecisionTask"
                                ],
                                "default": "workflow.DecisionTask",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.DecisionTask"
                                ],
                                "default": "workflow.DecisionTask",
                                "x-enum-as-string": true
                            },
                            "Condition": {
                                "description": "The condition to evaluate for this decision task. The condition can be a workflow or task variable or an JavaScript expression. Example value for condition could be a variable like \"${task1.output.var1} or ${workflow.input.var2}\" which evaluates to a value matching any of the decision case values. Example value for condition if it's an expression - \"if ( ${task1.output.var1} ! = null && ${task1.output.var1} > 0 ) 'true'; else 'false'; \" which evaluates to 'true' or 'false' and will match one of the decision case values. You can also use JavaScript functions like indexOf, toUpperCase in the expression which will be evaluated by the expression evaluator.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "DecisionCases": {
                                "type": "array",
                                "items": {
                                    "description": "A list of potential decision task flows based off a condition.",
                                    "$ref": "#/components/schemas/workflow.DecisionCase",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "DefaultTask": {
                                "description": "The default next Task to execute if the decision cannot be evaluated to any of the DecisionCases.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "InputParameters": {
                                "description": "This field is deprecated. Decision case conditions can be added using the workflow input or task output variables in the Condition field. Refer to Condition field for more details.",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.DefaultValue": {
                "title": "Workflow:Default Value",
                "description": "Captures default vales for a data type.",
                "x-allOf-name": "workflow.DefaultValue",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.DefaultValue', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.DefaultValue"
                                ],
                                "default": "workflow.DefaultValue",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.DefaultValue"
                                ],
                                "default": "workflow.DefaultValue",
                                "x-enum-as-string": true
                            },
                            "IsValueSet": {
                                "description": "A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Override": {
                                "description": "Override the default value provided for the data type. When true, allow the user to enter value for the data type.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "Value": {
                                "description": "Default value for the data type. If default value was provided and the input was required the default value will be used as the input.",
                                "nullable": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.DisplayMeta": {
                "title": "Workflow:Display Meta",
                "description": "Captures the meta data needed for displaying workflow data types in Intersight User Interface.",
                "x-allOf-name": "workflow.DisplayMeta",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.DisplayMeta', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.DisplayMeta"
                                ],
                                "default": "workflow.DisplayMeta",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.DisplayMeta"
                                ],
                                "default": "workflow.DisplayMeta",
                                "x-enum-as-string": true
                            },
                            "InventorySelector": {
                                "description": "Inventory selector specified for primitive data property should be used in Intersight User Interface.",
                                "type": "boolean",
                                "default": true,
                                "x-omitempty": true
                            },
                            "WidgetType": {
                                "description": "Specify the widget type for data display.\n* `None` - Display none of the widget types.\n* `Radio` - Display the widget as a radio button.\n* `Dropdown` - Display the widget as a dropdown.\n* `GridSelector` - Display the widget as a selector.\n* `DrawerSelector` - Display the widget as a selector.\n* `MultiSelect` - Display the widget as a multi-select.\n* `Switcher` - Display the widget as a switcher.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Radio",
                                    "Dropdown",
                                    "GridSelector",
                                    "DrawerSelector",
                                    "MultiSelect",
                                    "Switcher"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.DynamicTemplateParserDataType": {
                "title": "Workflow:Dynamic Template Parser Data Type",
                "description": "Data type to fetch a generic template from given selector and parse it using an api to give an array of secure and non-secure keys for form generation. URL used to fetch the template object is based on the templateType. Final input passed to the workflow using this data type is a JSON containing {'Template':'<template string value>', 'Keys':[{'<key1>':'<val 1>'}], 'SecureKeys':[{'<key2>':'<val2>'}]}.",
                "x-allOf-name": "workflow.DynamicTemplateParserDataType",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BaseDataType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.DynamicTemplateParserDataType', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.DynamicTemplateParserDataType"
                                ],
                                "default": "workflow.DynamicTemplateParserDataType",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.DynamicTemplateParserDataType"
                                ],
                                "default": "workflow.DynamicTemplateParserDataType",
                                "x-enum-as-string": true
                            },
                            "IsTemplateSecure": {
                                "description": "When set to true, the template is marked as secure and the content is encrypted and stored.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "TemplateType": {
                                "description": "Template type decides on the API to be used to fetch the placeholders present inside the template.\n* `OsInstall` - This refers to the OS configuration template MO.",
                                "type": "string",
                                "enum": [
                                    "OsInstall"
                                ],
                                "default": "OsInstall",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.EndTask": {
                "title": "Workflow:End Task",
                "description": "An EndTask denotes the completion of a workflow.",
                "x-allOf-name": "workflow.EndTask",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.ControlTask"
                    }
                ]
            },
            "workflow.EnumEntry": {
                "title": "Workflow:Enum Entry",
                "description": "Captures a single enum entry which has a label and value.",
                "x-allOf-name": "workflow.EnumEntry",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.EnumEntry', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.EnumEntry"
                                ],
                                "default": "workflow.EnumEntry",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.EnumEntry"
                                ],
                                "default": "workflow.EnumEntry",
                                "x-enum-as-string": true
                            },
                            "Label": {
                                "description": "Label for the enum value. A user friendly short string to identify the enum value. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), round parenthesis ( () ), or an underscore (_) and must have an alphanumeric character.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]+[+\\s\\/a-zA-Z0-9)(_'.:-]{0,92}$",
                                "x-omitempty": true
                            },
                            "Value": {
                                "description": "Enum value for this enum entry. Value will be passed to the workflow as string type for execution. Value can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), round parenthesis ( () ), forward slash (/), or an underscore (_).",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_.:-]*[+\\s\\/a-zA-Z0-9)(_.:-]{1,64}$",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.EnvironmentVariableReference": {
                "title": "Workflow:Environment Variable Reference",
                "description": "Holds environment variables references.",
                "x-allOf-name": "workflow.EnvironmentVariableReference",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.EnvironmentVariableReference', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.EnvironmentVariableReference"
                                ],
                                "default": "workflow.EnvironmentVariableReference",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.EnvironmentVariableReference"
                                ],
                                "default": "workflow.EnvironmentVariableReference",
                                "x-enum-as-string": true
                            },
                            "CatalogMoid": {
                                "description": "Environment variable catalog moid.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Moid": {
                                "description": "Environment variable moid.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Environment variable name.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.ErrorResponseHandler.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.ErrorResponseHandler' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.ErrorResponseHandler' resources.",
                "x-one-of-name": "workflow.ErrorResponseHandler.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.ErrorResponseHandler.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.ErrorResponseHandler.Relationship": {
                "description": "A relationship to the 'workflow.ErrorResponseHandler' resource, or the expanded 'workflow.ErrorResponseHandler' resource, or the 'null' value.",
                "x-one-of-name": "workflow.ErrorResponseHandler.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.ErrorResponseHandler"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.ErrorResponseHandler": {
                "title": "Error Response Handler",
                "description": "The ErrorResponseHandler object is designed to manage error responses within the workflow system. This provides a standardized way to define error response specifications that can be reused across multiple API tasks.\n#### Purpose\nThe ErrorResponseHandler object allows users to create a generic error response specification, which can be applied to various Batch APIs. It streamlines the process of defining and handling error parameters, ensuring consistent error management across API tasks.\n#### Key Concepts\n- **Reusable Specifications:** Facilitates the creation of generic error response specifications that can be applied to multiple API requests.\n- **Error Parsing:** Provides parameters for parsing error responses when specific error parameters are not defined in individual API requests.\n- **Integration:** Works seamlessly with BatchApiExecutor to manage error responses within batch operations.\n- **Access Control:** Ensures secure and controlled access to read, update, create, and delete operations related to error response handlers.",
                "x-allOf-name": "workflow.ErrorResponseHandler",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ErrorResponseHandler', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ErrorResponseHandler"
                                ],
                                "default": "workflow.ErrorResponseHandler",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ErrorResponseHandler"
                                ],
                                "default": "workflow.ErrorResponseHandler",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "A detailed description about the error response handler.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name for the error response handler.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_.:-]{1,64}$",
                                "x-omitempty": true
                            },
                            "Parameters": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of parameters present in error response from the endpoint.",
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/content.Parameter",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "PlatformType": {
                                "description": "The platform type for which the error response handler is defined.\n* `` - An unrecognized platform type.\n* `APIC` - A Cisco Application Policy Infrastructure Controller (APIC) cluster.\n* `CAPIC` - A Cisco Cloud Application Policy Infrastructure Controller (Cloud APIC) instance.\n* `DCNM` - A Cisco Data Center Network Manager (DCNM) instance.\n* `UCSFI` - A Cisco UCS Fabric Interconnect that is managed by Cisco UCS Manager (UCSM).\n* `UCSFIISM` - A Cisco UCS Fabric Interconnect that is managed by Cisco Intersight.\n* `IMC` - A standalone Cisco UCS rack server (Deprecated).\n* `IMCM4` - A standalone Cisco UCS C-Series or S-Series M4 server.\n* `IMCM5` - A standalone Cisco UCS C-Series or S-Series M5 server.\n* `IMCRack` - A standalone Cisco UCS C-Series or S-Series M6 or newer server.\n* `UCSIOM` - A Cisco UCS Blade Chassis I/O Module (IOM).\n* `UCSPCIeNODE` - A Cisco UCS PCIe Node in a blade form factor.\n* `UCSXFM` - A Cisco UCS Fabric Extender Module (XFM).\n* `HX` - A Cisco HyperFlex (HX) cluster.\n* `UCSD` - A Cisco UCS Director (UCSD) instance.\n* `UCSXECMC` - A Cisco UCSXE Chassis Management Controller.\n* `UCSXESecureRouter` - A secure networking router node designed to operate as part of a UCSXE chassis.\n* `IntersightAppliance` - A Cisco Intersight Connected Virtual Appliance instance.\n* `IntersightAssist` - A Cisco Intersight Assist instance.\n* `PureStorageFlashArray` - A Pure Storage FlashArray that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer and storage management features are supported on this device.\n* `PureStorageFlashBladeSystem` - A Pure Storage FlashBlade target that is managed using Cisco Intersight Assist. Storage management feature is supported on this device.\n* `NexusDevice` - A Cisco Nexus Network Switch that is managed using Cisco Intersight Assist.\n* `ACISwitch` - A Cisco Nexus Network Switch with the embedded Device Connector and is a part of the Cisco ACI fabric.\n* `NexusSwitch` - A standalone Cisco Nexus Network Switch with the embedded Device Connector.\n* `MDSSwitch` - A Cisco MDS Switch that is managed using the embedded Device Connector.\n* `MDSDevice` - A Cisco MDS Switch that is managed using Cisco Intersight Assist.\n* `UCSC885` - A standalone Cisco UCS C885 Server.\n* `CAI845A` - A standalone Cisco AI 845A Server.\n* `UCSC890` - A standalone Cisco UCS C890 server managed using Cisco Intersight Assist.\n* `RedfishServer` - A generic target type for servers that support Redfish APIs and is managed using Cisco Intersight Assist. Support is limited to HPE and Dell Servers.\n* `NetAppOntap` - A Netapp ONTAP Storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `NetAppActiveIqUnifiedManager` - A NetApp Active IQ Unified Manager (AIQUM) that is managed using Cisco Intersight Assist.\n* `EmcScaleIo` - An EMC ScaleIO Software Defined Storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `EmcVmax` - An EMC VMAX 2 or 3 series enterprise storage array that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `EmcVplex` - An EMC VPLEX virtual storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `EmcXtremIo` - An EMC XtremIO SSD storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `VmwareVcenter` - A VMware vCenter instance that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer and Virtualization features are supported on this hypervisor.\n* `MicrosoftHyperV` - A Microsoft Hyper-V host that is managed using Cisco Intersight Assist. Optionally, other hosts in the cluster can be discovered through this host. Cisco Intersight Workload Optimizer features are supported on this hypervisor.\n* `AppDynamics` - An AppDynamics controller running in a SaaS or on-prem datacenter. On-prem AppDynamics instance is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this controller.\n* `Dynatrace` - A Dynatrace Server instance running in a SaaS or on-prem datacenter. On-prem Dynatrace instance is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this server.\n* `NewRelic` - A NewRelic user account. The NewRelic instance monitors the application infrastructure. Cisco Intersight Workload Optimizer features are supported on this server.\n* `ServiceNow` - A cloud-based workflow automation platform that enables enterprise organizations to improve operational efficiencies by streamlining and automating routine work tasks.\n* `Umbrella` - Umbrella cloud target that discovers and monitors an organization. It discovers entities like Datacenters, Devices, Tunnels, Networks, etc.\n* `CloudFoundry` - An open source cloud platform on which developers can build, deploy, run and scale applications.\n* `MicrosoftAzureApplicationInsights` - A feature of Azure Monitor, is an extensible Application Performance Management service for developers and DevOps professionals to monitor their live applications.\n* `OpenStack` - An OpenStack target manages Virtual Machines, Physical Machines, Datacenters and Virtual Datacenters using different OpenStack services as administrative endpoints.\n* `MicrosoftSqlServer` - A Microsoft SQL database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database.\n* `MySqlServer` - A MySQL database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database.\n* `OracleDatabaseServer` - An Oracle database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database.\n* `IBMWebSphereApplicationServer` - An IBM WebSphere Application server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this application server.\n* `OracleWebLogicServer` - Oracle WebLogic Server is a unified and extensible platform for developing, deploying and running enterprise applications, such as Java, for on-premises and in the cloud. WebLogic Server offers a robust, mature, and scalable implementation of Java Enterprise Edition (EE) and Jakarta EE.\n* `ApacheTomcatServer` - An Apache Tomcat server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this server.\n* `JavaVirtualMachine` - A JVM Application with JMX configured that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this application.\n* `RedHatJBossApplicationServer` - JBoss Application Server is an open-source, cross-platform Java application server developed by JBoss, a division of Red Hat Inc. It is an open-source implementation of Java 2 Enterprise Edition (J2EE) that is used for implementing Java applications and other Web-based applications and software.\n* `Kubernetes` - A Kubernetes cluster that runs containerized applications, with Kubernetes Collector installed. Cisco Intersight Workload Optimizer features are supported on Kubernetes cluster.\n* `AmazonWebService` - An Amazon Web Service cloud account. Cisco Intersight Workload Optimizer and Virtualization features are supported on this cloud.\n* `AmazonWebServiceBilling` - An Amazon Web Service cloud billing account used to retrieve billing information stored in S3 bucket. Cisco Intersight Workload Optimizer features are supported on this cloud.\n* `GoogleCloudPlatform` - A Google Cloud Platform service account with access to one or more projects. Cisco Intersight Workload Optimizer features are supported on this cloud.\n* `GoogleCloudPlatformBilling` - A Google Cloud Platform service account used to retrieve billing information from BigQuery. Cisco Intersight Workload Optimizer features are supported on this cloud.\n* `MicrosoftAzureServicePrincipal` - A Microsoft Azure Service Principal account with access to Azure subscriptions. Cisco Intersight Workload Optimizer features are supported on this cloud.\n* `MicrosoftAzureEnterpriseAgreement` - A Microsoft Azure Enterprise Agreement enrolment used to retrieve pricing and billing information. Cisco Intersight Workload Optimizer features are supported on this cloud.\n* `MicrosoftAzureBilling` - A Microsoft Azure Service Principal account with access to billing information. Cisco Intersight Workload Optimizer features are supported on this cloud.\n* `DellCompellent` - A Dell EMC SC Series (Compellent) storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `HPE3Par` - A HPE 3PAR StoreServ system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `RedHatEnterpriseVirtualization` - A Red Hat Enterprise Virtualization Hypervisor system that manages Virtual Machines.\n* `NutanixAcropolis` - A Nutanix Acropolis cluster that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this cluster.\n* `NutanixPrismCentral` - A Nutanix Prism Central cluster. Prism central is a virtual appliance for managing Nutanix clusters and services.\n* `HPEOneView` - A HPE OneView system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this system.\n* `ServiceEngine` - Cisco Application Services Engine. Cisco Application Services Engine is a platform to deploy and manage applications.\n* `HitachiVirtualStoragePlatform` - A Hitachi Virtual Storage Platform (Hitachi VSP) that is managed using Cisco Intersight Assist.\n* `GenericTarget` - A generic third-party target supported only in Partner Integration Appliance. This target type is used for development purposes and will not be supported in production environment.\n* `IMCBlade` - A Cisco UCS blade server managed by Cisco Intersight.\n* `TerraformCloud` - A Terraform Cloud Business Tier account.\n* `TerraformAgent` - A Terraform Cloud Agent that will be deployed on Cisco Intersight Assist. The agent can be used to plan and apply Terraform runs from a Terraform Cloud workspace.\n* `CustomTarget` - CustomTarget is deprecated. Use HTTPEndpoint type to claim HTTP endpoints.\n* `AnsibleEndpoint` - An external endpoint that is added as a target which can be accessed through Ansible in Intersight Cloud Orchestrator automation workflows.\n* `HTTPEndpoint` - An HTTP endpoint that can be accessed in Intersight Orchestrator workflows directly or using Cisco Intersight Assist. Authentication Schemes supported are Basic and Bearer Token.\n* `SSHEndpoint` - An SSH endpoint that can be accessed in Intersight Orchestrator workflows using Cisco Intersight Assist.\n* `CiscoCatalyst` - A Cisco Catalyst networking switch device.\n* `PowerShellEndpoint` - A Windows operating system server on which PowerShell scripts can be executed using Cisco Intersight Assist.\n* `CiscoDNAC` - A Cisco Digital Network Architecture (DNA) Center appliance.\n* `CiscoFMC` - A Cisco Secure Firewall Management Center.\n* `ViptelaCloud` - ViptelaCloud is deprecated. Use CatalystSDWANManager type to claim Catalyst SDWAN Manager which can manage Catalyst SDWAN devices.\n* `CatalystSDWANManager` - A Cisco Catalyst SD-WAN Manager.\n* `MerakiCloud` - A Cisco Meraki Organization.\n* `CiscoISE` - A Cisco Identity Services Engine (ISE) target.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "APIC",
                                    "CAPIC",
                                    "DCNM",
                                    "UCSFI",
                                    "UCSFIISM",
                                    "IMC",
                                    "IMCM4",
                                    "IMCM5",
                                    "IMCRack",
                                    "UCSIOM",
                                    "UCSPCIeNODE",
                                    "UCSXFM",
                                    "HX",
                                    "UCSD",
                                    "UCSXECMC",
                                    "UCSXESecureRouter",
                                    "IntersightAppliance",
                                    "IntersightAssist",
                                    "PureStorageFlashArray",
                                    "PureStorageFlashBladeSystem",
                                    "NexusDevice",
                                    "ACISwitch",
                                    "NexusSwitch",
                                    "MDSSwitch",
                                    "MDSDevice",
                                    "UCSC885",
                                    "CAI845A",
                                    "UCSC890",
                                    "RedfishServer",
                                    "NetAppOntap",
                                    "NetAppActiveIqUnifiedManager",
                                    "EmcScaleIo",
                                    "EmcVmax",
                                    "EmcVplex",
                                    "EmcXtremIo",
                                    "VmwareVcenter",
                                    "MicrosoftHyperV",
                                    "AppDynamics",
                                    "Dynatrace",
                                    "NewRelic",
                                    "ServiceNow",
                                    "Umbrella",
                                    "CloudFoundry",
                                    "MicrosoftAzureApplicationInsights",
                                    "OpenStack",
                                    "MicrosoftSqlServer",
                                    "MySqlServer",
                                    "OracleDatabaseServer",
                                    "IBMWebSphereApplicationServer",
                                    "OracleWebLogicServer",
                                    "ApacheTomcatServer",
                                    "JavaVirtualMachine",
                                    "RedHatJBossApplicationServer",
                                    "Kubernetes",
                                    "AmazonWebService",
                                    "AmazonWebServiceBilling",
                                    "GoogleCloudPlatform",
                                    "GoogleCloudPlatformBilling",
                                    "MicrosoftAzureServicePrincipal",
                                    "MicrosoftAzureEnterpriseAgreement",
                                    "MicrosoftAzureBilling",
                                    "DellCompellent",
                                    "HPE3Par",
                                    "RedHatEnterpriseVirtualization",
                                    "NutanixAcropolis",
                                    "NutanixPrismCentral",
                                    "HPEOneView",
                                    "ServiceEngine",
                                    "HitachiVirtualStoragePlatform",
                                    "GenericTarget",
                                    "IMCBlade",
                                    "TerraformCloud",
                                    "TerraformAgent",
                                    "CustomTarget",
                                    "AnsibleEndpoint",
                                    "HTTPEndpoint",
                                    "SSHEndpoint",
                                    "CiscoCatalyst",
                                    "PowerShellEndpoint",
                                    "CiscoDNAC",
                                    "CiscoFMC",
                                    "ViptelaCloud",
                                    "CatalystSDWANManager",
                                    "MerakiCloud",
                                    "CiscoISE"
                                ],
                                "default": "",
                                "x-omitempty": true
                            },
                            "Types": {
                                "type": "array",
                                "items": {
                                    "description": "The collection of complex types definitions used in this Error Response Handler\nThis is required only if any of the parameters provided in this Error Response Handler\nis of complex type.",
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/content.ComplexType",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Catalog": {
                                "$ref": "#/components/schemas/workflow.Catalog.Relationship",
                                "description": "A reference to a workflowCatalog resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.ErrorResponseHandler.List": {
                "title": "List of 'workflow.ErrorResponseHandler' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.ErrorResponseHandler' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.ErrorResponseHandler' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.ErrorResponseHandler"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.ExpectPrompt": {
                "title": "Expect Prompt",
                "description": "This models a single expect and answer prompt of the interactive command.",
                "x-allOf-name": "workflow.ExpectPrompt",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ExpectPrompt', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ExpectPrompt"
                                ],
                                "default": "workflow.ExpectPrompt",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ExpectPrompt"
                                ],
                                "default": "workflow.ExpectPrompt",
                                "x-enum-as-string": true
                            },
                            "Expect": {
                                "description": "The regex of the expect prompt of the interactive command.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Send": {
                                "description": "The answer string to the expect prompt.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.FailureEndTask": {
                "title": "Workflow:Failure End Task",
                "description": "A FailureEndTask denotes the failed completion of a workflow.",
                "x-allOf-name": "workflow.FailureEndTask",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.EndTask"
                    }
                ]
            },
            "workflow.FileDownloadOp": {
                "title": "File Download Operation",
                "description": "File operation to download a given file from Intersight storage services such as\nAWS or Minio bucket to a specified path on one or more Intersight connected devices.",
                "x-allOf-name": "workflow.FileDownloadOp",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.FileDownloadOp', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.FileDownloadOp"
                                ],
                                "default": "workflow.FileDownloadOp",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.FileDownloadOp"
                                ],
                                "default": "workflow.FileDownloadOp",
                                "x-enum-as-string": true
                            },
                            "DestinationPath": {
                                "description": "Path on the Intersight connected device to which file needs to be downloaded.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "SourceBucket": {
                                "description": "Source bucket name hosting the file.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "SourceFile": {
                                "description": "Name of the file to be downloaded from bucket to endpoint devices.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.FileOperations": {
                "title": "File Operations",
                "description": "This models a single File Operation request within a batch of requests that get\nexecuted within a single workflow task.",
                "x-allOf-name": "workflow.FileOperations",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.Api"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.FileOperations', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.FileOperations"
                                ],
                                "default": "workflow.FileOperations",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.FileOperations"
                                ],
                                "default": "workflow.FileOperations",
                                "x-enum-as-string": true
                            },
                            "FileDownload": {
                                "description": "File operation to download a given file from Intersight storage services such as\nAWS or Minio bucket to a specified path on one or more Intersight connected devices.",
                                "$ref": "#/components/schemas/workflow.FileDownloadOp",
                                "x-omitempty": true
                            },
                            "FileTemplate": {
                                "description": "Populates data driven template file with input values to generate textual output.",
                                "$ref": "#/components/schemas/workflow.FileTemplateOp",
                                "x-omitempty": true
                            },
                            "OperationType": {
                                "description": "File operation type to be executed on the connected endpoint.\n* `FileDownload` - The API is executed in a remote device connected to the Intersightthrough its device connector. This operation is to download the filefrom specified storage bucket to the specific path on the device.\n* `FileTemplatize` - Populates data driven template file with input values to generate textual output.Inputs - the path of the template file on the device and json values to populate.An error will be returned if the file does not exists or if there is an error whileexecuting the template.",
                                "type": "string",
                                "enum": [
                                    "FileDownload",
                                    "FileTemplatize"
                                ],
                                "default": "FileDownload",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.FileTemplateOp": {
                "title": "File Template Operation",
                "description": "Populates data driven template file with input values to generate textual output.",
                "x-allOf-name": "workflow.FileTemplateOp",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.FileTemplateOp', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.FileTemplateOp"
                                ],
                                "default": "workflow.FileTemplateOp",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.FileTemplateOp"
                                ],
                                "default": "workflow.FileTemplateOp",
                                "x-enum-as-string": true
                            },
                            "TemplateFilePath": {
                                "description": "Path of the template file on the connected device.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "TemplateValues": {
                                "description": "Input values to render text output file from template file.",
                                "nullable": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.FileTransfer": {
                "title": "File Transfer",
                "description": "Message to transfer a file from Intersight connected device to remote server.",
                "x-allOf-name": "workflow.FileTransfer",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/connector.BaseMessage"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.FileTransfer', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.FileTransfer"
                                ],
                                "default": "workflow.FileTransfer",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.FileTransfer"
                                ],
                                "default": "workflow.FileTransfer",
                                "x-enum-as-string": true
                            },
                            "DestinationFilePath": {
                                "description": "Destination file path on the target server.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "FileMode": {
                                "description": "File permission to set on the transferred file.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "SourceFilePath": {
                                "description": "Source file path on the Intersight connected device.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.ForkTask": {
                "title": "Workflow:Fork Task",
                "description": "A ForkTask is a control task that forks tasks for parallel execution in a workflow.",
                "x-allOf-name": "workflow.ForkTask",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.ControlTask"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ForkTask', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ForkTask"
                                ],
                                "default": "workflow.ForkTask",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ForkTask"
                                ],
                                "default": "workflow.ForkTask",
                                "x-enum-as-string": true
                            },
                            "ForkedTasks": {
                                "type": "array",
                                "items": {
                                    "description": "List of forked task names where the tasks in the list will be started in parallel and each task sequence in the forked task list will be run in sequence. OnFailure transition within fork task is not honored and when tasks within fork fail the workflow will fail.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "JoinTask": {
                                "description": "Task name for the join control task that must follow a fork control task.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.InitiatorContext": {
                "title": "Workflow:Initiator Context",
                "description": "Details about the workflow initiator name, type, initiator object Id if present and the result handler.",
                "x-allOf-name": "workflow.InitiatorContext",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.InitiatorContext', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.InitiatorContext"
                                ],
                                "default": "workflow.InitiatorContext",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.InitiatorContext"
                                ],
                                "default": "workflow.InitiatorContext",
                                "x-enum-as-string": true
                            },
                            "InitiatorMoid": {
                                "description": "The moid of the Intersight managed object that initiated the workflow.",
                                "type": "string",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "InitiatorName": {
                                "description": "Name of the initiator who started the workflow. The initiator can be Intersight managed object that triggered the workflow.",
                                "type": "string",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "InitiatorType": {
                                "description": "Type of Intersight managed object that initiated the workflow.",
                                "type": "string",
                                "x-createOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.InternalProperties": {
                "title": "Workflow:Internal Properties",
                "description": "Internal properties for a task definition which are not editable by the user.",
                "x-allOf-name": "workflow.InternalProperties",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.InternalProperties', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.InternalProperties"
                                ],
                                "default": "workflow.InternalProperties",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.InternalProperties"
                                ],
                                "default": "workflow.InternalProperties",
                                "x-enum-as-string": true
                            },
                            "BaseTaskType": {
                                "description": "This field will hold the base task type like HttpBaseTask or RemoteAnsibleBaseTask.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Constraints": {
                                "description": "This field will hold any constraints a concrete task definition will specify in order to limit the environment where the task can execute.",
                                "$ref": "#/components/schemas/workflow.TaskConstraints",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Internal": {
                                "description": "Denotes this is an internal task. Internal tasks will be hidden from the UI when executing a workflow.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Owner": {
                                "description": "The service that owns and is responsible for execution of the task.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.JoinTask": {
                "title": "Workflow:Join Task",
                "description": "A JoinTask is a control task that must follow a fork task and specify all the fork tasks that must complete and join before the worfklow can proceed to the task specified in the OnSuccess transition.",
                "x-allOf-name": "workflow.JoinTask",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.ControlTask"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.JoinTask', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.JoinTask"
                                ],
                                "default": "workflow.JoinTask",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.JoinTask"
                                ],
                                "default": "workflow.JoinTask",
                                "x-enum-as-string": true
                            },
                            "JoinOnTasks": {
                                "type": "array",
                                "items": {
                                    "description": "List of tasks which must complete before the task specified in OnSuccess transition will be scheduled for execution. If the last task in a fork list is not specified in this list of joinOnTasks then the engine does not wait for that forked task list to complete and the result of that task execution does not affect the workflow execution result.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "OnSuccess": {
                                "description": "Name of the next task to run if all fork path specified in the JoinOnTasks list succeeds which is the unique name given to the task instance within the workflow. In a graph model, denotes an edge to another Task Node.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.LoopTask": {
                "title": "Workflow:Loop Task",
                "description": "A Parallel Loop is a control task that runs one task or one sub-workflow multiple times based on a specified count. The count can be a static value that is specified during design time or a dynamic value that is derived from workflow inputs or task outputs. When the loop is executed, the count 'N' is determined and then N tasks or sub-workflows are scheduled for execution in parallel. When all N instances of the task or sub-workflow reach a final state the parallel loop will complete and workflow execution will move on to the next task. If any one of the tasks or sub-workflows fails, then the entire loop will fail.",
                "x-allOf-name": "workflow.LoopTask",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.AbstractLoopTask"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.LoopTask', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.LoopTask"
                                ],
                                "default": "workflow.LoopTask",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.LoopTask"
                                ],
                                "default": "workflow.LoopTask",
                                "x-enum-as-string": true
                            },
                            "FailurePolicy": {
                                "description": "The policy to handle the failure of an iteration within a parallel loop.\n* `FailOnFirstFailure` - The enum specifies the option as FailOnFirstFailure where the loop task will fail if one of the iteration in the loop fails. The running iterations will be cancelled on first failure and the loop will be marked as failed.\n* `ContinueOnFailure` - The enum specifies the option as ContinueOnFailure where the loop task will continue with all iterations, even if one fails. Running iterations will not be canceled, but the loop will be marked as failed after all iterations are complete.",
                                "type": "string",
                                "enum": [
                                    "FailOnFirstFailure",
                                    "ContinueOnFailure"
                                ],
                                "default": "FailOnFirstFailure",
                                "x-omitempty": true
                            },
                            "FailureThreshold": {
                                "description": "The percentage of iterations that can fail before the entire loop is considered failed. The default is 0 which means all iterations must succeed.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "minimum": 0,
                                "maximum": 100,
                                "x-omitempty": true
                            },
                            "NumberOfBatches": {
                                "description": "All iterations of the loop run in parallel within a single batch, with a maximum of 100 iterations. To run more than 100 iterations, you can increase the number of batches. The configuration is acceptable as long as the total number of iterations divided by the number of batches is less than 100. Adjusting the number of batches also allows you to control how many iterations run in parallel. For example, if the total count is 100 and you set the number of batches to 5, then 20 tasks will run in parallel across the 5 batches. It's important to note that the number of batches must be less than the total count. If the count is dynamic and falls below the number of batches, this may result in empty batches with no tasks.",
                                "type": "integer",
                                "format": "int64",
                                "default": 1,
                                "minimum": 1,
                                "x-omitempty": true
                            },
                            "Parallel": {
                                "description": "This field is deprecated. Always set to true for parallel loop.",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "boolean",
                                "default": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.Message": {
                "title": "Workflow:Message",
                "description": "Intermediate Task or Workflow message with severity.",
                "x-allOf-name": "workflow.Message",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.Message', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.Message"
                                ],
                                "default": "workflow.Message",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.Message"
                                ],
                                "default": "workflow.Message",
                                "x-enum-as-string": true
                            },
                            "Message": {
                                "description": "An i18n message that can be translated into multiple languages to support internationalization.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Severity": {
                                "description": "The severity of the Task or Workflow message warning/error/info etc.\n* `Info` - The enum represents the log level to be used to convey info message.\n* `Warning` - The enum represents the log level to be used to convey warning message.\n* `Debug` - The enum represents the log level to be used to convey debug message.\n* `Error` - The enum represents the log level to be used to convey error message.",
                                "type": "string",
                                "enum": [
                                    "Info",
                                    "Warning",
                                    "Debug",
                                    "Error"
                                ],
                                "default": "Info",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.MigrateServiceItemActionProperty": {
                "title": "Workflow:Migrate Service Item Action Property",
                "description": "Definition to capture the properties for migrate action in ServiceItemActionProperties.",
                "x-allOf-name": "workflow.MigrateServiceItemActionProperty",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BaseServiceItemActionProperty"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.MigrateServiceItemActionProperty', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.MigrateServiceItemActionProperty"
                                ],
                                "default": "workflow.MigrateServiceItemActionProperty",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.MigrateServiceItemActionProperty"
                                ],
                                "default": "workflow.MigrateServiceItemActionProperty",
                                "x-enum-as-string": true
                            },
                            "SourceVersions": {
                                "type": "array",
                                "items": {
                                    "description": "The list of source versions to be migrated.",
                                    "type": "integer",
                                    "format": "int64",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.MigrationHistory": {
                "title": "Workflow:Migration History",
                "description": "Migration history of versions for service item instance.",
                "x-allOf-name": "workflow.MigrationHistory",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.MigrationHistory', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.MigrationHistory"
                                ],
                                "default": "workflow.MigrationHistory",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.MigrationHistory"
                                ],
                                "default": "workflow.MigrationHistory",
                                "x-enum-as-string": true
                            },
                            "Destination": {
                                "description": "Destination version of the migration.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                "x-omitempty": true
                            },
                            "MigrationActionInstance": {
                                "description": "The migration action instance.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                "x-omitempty": true
                            },
                            "Source": {
                                "description": "Source version of the migration.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                "x-omitempty": true
                            },
                            "Timestamp": {
                                "description": "The time when the migration was performed.",
                                "type": "string",
                                "format": "date-time",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.MoInventoryDataType": {
                "title": "Workflow:Mo Inventory Data Type",
                "description": "The data type to represent the selected properties of an Intersight managed object. This data type is used only in Service items to define the schema of resources and their attributes.",
                "x-allOf-name": "workflow.MoInventoryDataType",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BaseDataType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.MoInventoryDataType', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.MoInventoryDataType"
                                ],
                                "default": "workflow.MoInventoryDataType",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.MoInventoryDataType"
                                ],
                                "default": "workflow.MoInventoryDataType",
                                "x-enum-as-string": true
                            },
                            "Properties": {
                                "type": "array",
                                "items": {
                                    "description": "List of attributes that need to be shown to the user.",
                                    "$ref": "#/components/schemas/workflow.MoInventoryProperty",
                                    "x-omitempty": true
                                },
                                "minItems": 1,
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.MoInventoryProperty": {
                "title": "Workflow:Mo Inventory Property",
                "description": "Captures the properties from the original Intersight resource that need to be reflected in the datatype.",
                "x-allOf-name": "workflow.MoInventoryProperty",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.MoInventoryProperty', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.MoInventoryProperty"
                                ],
                                "default": "workflow.MoInventoryProperty",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.MoInventoryProperty"
                                ],
                                "default": "workflow.MoInventoryProperty",
                                "x-enum-as-string": true
                            },
                            "Attributes": {
                                "type": "array",
                                "items": {
                                    "description": "List of property names from the reference managed object. The property value from the managed object will be reflected as the values of this datatype. When this datatype is used to define the attributes of a ServiceItemDefinition, the end user will be able to only view the values of the properties listed in the attributes and other properties in the managed object will not be visible to the end user.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "minItems": 1,
                                "nullable": true
                            },
                            "ReferenceObjectType": {
                                "description": "ObjectType for which the attributes need to be collected.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ReferenceType": {
                                "description": "Defines how the reference to the shadow resource is done. Base case is via an Moid, but reference via a selector is also possible.\n* `Moid` - The reference to the original resource is via an Moid.\n* `Selector` - The reference to the original resource is via a selector query. This can potentially lead to tracking data for multiple resources.",
                                "type": "string",
                                "enum": [
                                    "Moid",
                                    "Selector"
                                ],
                                "default": "Moid",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.MoReferenceArrayItem": {
                "title": "Workflow:Mo Reference Array Item",
                "description": "MoReferenceArrayItem is used to create an array of MoReference datatype.",
                "x-allOf-name": "workflow.MoReferenceArrayItem",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.ArrayItem"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.MoReferenceArrayItem', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.MoReferenceArrayItem"
                                ],
                                "default": "workflow.MoReferenceArrayItem",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.MoReferenceArrayItem"
                                ],
                                "default": "workflow.MoReferenceArrayItem",
                                "x-enum-as-string": true
                            },
                            "Properties": {
                                "type": "array",
                                "items": {
                                    "description": "Captures an array item which is of MoReference data type.",
                                    "$ref": "#/components/schemas/workflow.MoReferenceProperty",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.MoReferenceAutoArrayItem": {
                "title": "Workflow:Mo Reference Auto Array Item",
                "description": "MoReferenceAutoArrayItem is used to create an array of MoReferenceAuto datatype.",
                "x-allOf-name": "workflow.MoReferenceAutoArrayItem",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.ArrayItem"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.MoReferenceAutoArrayItem', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.MoReferenceAutoArrayItem"
                                ],
                                "default": "workflow.MoReferenceAutoArrayItem",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.MoReferenceAutoArrayItem"
                                ],
                                "default": "workflow.MoReferenceAutoArrayItem",
                                "x-enum-as-string": true
                            },
                            "Properties": {
                                "type": "array",
                                "items": {
                                    "description": "Captures an array item which is of MoReferenceAuto datatype.",
                                    "$ref": "#/components/schemas/workflow.MoReferenceAutoProperty",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.MoReferenceAutoDataType": {
                "title": "Workflow:Mo Reference Auto Data Type",
                "description": "The data type to capture an Intersight managed object reference that is automatically selected by the system based on a given selection criteria.",
                "x-allOf-name": "workflow.MoReferenceAutoDataType",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BaseDataType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.MoReferenceAutoDataType', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.MoReferenceAutoDataType"
                                ],
                                "default": "workflow.MoReferenceAutoDataType",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.MoReferenceAutoDataType"
                                ],
                                "default": "workflow.MoReferenceAutoDataType",
                                "x-enum-as-string": true
                            },
                            "Properties": {
                                "type": "array",
                                "items": {
                                    "description": "Set of rules to filter the resources.",
                                    "$ref": "#/components/schemas/workflow.MoReferenceAutoProperty",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.MoReferenceAutoProperty": {
                "title": "Workflow:Mo Reference Auto Property",
                "description": "Captures all the display attributes and rules for selecting the resources.",
                "x-allOf-name": "workflow.MoReferenceAutoProperty",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.MoReferenceAutoProperty', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.MoReferenceAutoProperty"
                                ],
                                "default": "workflow.MoReferenceAutoProperty",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.MoReferenceAutoProperty"
                                ],
                                "default": "workflow.MoReferenceAutoProperty",
                                "x-enum-as-string": true
                            },
                            "DisplayAttributes": {
                                "type": "array",
                                "items": {
                                    "description": "List of properties from an Intersight object that was selected by system for the MoReferenceAutoDataType. The properties help to identify the object that was selected.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Filters": {
                                "type": "array",
                                "items": {
                                    "description": "Maintains additional filter conditions.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "OrderBy": {
                                "description": "Determines  properties that are used to sort the collection of resources.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Rule": {
                                "description": "The rule can be obtained directly from a Resource Selection Criteria or provided as inline resource filter conditions.",
                                "$ref": "#/components/schemas/workflow.AbstractResourceSelector",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.MoReferenceDataType": {
                "title": "Workflow:Mo Reference Data Type",
                "description": "Data type to capture an Intersight Managed object reference.",
                "x-allOf-name": "workflow.MoReferenceDataType",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BaseDataType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.MoReferenceDataType', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.MoReferenceDataType"
                                ],
                                "default": "workflow.MoReferenceDataType",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.MoReferenceDataType"
                                ],
                                "default": "workflow.MoReferenceDataType",
                                "x-enum-as-string": true
                            },
                            "Properties": {
                                "type": "array",
                                "items": {
                                    "description": "List of managed object references.",
                                    "$ref": "#/components/schemas/workflow.MoReferenceProperty",
                                    "x-omitempty": true
                                },
                                "minItems": 1,
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.MoReferenceForCloneDataType": {
                "title": "Workflow:Mo Reference For Clone Data Type",
                "description": "Data type captures a reference to an Intersight Managed Object (MO) that serves as the source for cloning and creating an input object. The fields to be passed as for this datatype will be SourceMoid for the Source MO and the ObjectType which is the qualified name for the MO. When a clone is created, the Moid field of the new object is populated with the cloned object ID. After the cloning process is complete, the SourceMoid field is removed, leaving only Moid and ObjectType in the input. The identity properties of the cloned object are assigned by the consuming module. For instance, when used in Workload definitions to clone a LDAP policy, the policy identity \u2014 such as its Name \u2014 is determined based on the Workload definition name combined with the source policy name.",
                "x-allOf-name": "workflow.MoReferenceForCloneDataType",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BaseDataType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.MoReferenceForCloneDataType', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.MoReferenceForCloneDataType"
                                ],
                                "default": "workflow.MoReferenceForCloneDataType",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.MoReferenceForCloneDataType"
                                ],
                                "default": "workflow.MoReferenceForCloneDataType",
                                "x-enum-as-string": true
                            },
                            "Properties": {
                                "type": "array",
                                "items": {
                                    "description": "List of references to clone managed objects.",
                                    "$ref": "#/components/schemas/workflow.MoReferenceProperty",
                                    "x-omitempty": true
                                },
                                "minItems": 1,
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.MoReferenceProperty": {
                "title": "Workflow:Mo Reference Property",
                "description": "Capture all the properties for an Intersight managed object reference.",
                "x-allOf-name": "workflow.MoReferenceProperty",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.MoReferenceProperty', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.MoReferenceProperty"
                                ],
                                "default": "workflow.MoReferenceProperty",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.MoReferenceProperty"
                                ],
                                "default": "workflow.MoReferenceProperty",
                                "x-enum-as-string": true
                            },
                            "DisplayAttributes": {
                                "type": "array",
                                "items": {
                                    "description": "List of properties from an Intersight object which can help to identify the object. Typically the set of identity constraints on the object can be listed here to help the user identity the managed object.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "minItems": 1,
                                "nullable": true
                            },
                            "Selector": {
                                "description": "Field to hold an Intersight API along with an optional filter to narrow down the search options.",
                                "type": "string",
                                "pattern": "^$|/api/v1/.*",
                                "x-omitempty": true
                            },
                            "SelectorProperty": {
                                "description": "Selector properties to define HTTP method and 'body' in case of upsert operation.",
                                "$ref": "#/components/schemas/workflow.SelectorProperty",
                                "x-omitempty": true
                            },
                            "ValueAttribute": {
                                "description": "A property from the Intersight object, value of which can be used as value for referenced input definition.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.OperationTypeDecommission": {
                "title": "Workflow:Operation Type Decommission",
                "description": "Operation details for decommission actions.",
                "x-allOf-name": "workflow.OperationTypeDecommission",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BaseOperation"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.OperationTypeDecommission', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.OperationTypeDecommission"
                                ],
                                "default": "workflow.OperationTypeDecommission",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.OperationTypeDecommission"
                                ],
                                "default": "workflow.OperationTypeDecommission",
                                "x-enum-as-string": true
                            },
                            "ServiceItemInstance": {
                                "description": "Specify the service item instance to issue decommission action.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.OperationTypeDeployment": {
                "title": "Workflow:Operation Type Deployment",
                "description": "Definition to capture the operation details for deployment actions.",
                "x-allOf-name": "workflow.OperationTypeDeployment",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BaseOperation"
                    }
                ]
            },
            "workflow.OperationTypePostDeployment": {
                "title": "Workflow:Operation Type Post Deployment",
                "description": "Operation details for post-deployment actions.",
                "x-allOf-name": "workflow.OperationTypePostDeployment",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BaseOperation"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.OperationTypePostDeployment', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.OperationTypePostDeployment"
                                ],
                                "default": "workflow.OperationTypePostDeployment",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.OperationTypePostDeployment"
                                ],
                                "default": "workflow.OperationTypePostDeployment",
                                "x-enum-as-string": true
                            },
                            "ServiceItemActionDefinition": {
                                "description": "Specify the service item action definition which needs to be executed on the service item instance.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                "x-omitempty": true
                            },
                            "ServiceItemInstance": {
                                "description": "Specify the service item instance to issue post-deployment action.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.ParameterSet": {
                "title": "Workflow:Parameter Set",
                "description": "The parameter set is a rule with a condition to match the controlling parameter against a value and make a set of parameters applicable.",
                "x-allOf-name": "workflow.ParameterSet",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ParameterSet', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ParameterSet"
                                ],
                                "default": "workflow.ParameterSet",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ParameterSet"
                                ],
                                "default": "workflow.ParameterSet",
                                "x-enum-as-string": true
                            },
                            "Condition": {
                                "description": "The condition to be evaluated.\n* `eq` - Checks if the values of the two parameters are equal.\n* `ne` - Checks if the values of the two parameters are not equal.\n* `contains` - Checks if the second parameter string value is a substring of the first parameter string value.\n* `matchesPattern` - Checks if a string matches a regular expression.",
                                "type": "string",
                                "enum": [
                                    "eq",
                                    "ne",
                                    "contains",
                                    "matchesPattern"
                                ],
                                "default": "eq",
                                "x-omitempty": true
                            },
                            "ControlParameter": {
                                "description": "Name of the controlling entity, whose value will be used for evaluating the parameter set.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "EnableParameters": {
                                "type": "array",
                                "items": {
                                    "description": "Set of parameter names that should be made applicable when the parameter set condition is satisfied.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "minItems": 1,
                                "nullable": true
                            },
                            "Name": {
                                "description": "Name for the parameter set.  Limited to 64 alphanumeric characters (upper and lower case), and special characters '-' and '_'.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_-]{1,64}$",
                                "x-omitempty": true
                            },
                            "Value": {
                                "description": "The controlling parameter will be evaluated against this 'value'.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.PowerShellApi": {
                "title": "PowerShell API",
                "description": "This models a single PowerShell script execution that can be sent to a claimed PowerShell target.",
                "x-allOf-name": "workflow.PowerShellApi",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.Api"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.PowerShellApi', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.PowerShellApi"
                                ],
                                "default": "workflow.PowerShellApi",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.PowerShellApi"
                                ],
                                "default": "workflow.PowerShellApi",
                                "x-enum-as-string": true
                            },
                            "Depth": {
                                "description": "The response of a PowerShell script is an object, since PowerShell is an Object based language.\nEach object can contain multiple objects as properties, each of which in turn can contain multiple objects and so on and so forth.\nThe depth field specifies how many levels of contained objects are included in the JSON representation.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "OperationTimeout": {
                                "description": "The timeout in seconds for the execution of the script against the given endpoint.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "PowerShellResponseSpec": {
                                "description": "The grammar specification to parse the response and extract the required values.",
                                "nullable": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.PowerShellBatchApiExecutor.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.PowerShellBatchApiExecutor' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.PowerShellBatchApiExecutor' resources.",
                "x-one-of-name": "workflow.PowerShellBatchApiExecutor.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.PowerShellBatchApiExecutor.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.PowerShellBatchApiExecutor": {
                "title": "PowerShell Batch API",
                "description": "Intersight allows generic API tasks to be created by taking the API request\nbody and a response parser specification in the form of content.Grammar object.\nBatch API associates the list of API requests to be executed as part of single\ntask execution. Each API request takes the request body and a response parser\nspecification.",
                "x-allOf-name": "workflow.PowerShellBatchApiExecutor",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BatchExecutor"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.PowerShellBatchApiExecutor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.PowerShellBatchApiExecutor"
                                ],
                                "default": "workflow.PowerShellBatchApiExecutor",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.PowerShellBatchApiExecutor"
                                ],
                                "default": "workflow.PowerShellBatchApiExecutor",
                                "x-enum-as-string": true
                            },
                            "ErrorResponseHandler": {
                                "$ref": "#/components/schemas/workflow.ErrorResponseHandler.Relationship",
                                "description": "A reference to a workflowErrorResponseHandler resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "TaskDefinition": {
                                "$ref": "#/components/schemas/workflow.TaskDefinition.Relationship",
                                "description": "A reference to a workflowTaskDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.PowerShellBatchApiExecutor.List": {
                "title": "List of 'workflow.PowerShellBatchApiExecutor' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.PowerShellBatchApiExecutor' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.PowerShellBatchApiExecutor' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.PowerShellBatchApiExecutor"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.PrimitiveArrayItem": {
                "title": "Workflow:Primitive Array Item",
                "description": "PrimitiveArrayItem is used to create an array of primitive datatype. In order to create an array of strings, integers or float use PrimitiveArrayItem object type within the array.",
                "x-allOf-name": "workflow.PrimitiveArrayItem",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.ArrayItem"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.PrimitiveArrayItem', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.PrimitiveArrayItem"
                                ],
                                "default": "workflow.PrimitiveArrayItem",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.PrimitiveArrayItem"
                                ],
                                "default": "workflow.PrimitiveArrayItem",
                                "x-enum-as-string": true
                            },
                            "Properties": {
                                "description": "Captures an array item which is of primitive data type.",
                                "$ref": "#/components/schemas/workflow.PrimitiveDataProperty",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.PrimitiveDataProperty": {
                "title": "Workflow:Primitive Data Property",
                "description": "Capture all the properties for primitive data type.",
                "x-allOf-name": "workflow.PrimitiveDataProperty",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.PrimitiveDataProperty', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.PrimitiveDataProperty"
                                ],
                                "default": "workflow.PrimitiveDataProperty",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.PrimitiveDataProperty"
                                ],
                                "default": "workflow.PrimitiveDataProperty",
                                "x-enum-as-string": true
                            },
                            "Constraints": {
                                "description": "Constraints that must be applied to the parameter value supplied for this data type.",
                                "$ref": "#/components/schemas/workflow.Constraints",
                                "x-omitempty": true
                            },
                            "DataSourceSelector": {
                                "type": "array",
                                "items": {
                                    "description": "An alternative to inventorySelector. The workflow execution user interface shows parameters by evaluating the mapping information in the Selector to help with selecting inputs.",
                                    "$ref": "#/components/schemas/workflow.DataSourceSelector",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "InventorySelector": {
                                "type": "array",
                                "items": {
                                    "description": "List of Intersight managed object selectors. The workflow execution user interface show objects from inventory that are matching the selectors to help with selecting inputs.",
                                    "$ref": "#/components/schemas/workflow.MoReferenceProperty",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Secure": {
                                "description": "Intersight supports secure properties as task input/output. The values of\nthese properties are encrypted and stored in Intersight.\nThis flag marks the property to be secure when it is set to true.",
                                "type": "boolean",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "Specify the enum type for primitive data type.\n* `string` - Enum to specify a string data type.\n* `integer` - Enum to specify an integer32 data type.\n* `float` - Enum to specify a float64 data type.\n* `boolean` - Enum to specify a boolean data type.\n* `json` - Enum to specify a json data type.\n* `enum` - Enum to specify a enum data type which is a list of pre-defined strings.",
                                "type": "string",
                                "enum": [
                                    "string",
                                    "integer",
                                    "float",
                                    "boolean",
                                    "json",
                                    "enum"
                                ],
                                "default": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.PrimitiveDataType": {
                "title": "Workflow:Primitive Data Type",
                "description": "This data type is used to represent primitives like string, floats and integers.",
                "x-allOf-name": "workflow.PrimitiveDataType",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BaseDataType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.PrimitiveDataType', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.PrimitiveDataType"
                                ],
                                "default": "workflow.PrimitiveDataType",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.PrimitiveDataType"
                                ],
                                "default": "workflow.PrimitiveDataType",
                                "x-enum-as-string": true
                            },
                            "Properties": {
                                "description": "Primitive data type properties.",
                                "$ref": "#/components/schemas/workflow.PrimitiveDataProperty",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.Properties": {
                "title": "Workflow:Properties",
                "description": "Properties for the task definition like the inputs, outputs, timeout and retry policies. Tasks are the building blocks for workflows.",
                "x-allOf-name": "workflow.Properties",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.Properties', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.Properties"
                                ],
                                "default": "workflow.Properties",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.Properties"
                                ],
                                "default": "workflow.Properties",
                                "x-enum-as-string": true
                            },
                            "Cloneable": {
                                "description": "When set to false task is not cloneable. It is set to true only if task is of ApiTask type and it is not system defined.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ExternalMeta": {
                                "description": "When set to false the task definition can only be used by internal system workflows. When set to true then the task can be included in user defined workflows.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InputDefinition": {
                                "type": "array",
                                "items": {
                                    "description": "The schema expected for input parameters for this task.",
                                    "$ref": "#/components/schemas/workflow.BaseDataType",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "OutputDefinition": {
                                "type": "array",
                                "items": {
                                    "description": "The schema expected for output parameters for this task.",
                                    "$ref": "#/components/schemas/workflow.BaseDataType",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "RetryCount": {
                                "description": "The number of times a task should be tried before marking as failed.",
                                "type": "integer",
                                "format": "int64",
                                "default": 3,
                                "minimum": 0,
                                "maximum": 256,
                                "x-omitempty": true
                            },
                            "RetryDelay": {
                                "description": "The delay in seconds after which the the task is re-tried.",
                                "type": "integer",
                                "format": "int64",
                                "default": 60,
                                "minimum": 10,
                                "maximum": 86400,
                                "x-omitempty": true
                            },
                            "RetryPolicy": {
                                "description": "The retry policy for the task.\n* `Fixed` - The enum specifies the option as Fixed where the task retry happens after fixed time specified by RetryDelay.",
                                "type": "string",
                                "enum": [
                                    "Fixed"
                                ],
                                "default": "Fixed",
                                "x-omitempty": true
                            },
                            "StartsWorkflow": {
                                "description": "Set to true if the task implementation starts another workfow as part of the execution.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SupportStatus": {
                                "description": "Supported status of the definition.\n* `Supported` - The definition is a supported version and there will be no changes to the mandatory inputs or outputs.\n* `Beta` - The definition is a Beta version and this version can under go changes until the version is marked supported.\n* `Deprecated` - The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.",
                                "type": "string",
                                "enum": [
                                    "Supported",
                                    "Beta",
                                    "Deprecated"
                                ],
                                "default": "Supported",
                                "x-omitempty": true
                            },
                            "Timeout": {
                                "description": "The timeout value in seconds after which task will be marked as timed out. Max allowed value is 7 days.",
                                "type": "integer",
                                "format": "int64",
                                "default": 600,
                                "minimum": 10,
                                "maximum": 604800,
                                "x-omitempty": true
                            },
                            "TimeoutPolicy": {
                                "description": "The timeout policy for the task.\n* `Timeout` - The enum specifies the option as Timeout where task will be timed out after the specified time in Timeout property.\n* `Retry` - The enum specifies the option as Retry where task will be re-tried.",
                                "type": "string",
                                "enum": [
                                    "Timeout",
                                    "Retry"
                                ],
                                "default": "Timeout",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.ResourceInlineSelector": {
                "title": "Workflow:Resource Inline Selector",
                "description": "The resource selection inline conditions can be represented using InlineSelector.",
                "x-allOf-name": "workflow.ResourceInlineSelector",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.AbstractResourceSelector"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ResourceInlineSelector', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ResourceInlineSelector"
                                ],
                                "default": "workflow.ResourceInlineSelector",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ResourceInlineSelector"
                                ],
                                "default": "workflow.ResourceInlineSelector",
                                "x-enum-as-string": true
                            },
                            "Selector": {
                                "description": "The odata based filter URL to select the resources.",
                                "type": "string",
                                "pattern": "^$|/api/v1/.*",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.ResourceSelectorCriteria": {
                "title": "Workflow:Resource Selector Criteria",
                "description": "The resource selector holds one or more Resource Selection conditions and the runtime parameters.",
                "x-allOf-name": "workflow.ResourceSelectorCriteria",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.AbstractResourceSelector"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ResourceSelectorCriteria', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ResourceSelectorCriteria"
                                ],
                                "default": "workflow.ResourceSelectorCriteria",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ResourceSelectorCriteria"
                                ],
                                "default": "workflow.ResourceSelectorCriteria",
                                "x-enum-as-string": true
                            },
                            "Parameters": {
                                "description": "The runtime properties and the value can be stored in this property.",
                                "x-omitempty": true
                            },
                            "ResourceSelectionCriteria": {
                                "description": "Holds the resource selection criteria reference.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.ResultHandler": {
                "title": "Workflow:Result Handler",
                "description": "The task result handler service details. It will be executed once the workflow reaches terminal state.",
                "x-allOf-name": "workflow.ResultHandler",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    }
                ]
            },
            "workflow.RollbackTask": {
                "title": "Workflow:Rollback Task",
                "description": "Rollback task mapping information.",
                "x-allOf-name": "workflow.RollbackTask",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.RollbackTask', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.RollbackTask"
                                ],
                                "default": "workflow.RollbackTask",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.RollbackTask"
                                ],
                                "default": "workflow.RollbackTask",
                                "x-enum-as-string": true
                            },
                            "CatalogMoid": {
                                "description": "The catalog under which the task definition has been added.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Description of rollback task definition.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "InputParameters": {
                                "description": "Input parameters mapping for rollback task from the input or output of the main task definition.",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the task definition which is capable of doing rollback of this task.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "SkipCondition": {
                                "description": "The rollback task will not be executed if the given condition evaluates to \"true\".",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskMoid": {
                                "description": "The resolved referenced rollback task definition managed object.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "The version of the task definition.",
                                "type": "integer",
                                "format": "int64",
                                "default": 1,
                                "minimum": 1,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.RollbackWorkflow.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.RollbackWorkflow' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.RollbackWorkflow' resources.",
                "x-one-of-name": "workflow.RollbackWorkflow.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.RollbackWorkflow.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.RollbackWorkflow": {
                "title": "Workflow:Rollback Workflow",
                "description": "The RollbackWorkflow object addresses the management and execution of rollback operations within the workflow system. This provides a structured approach to reverting tasks and sub-workflows workflows, ensuring system stability and reliability.  \n#### Purpose  \nRollbackWorkflow is designed to manage rollback operations within workflows, ensuring controlled and secure recovery processes. It enables the reversal of tasks and sub-workflows to support error correction and system restoration. Additionally, it maintains the relationship between the primary workflow execution and its associated rollback workflows, providing structured management and oversight of rollback activities.\n#### Key Concepts  \n- **Eligible tasks:** Holds a list of task executions which are eligible for rollback. \n- **Rollback Strategies:** Implements strategies for rollback, when failure occurs. \n- **Status Monitoring:** Tracks the status of rollback operations, providing insights into execution progress and outcomes.",
                "x-allOf-name": "workflow.RollbackWorkflow",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.RollbackWorkflow', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.RollbackWorkflow"
                                ],
                                "default": "workflow.RollbackWorkflow",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.RollbackWorkflow"
                                ],
                                "default": "workflow.RollbackWorkflow",
                                "x-enum-as-string": true
                            },
                            "Action": {
                                "description": "The action of the rollback workflow such as Create and Start.\n* `None` - If no action is set, then the default value is set to none for the action field.\n* `Create` - Create rollback workflow data for the execution of the rollback workflow.\n* `Start` - Start a new execution of the rollback workflow.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Create",
                                    "Start"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "ContinueOnTaskFailure": {
                                "description": "When set to true, if a task in the workflow fails, the rollback workflow continues to the subsequent task. When set to false, the rollback workflow execution halts if a task fails.",
                                "type": "boolean",
                                "default": true,
                                "x-omitempty": true
                            },
                            "RollbackTasks": {
                                "type": "array",
                                "items": {
                                    "description": "List of taksinfo instances that are eligible for rollback as part of this rollback workflow execution.",
                                    "$ref": "#/components/schemas/workflow.RollbackWorkflowTask",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "SelectedTasks": {
                                "type": "array",
                                "items": {
                                    "description": "List of taksinfo instances that are submitted for rollback as part of this rollback workflow execution.",
                                    "$ref": "#/components/schemas/workflow.RollbackWorkflowTask",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Status": {
                                "description": "Status of the rollback workflow instance (Created, Running, Completed, Failed).\n* `None` - If no status is set, then the default value is set none for the status field.\n* `Created` - Status of the rollback workflow when it identifies the eligible tasks for rollback.\n* `Running` - Status of the rollback workflow when it is in-progress.\n* `Completed` - Status of the rollback workflow after execution is successful.\n* `Failed` - Status of the rollback workflow after execution results in failure.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Created",
                                    "Running",
                                    "Completed",
                                    "Failed"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PrimaryWorkflow": {
                                "$ref": "#/components/schemas/workflow.WorkflowInfo.Relationship",
                                "description": "A reference to a workflowWorkflowInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "RollbackWorkflows": {
                                "description": "An array of relationships to workflowWorkflowInfo resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.WorkflowInfo.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.RollbackWorkflow.List": {
                "title": "List of 'workflow.RollbackWorkflow' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.RollbackWorkflow' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.RollbackWorkflow' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.RollbackWorkflow"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.RollbackWorkflowTask": {
                "title": "Workflow:Rollback Workflow Task",
                "description": "Rollback workflow task information.",
                "x-allOf-name": "workflow.RollbackWorkflowTask",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.RollbackWorkflowTask', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.RollbackWorkflowTask"
                                ],
                                "default": "workflow.RollbackWorkflowTask",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.RollbackWorkflowTask"
                                ],
                                "default": "workflow.RollbackWorkflowTask",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "Description of the rollback task.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of TaskInfo that needs to be rolled back.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "RefName": {
                                "description": "Reference name of TaskInfo that need to be rolled back.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "RollbackCompleted": {
                                "description": "Status of the rollback operation for the task.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RollbackTaskName": {
                                "description": "Name of TaskInfo that performs the rollback operation.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Status of the rollback task. By default, task status will be not started. Task status will be set to completed on successful execution, otherwise it will be set to failed.\n* `NotStarted` - Status of rollback task when it is not started rollback.\n* `NotSupported` - Status of task when it is not supporting rollback.\n* `Completed` - Status of rollback task once execution is successful.\n* `Failed` - Status of rollback task when it is failed.\n* `Disabled` - Status of rollback task when rollback is disabled.",
                                "type": "string",
                                "enum": [
                                    "NotStarted",
                                    "NotSupported",
                                    "Completed",
                                    "Failed",
                                    "Disabled"
                                ],
                                "default": "NotStarted",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskInfoMoid": {
                                "description": "Moid of TaskInfo that supports rollback operation.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "TaskPath": {
                                "description": "Path of rollback task if it is inside sub-workflow.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.SelectorProperty": {
                "title": "Workflow:Selector Property",
                "description": "Selector properties to define HTTP method and 'body' in case of upsert (short for update or insert) operations. When requested resource (endpoint) does not exists, the user interface shows empty list.",
                "x-allOf-name": "workflow.SelectorProperty",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.SelectorProperty', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.SelectorProperty"
                                ],
                                "default": "workflow.SelectorProperty",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.SelectorProperty"
                                ],
                                "default": "workflow.SelectorProperty",
                                "x-enum-as-string": true
                            },
                            "Body": {
                                "description": "Content of the request body to send for POST request.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "Method": {
                                "description": "The HTTP method to be used.\n* `GET` - The HTTP GET method requests a representation of the specified resource.\n* `POST` - The HTTP POST method sends data to the server.",
                                "type": "string",
                                "enum": [
                                    "GET",
                                    "POST"
                                ],
                                "default": "GET",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.SequenceParams": {
                "title": "Workflow:Sequence Params",
                "description": "Parameters to capture information required to sequence the workflows.",
                "x-allOf-name": "workflow.SequenceParams",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    }
                ]
            },
            "workflow.SerialLoopTask": {
                "title": "Workflow:Serial Loop Task",
                "description": "A Serial Loop is a control task that runs one or more worker tasks multiple times based on a specified count or a given condition. Either count or condition must be provided, not both. When the loop is executed, based on count or condition, each iteration of task or a sequence of tasks inside loop run in serial. If any of the task fail then the entire loop will fail.",
                "x-allOf-name": "workflow.SerialLoopTask",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.AbstractLoopTask"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.SerialLoopTask', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.SerialLoopTask"
                                ],
                                "default": "workflow.SerialLoopTask",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.SerialLoopTask"
                                ],
                                "default": "workflow.SerialLoopTask",
                                "x-enum-as-string": true
                            },
                            "Condition": {
                                "description": "Condition expression which will be evaluated and when expression is true the tasks under loop will be executed.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemActionDefinition.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.ServiceItemActionDefinition' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.ServiceItemActionDefinition' resources.",
                "x-one-of-name": "workflow.ServiceItemActionDefinition.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.ServiceItemActionDefinition.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.ServiceItemActionDefinition.Relationship": {
                "description": "A relationship to the 'workflow.ServiceItemActionDefinition' resource, or the expanded 'workflow.ServiceItemActionDefinition' resource, or the 'null' value.",
                "x-one-of-name": "workflow.ServiceItemActionDefinition.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.ServiceItemActionDefinition"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.ServiceItemActionDefinition": {
                "title": "Workflow:Service Item Action Definition",
                "description": "Definition to capture the details needed to execute an action on the service item.",
                "x-allOf-name": "workflow.ServiceItemActionDefinition",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ServiceItemActionDefinition', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ServiceItemActionDefinition"
                                ],
                                "default": "workflow.ServiceItemActionDefinition",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ServiceItemActionDefinition"
                                ],
                                "default": "workflow.ServiceItemActionDefinition",
                                "x-enum-as-string": true
                            },
                            "ActionProperties": {
                                "description": "Action properties for the service item.",
                                "$ref": "#/components/schemas/workflow.ServiceItemActionProperties",
                                "x-omitempty": true
                            },
                            "ActionType": {
                                "description": "Type of actionDefinition which decides on how to trigger the action.\n* `External` - External actions definition can be triggered by enduser to perform actions on the service item. Once action is completed successfully (eg. create/deploy), user cannot re-trigger that action again.\n* `Internal` - Internal action definition is used to trigger periodic actions on the service item instance.\n* `Repetitive` - Repetitive action definition is an external action that can be triggered by enduser to perform repetitive actions (eg. Edit/Update/Perform health check) on the created service item.",
                                "type": "string",
                                "enum": [
                                    "External",
                                    "Internal",
                                    "Repetitive"
                                ],
                                "default": "External",
                                "x-omitempty": true
                            },
                            "AllowedInstanceStates": {
                                "type": "array",
                                "items": {
                                    "description": "The list of service item instance states on which this service item action can be performed.\n* `NotCreated` - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.\n* `InProgress` - An action is in progress and until that action has reached a final state, another action cannot be started.\n* `Failed` - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.\n* `Okay` - The last action on the service item instance completed and the service item instance is in Okay state.\n* `Decommissioned` - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.",
                                    "type": "string",
                                    "enum": [
                                        "NotCreated",
                                        "InProgress",
                                        "Failed",
                                        "Okay",
                                        "Decommissioned"
                                    ],
                                    "default": "NotCreated",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "AttributeParameters": {
                                "description": "The mappings from workflows in the action definition to the service item attribute definition. Any output from core or post-core workflow can be mapped to service item attribute definition. The attribute can be referred using the name of the workflow definition and the attribute name in the following format '${<ServiceItemActionWorkflowDefinition.Name>.output.<outputName>'.",
                                "x-omitempty": true
                            },
                            "CoreWorkflows": {
                                "type": "array",
                                "items": {
                                    "description": "Core workflow which executes the actual action.",
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionWorkflowDefinition",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Description": {
                                "description": "The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "InputDefinition": {
                                "type": "array",
                                "items": {
                                    "description": "Define the list of inputs that are needed for this action definition. These are the only inputs which can be passed to the workflows inorder to realize this action.",
                                    "$ref": "#/components/schemas/workflow.BaseDataType",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Label": {
                                "description": "A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]+[\\sa-zA-Z0-9_.:-]{1,92}$",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_.:-]{1,64}$",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Periodicity": {
                                "description": "Value in seconds to specify the periodicity of the workflows. A zero value indicate the workflow will not execute periodically. A non-zero value indicate, the workflow will be executed periodically with this periodicity.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 0,
                                "maximum": 604800,
                                "x-omitempty": true
                            },
                            "PostCoreWorkflows": {
                                "type": "array",
                                "items": {
                                    "description": "PostCore workflow which must be idempotent and can be run any of times without causing any sideeffects. This workflow will be run everytime after the core workflow is executed.",
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionWorkflowDefinition",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "PreCoreWorkflows": {
                                "type": "array",
                                "items": {
                                    "description": "PreCore workflow which must be idempotent and can be run any of times without causing any sideeffects. This workflow will be run everytime before the core workflow is executed.",
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionWorkflowDefinition",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "RestrictOnPrivateAppliance": {
                                "description": "The flag to indicate that action is restricted on a Private Virtual Appliance.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "StopWorkflows": {
                                "type": "array",
                                "items": {
                                    "description": "Stop workflows which must be idempotent and can be run any of times without causing any sideeffects. These workflows will be run when stop action is called.",
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionWorkflowDefinition",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "UserIdOrEmail": {
                                "description": "The user identifier who created or updated the service item action definition.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ValidationInformation": {
                                "description": "The current validation state and associated validation errors when state is invalid.",
                                "$ref": "#/components/schemas/workflow.ValidationInformation",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ValidationWorkflows": {
                                "type": "array",
                                "items": {
                                    "description": "Validation workflow which must be idempotent and can be run any of times without causing any sideeffects. This workflow will be run everytime before the core workflow is executed.",
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionWorkflowDefinition",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "AssociatedPrivilegeSets": {
                                "description": "An array of relationships to iamPrivilegeSet resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.PrivilegeSet.Relationship"
                                },
                                "nullable": true
                            },
                            "AssociatedRoles": {
                                "description": "An array of relationships to iamRole resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.Role.Relationship"
                                },
                                "nullable": true
                            },
                            "ServiceItemDefinition": {
                                "$ref": "#/components/schemas/workflow.ServiceItemDefinition.Relationship",
                                "description": "A reference to a workflowServiceItemDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "WorkflowDefinition": {
                                "$ref": "#/components/schemas/workflow.WorkflowDefinition.Relationship",
                                "description": "A reference to a workflowWorkflowDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemActionDefinition.List": {
                "title": "List of 'workflow.ServiceItemActionDefinition' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.ServiceItemActionDefinition' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.ServiceItemActionDefinition' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionDefinition"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemActionInstance.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.ServiceItemActionInstance' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.ServiceItemActionInstance' resources.",
                "x-one-of-name": "workflow.ServiceItemActionInstance.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.ServiceItemActionInstance.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.ServiceItemActionInstance.Relationship": {
                "description": "A relationship to the 'workflow.ServiceItemActionInstance' resource, or the expanded 'workflow.ServiceItemActionInstance' resource, or the 'null' value.",
                "x-one-of-name": "workflow.ServiceItemActionInstance.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.ServiceItemActionInstance"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.ServiceItemActionInstance": {
                "title": "Service item Action Instance",
                "description": "Service item action instance which represents one action on a service item instance.",
                "x-allOf-name": "workflow.ServiceItemActionInstance",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ServiceItemActionInstance', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ServiceItemActionInstance"
                                ],
                                "default": "workflow.ServiceItemActionInstance",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ServiceItemActionInstance"
                                ],
                                "default": "workflow.ServiceItemActionInstance",
                                "x-enum-as-string": true
                            },
                            "Action": {
                                "description": "Name of the action that needs to be performed on the service item instance.\n* `None` - No action is set, this is the default value for action field.\n* `Validate` - Validate the action instance inputs and run the validation workflows.\n* `Start` - Start a new execution of the action instance.\n* `Rerun` - Rerun the service item action instance from the beginning.\n* `Retry` - Retry the workflow that has failed from the failure point.\n* `Cancel` - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.\n* `Stop` - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Validate",
                                    "Start",
                                    "Rerun",
                                    "Retry",
                                    "Cancel",
                                    "Stop"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "EndTime": {
                                "description": "The time when the action was stopped or completed execution last time.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Input": {
                                "description": "Inputs for a service item action and the format is specified by input definition of the service item action definition.",
                                "x-omitempty": true
                            },
                            "LastAction": {
                                "description": "The last action that was issued on the action definition workflows is saved in this property.\n* `None` - No action is set, this is the default value for action field.\n* `Validate` - Validate the action instance inputs and run the validation workflows.\n* `Start` - Start a new execution of the action instance.\n* `Rerun` - Rerun the service item action instance from the beginning.\n* `Retry` - Retry the workflow that has failed from the failure point.\n* `Cancel` - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.\n* `Stop` - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Validate",
                                    "Start",
                                    "Rerun",
                                    "Retry",
                                    "Cancel",
                                    "Stop"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Messages": {
                                "type": "array",
                                "items": {
                                    "description": "Captures log messages for the action triggered on the service item instance. Log messages related to the entire lifecycle of the action is captured. When the action is failing and it was stopped, then the logs related to stopping the action are also captured here.",
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/serviceitem.Message",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Name": {
                                "description": "Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ResourcelifecycleStatus": {
                                "description": "Lifecycle state of service item instance.\n* `Creating` - The service item is not yet created and creation action is in progress.\n* `Created` - The service item is created.\n* `Decommissioning` - The service item is not yet decommissioned and decommission action is in progress.\n* `Decommissioned` - The service item is decommisioned.\n* `Deleting` - The service item is not yet deleted and deletion action is in progress.\n* `Deleted` - The service item is deleted.\n* `Failed` - The service item action is failed to perform the operation.",
                                "type": "string",
                                "enum": [
                                    "Creating",
                                    "Created",
                                    "Decommissioning",
                                    "Decommissioned",
                                    "Deleting",
                                    "Deleted",
                                    "Failed"
                                ],
                                "default": "Creating",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SelectionCriteriaInputs": {
                                "type": "array",
                                "items": {
                                    "description": "Captures the policy input, value and filter conditions which is used for extracting the value.",
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/serviceitem.SelectionCriteriaInput",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ServiceRequestInput": {
                                "description": "Inputs for a service item action from catalog service request and the format is specified by input definition of the catalog item definition.",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StartTime": {
                                "description": "The time when the action was started for execution last time.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "State of the service item action instance.\n* `NotStarted` - An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.\n* `Validating` - A validate action has been triggered on the action and until it completes the start action cannot be issued.\n* `InProgress` - An action is in progress and until that action has reached a final state, another action cannot be started.\n* `Failed` - The action on the service item instance failed and can be retried.\n* `Completed` - The action on the service item instance completed successfully.\n* `Stopping` - The stop action is running on the action instance.\n* `Stopped` - The action on the service item instance has stopped.",
                                "type": "string",
                                "enum": [
                                    "NotStarted",
                                    "Validating",
                                    "InProgress",
                                    "Failed",
                                    "Completed",
                                    "Stopping",
                                    "Stopped"
                                ],
                                "default": "NotStarted",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserIdOrEmail": {
                                "description": "The user identifier who invoked the request to create the service item instance.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ActionWorkflowInfo": {
                                "$ref": "#/components/schemas/workflow.WorkflowInfo.Relationship",
                                "description": "A reference to a workflowWorkflowInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "CatalogServiceRequest": {
                                "description": "An array of relationships to workflowCatalogServiceRequest resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.CatalogServiceRequest.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Idp": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.Idp.Relationship",
                                "description": "A reference to a iamIdp resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "IdpReference": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.IdpReference.Relationship",
                                "description": "A reference to a iamIdpReference resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "ServiceItemActionDefinition": {
                                "$ref": "#/components/schemas/workflow.ServiceItemActionDefinition.Relationship",
                                "description": "A reference to a workflowServiceItemActionDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "ServiceItemDefinition": {
                                "$ref": "#/components/schemas/workflow.ServiceItemDefinition.Relationship",
                                "description": "A reference to a workflowServiceItemDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ServiceItemInstance": {
                                "$ref": "#/components/schemas/workflow.ServiceItemInstance.Relationship",
                                "description": "A reference to a workflowServiceItemInstance resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "StopWorkflowInfo": {
                                "$ref": "#/components/schemas/workflow.WorkflowInfo.Relationship",
                                "description": "A reference to a workflowWorkflowInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "User": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.User.Relationship",
                                "description": "A reference to a iamUser resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "ValidationWorkflowInfo": {
                                "$ref": "#/components/schemas/workflow.WorkflowInfo.Relationship",
                                "description": "A reference to a workflowWorkflowInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemActionInstance.List": {
                "title": "List of 'workflow.ServiceItemActionInstance' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.ServiceItemActionInstance' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.ServiceItemActionInstance' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionInstance"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemActionProperties": {
                "title": "Workflow:Service Item Action Properties",
                "description": "Definition to capture the action properties which will be used in the action of service item.",
                "x-allOf-name": "workflow.ServiceItemActionProperties",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ServiceItemActionProperties', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ServiceItemActionProperties"
                                ],
                                "default": "workflow.ServiceItemActionProperties",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ServiceItemActionProperties"
                                ],
                                "default": "workflow.ServiceItemActionProperties",
                                "x-enum-as-string": true
                            },
                            "OperationType": {
                                "description": "Type of action operation to be executed on the service item.\n* `PostDeployment` - This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.\n* `Deployment` - This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.\n* `Decommission` - This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.\n* `Migration` - This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.",
                                "type": "string",
                                "enum": [
                                    "PostDeployment",
                                    "Deployment",
                                    "Decommission",
                                    "Migration"
                                ],
                                "default": "PostDeployment",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Properties": {
                                "description": "The properties of the action. The actual structure of properties can vary based on the operationType.",
                                "$ref": "#/components/schemas/workflow.BaseServiceItemActionProperty",
                                "x-omitempty": true
                            },
                            "StopOnFailure": {
                                "description": "When true, the action on the service item will be stopped when it reaches a failure by either calling the configured stop workflow or by calling the rollback workflow. By default value is set to true.",
                                "type": "boolean",
                                "default": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemActionWorkflowDefinition": {
                "title": "Workflow:Service Item Action Workflow Definition",
                "description": "Definition to capture the workflow definition which will be used in the action of a service item definition.",
                "x-allOf-name": "workflow.ServiceItemActionWorkflowDefinition",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ServiceItemActionWorkflowDefinition', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ServiceItemActionWorkflowDefinition"
                                ],
                                "default": "workflow.ServiceItemActionWorkflowDefinition",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ServiceItemActionWorkflowDefinition"
                                ],
                                "default": "workflow.ServiceItemActionWorkflowDefinition",
                                "x-enum-as-string": true
                            },
                            "CatalogMoid": {
                                "description": "Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "The description of this workflow instance.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "InputParameters": {
                                "description": "Capture the mapping of ActionDefinition inputDefinition to workflow definition.",
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "A user defined label identifier of the workflow used for UI display.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_:-]{1,64}$",
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "WorkflowDefinition": {
                                "description": "The moid of the workflow definition.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "WorkflowDefinitionName": {
                                "description": "The qualified name of workflow that should be executed.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemAttribute.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.ServiceItemAttribute' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.ServiceItemAttribute' resources.",
                "x-one-of-name": "workflow.ServiceItemAttribute.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.ServiceItemAttribute.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.ServiceItemAttribute": {
                "title": "Service Item Attribute",
                "description": "Service item attribute which represents all the artifacts created or related to this service item instance.",
                "x-allOf-name": "workflow.ServiceItemAttribute",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ServiceItemAttribute', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ServiceItemAttribute"
                                ],
                                "default": "workflow.ServiceItemAttribute",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ServiceItemAttribute"
                                ],
                                "default": "workflow.ServiceItemAttribute",
                                "x-enum-as-string": true
                            },
                            "Attribute": {
                                "description": "Service item attribute for a service item instance and the format is specified by attribute definition of the service item definition.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "Datatype": {
                                "description": "Datatype, if any, backing the service item attribute definition.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Attribute name which is used in the attribute definition of the service item.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "Type of the service item attribute.\n* `None` - Default value if the service item attribute does not belong to any of the existing types.\n* `Configuration` - The service item attribute is a configuration from the designer or the end user.\n* `Inventory` - The service item attribute captures the inventory of the resource created by the service item deployment.\n* `Health` - The service item attribute describes the health of the resource created by the service item deployment.\n* `Output` - The service item attribute captures the artifact generated after performing an action on the service item.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Configuration",
                                    "Inventory",
                                    "Health",
                                    "Output"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ServiceItemDefinition": {
                                "$ref": "#/components/schemas/workflow.ServiceItemDefinition.Relationship",
                                "description": "A reference to a workflowServiceItemDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "ServiceItemInstance": {
                                "$ref": "#/components/schemas/workflow.ServiceItemInstance.Relationship",
                                "description": "A reference to a workflowServiceItemInstance resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemAttribute.List": {
                "title": "List of 'workflow.ServiceItemAttribute' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.ServiceItemAttribute' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.ServiceItemAttribute' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemAttribute"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemDefinition.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.ServiceItemDefinition' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.ServiceItemDefinition' resources.",
                "x-one-of-name": "workflow.ServiceItemDefinition.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.ServiceItemDefinition.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.ServiceItemDefinition.Relationship": {
                "description": "A relationship to the 'workflow.ServiceItemDefinition' resource, or the expanded 'workflow.ServiceItemDefinition' resource, or the 'null' value.",
                "x-one-of-name": "workflow.ServiceItemDefinition.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.ServiceItemDefinition"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.ServiceItemDefinition": {
                "title": "Service Item Definition",
                "description": "Service Item definition is a collection of actions and associated workflow definition that can be used to deploy a service item.",
                "x-allOf-name": "workflow.ServiceItemDefinition",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ServiceItemDefinition', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ServiceItemDefinition"
                                ],
                                "default": "workflow.ServiceItemDefinition",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ServiceItemDefinition"
                                ],
                                "default": "workflow.ServiceItemDefinition",
                                "x-enum-as-string": true
                            },
                            "AllowMultipleServiceItemInstances": {
                                "description": "Service item definition can declare that only one instance can be allowed within the customer account.",
                                "type": "boolean",
                                "default": true,
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "AttributeDefinition": {
                                "type": "array",
                                "items": {
                                    "description": "Define the list of service item artifacts that are either created or used in this service item.",
                                    "$ref": "#/components/schemas/workflow.BaseDataType",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "CreateUser": {
                                "description": "The user identifier who created or cloned the service item definition.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CvdId": {
                                "description": "The Cisco Validated Design (CVD) Identifier that this service item provides.",
                                "type": "string",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "DefaultVersion": {
                                "description": "The flag to indicate that this is the default version of the service item.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "DeleteInstanceOnDecommission": {
                                "description": "The flag to indicate that service item instance will be deleted after the completion of decommission action.",
                                "type": "boolean",
                                "default": false,
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "A user friendly short name to identify the service item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]+[\\sa-zA-Z0-9_.:-]{1,92}$",
                                "x-omitempty": true
                            },
                            "LicenseEntitlement": {
                                "description": "License entitlement required to run this service item.\n* `Base` - Base as a License type. It is default license type.\n* `Essential` - Essential as a License type.\n* `Standard` - Standard as a License type.\n* `Advantage` - Advantage as a License type.\n* `Premier` - Premier as a License type.\n* `IWO-Essential` - IWO-Essential as a License type.\n* `IWO-Advantage` - IWO-Advantage as a License type.\n* `IWO-Premier` - IWO-Premier as a License type.\n* `IKS-Advantage` - IKS-Advantage as a License type.\n* `INC-Premier-1GFixed` - Premier 1G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-10GFixed` - Premier 10G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-100GFixed` - Premier 100G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-Mod4Slot` - Premier Modular 4 slot license tier for Intersight Nexus Cloud.\n* `INC-Premier-Mod8Slot` - Premier Modular 8 slot license tier for Intersight Nexus Cloud.\n* `INC-Premier-D2OpsFixed` - Premier D2Ops fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-D2OpsMod` - Premier D2Ops modular license tier for Intersight Nexus Cloud.\n* `INC-Premier-CentralizedMod8Slot` - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.\n* `INC-Premier-DistributedMod8Slot` - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.\n* `ERP-Advantage` - Advantage license tier for ERP workflows.\n* `IntersightTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.\n* `IWOTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.\n* `IKSTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.\n* `INCTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.",
                                "type": "string",
                                "enum": [
                                    "Base",
                                    "Essential",
                                    "Standard",
                                    "Advantage",
                                    "Premier",
                                    "IWO-Essential",
                                    "IWO-Advantage",
                                    "IWO-Premier",
                                    "IKS-Advantage",
                                    "INC-Premier-1GFixed",
                                    "INC-Premier-10GFixed",
                                    "INC-Premier-100GFixed",
                                    "INC-Premier-Mod4Slot",
                                    "INC-Premier-Mod8Slot",
                                    "INC-Premier-D2OpsFixed",
                                    "INC-Premier-D2OpsMod",
                                    "INC-Premier-CentralizedMod8Slot",
                                    "INC-Premier-DistributedMod8Slot",
                                    "ERP-Advantage",
                                    "IntersightTrial",
                                    "IWOTrial",
                                    "IKSTrial",
                                    "INCTrial"
                                ],
                                "default": "Base",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ModUser": {
                                "description": "The user identifier who last updated the service item definition.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name for this service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_.:-]{1,64}$",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "PublishStatus": {
                                "description": "The publish status of service item (Draft, Published, Archived).\n* `Draft` - The enum specifies the option as Draft which means the meta definition is being designed and tested.\n* `Published` - The enum specifies the option as Published which means the meta definition is ready for consumption.\n* `Archived` - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.",
                                "type": "string",
                                "enum": [
                                    "Draft",
                                    "Published",
                                    "Archived"
                                ],
                                "default": "Draft",
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "State of service item considering the state of underlying service item actions definitions.\n* `Okay` - Deployment and other post-deployment actions are in valid state.\n* `Critical` - Deployment action is not in valid state.\n* `Warning` - Deployment action is in valid state, and one or more post-deployment actions are not in valid state.",
                                "type": "string",
                                "enum": [
                                    "Okay",
                                    "Critical",
                                    "Warning"
                                ],
                                "default": "Okay",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SupportStatus": {
                                "description": "The service item can be marked as deprecated, supported or beta, the support status indicates that. When a new service item is introduced, it can be marked beta to indicate this is experimental and later moved to Supported status. When Service item is deprecated, it cannot be instantiated and used for a Catalog Item design.\n* `Supported` - The definition is a supported version and there will be no changes to the mandatory inputs or outputs.\n* `Beta` - The definition is a Beta version and this version can under go changes until the version is marked supported.\n* `Deprecated` - The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.",
                                "type": "string",
                                "enum": [
                                    "Supported",
                                    "Beta",
                                    "Deprecated"
                                ],
                                "default": "Supported",
                                "x-omitempty": true
                            },
                            "UserIdOrEmail": {
                                "description": "This attribute is deprecated and replaced by createUser and modUser.",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ValidationInformation": {
                                "description": "The current validation state and associated validation errors when state is invalid.",
                                "$ref": "#/components/schemas/workflow.ValidationInformation",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "The version of the service item to support multiple versions.",
                                "type": "integer",
                                "format": "int64",
                                "default": 1,
                                "minimum": 1,
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "ActionDefinitions": {
                                "description": "An array of relationships to workflowServiceItemActionDefinition resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionDefinition.Relationship"
                                },
                                "nullable": true,
                                "x-createOnly": true
                            },
                            "Catalog": {
                                "$ref": "#/components/schemas/workflow.Catalog.Relationship",
                                "description": "A reference to a workflowCatalog resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemDefinition.List": {
                "title": "List of 'workflow.ServiceItemDefinition' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.ServiceItemDefinition' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.ServiceItemDefinition' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemDefinition"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemHealthCheckDefinition.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.ServiceItemHealthCheckDefinition' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.ServiceItemHealthCheckDefinition' resources.",
                "x-one-of-name": "workflow.ServiceItemHealthCheckDefinition.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.ServiceItemHealthCheckDefinition.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.ServiceItemHealthCheckDefinition.Relationship": {
                "description": "A relationship to the 'workflow.ServiceItemHealthCheckDefinition' resource, or the expanded 'workflow.ServiceItemHealthCheckDefinition' resource, or the 'null' value.",
                "x-one-of-name": "workflow.ServiceItemHealthCheckDefinition.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.ServiceItemHealthCheckDefinition"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.ServiceItemHealthCheckDefinition": {
                "title": "Workflow:Service Item Health Check Definition",
                "description": "Service item health check definition metadata.",
                "x-allOf-name": "workflow.ServiceItemHealthCheckDefinition",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ServiceItemHealthCheckDefinition', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ServiceItemHealthCheckDefinition"
                                ],
                                "default": "workflow.ServiceItemHealthCheckDefinition",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ServiceItemHealthCheckDefinition"
                                ],
                                "default": "workflow.ServiceItemHealthCheckDefinition",
                                "x-enum-as-string": true
                            },
                            "Category": {
                                "description": "Category that the health check belongs to.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "CommonCauseAndResolution": {
                                "description": "Static information detailing the common cause for the health check failure.\nIt also gives possible remediation actions that can be taken to remedy the health check failure.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Description of the health check definition.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ExecutionMode": {
                                "description": "Execution mode of the health check on service item.\n* `OnDemand` - Execute the health check on-demand.\n* `Periodic` - Execute the health check on a periodic basis.",
                                "type": "string",
                                "enum": [
                                    "OnDemand",
                                    "Periodic"
                                ],
                                "default": "OnDemand",
                                "x-omitempty": true
                            },
                            "HealthCheckWorkflow": {
                                "description": "Workflow that is associated with this health check definition. This workflow will be run on execution of the respective health check definition.",
                                "$ref": "#/components/schemas/workflow.ServiceItemActionWorkflowDefinition",
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "Label for the health check definition that is displayed on UI.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the health check definition.",
                                "type": "string",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "ServiceItemDefinition": {
                                "$ref": "#/components/schemas/workflow.ServiceItemDefinition.Relationship",
                                "description": "A reference to a workflowServiceItemDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemHealthCheckDefinition.List": {
                "title": "List of 'workflow.ServiceItemHealthCheckDefinition' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.ServiceItemHealthCheckDefinition' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.ServiceItemHealthCheckDefinition' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemHealthCheckDefinition"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemHealthCheckExecution.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.ServiceItemHealthCheckExecution' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.ServiceItemHealthCheckExecution' resources.",
                "x-one-of-name": "workflow.ServiceItemHealthCheckExecution.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.ServiceItemHealthCheckExecution.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.ServiceItemHealthCheckExecution": {
                "title": "Workflow:Service Item Health Check Execution",
                "description": "Health check execution result for a health check definition on a service item.",
                "x-allOf-name": "workflow.ServiceItemHealthCheckExecution",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ServiceItemHealthCheckExecution', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ServiceItemHealthCheckExecution"
                                ],
                                "default": "workflow.ServiceItemHealthCheckExecution",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ServiceItemHealthCheckExecution"
                                ],
                                "default": "workflow.ServiceItemHealthCheckExecution",
                                "x-enum-as-string": true
                            },
                            "ErrorElements": {
                                "type": "array",
                                "items": {
                                    "description": "Array of service item elements for which health check execution has failed.",
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/serviceitem.HealthCheckErrorElement",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ErrorSummary": {
                                "description": "Error summary of a health check execution failure.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastPassedTimestamp": {
                                "description": "Timestamp of the last passed health check execution.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Result": {
                                "description": "Health check execution result.\n* `Unknown` - Indicates that the health check results could not be determined.\n* `Pass` - Indicates that the health check has passed.\n* `Fail` - Indicates that the health check has failed.\n* `Warning` - Indicates that the health check completed with a warning.\n* `NotApplicable` - Indicates that the health check is either unsupported, or not applicable for the service item.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Pass",
                                    "Fail",
                                    "Warning",
                                    "NotApplicable"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Summary": {
                                "description": "A brief summary of health check execution result.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "WorkflowStatus": {
                                "description": "Status of the workflow that is executed as a part of health check execution.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HealthCheckDefinition": {
                                "$ref": "#/components/schemas/workflow.ServiceItemHealthCheckDefinition.Relationship",
                                "description": "A reference to a workflowServiceItemHealthCheckDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ServiceItemInstance": {
                                "$ref": "#/components/schemas/workflow.ServiceItemInstance.Relationship",
                                "description": "A reference to a workflowServiceItemInstance resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "WorkflowInfo": {
                                "$ref": "#/components/schemas/workflow.WorkflowInfo.Relationship",
                                "description": "A reference to a workflowWorkflowInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemHealthCheckExecution.List": {
                "title": "List of 'workflow.ServiceItemHealthCheckExecution' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.ServiceItemHealthCheckExecution' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.ServiceItemHealthCheckExecution' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemHealthCheckExecution"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemInputDefinitionType": {
                "title": "Workflow:Service Item Input Definition Type",
                "description": "Definition to capture the inputs for a service items included inside a catalog. It captures the input definition and the associated input parameter mappings for the service items.",
                "x-allOf-name": "workflow.ServiceItemInputDefinitionType",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ServiceItemInputDefinitionType', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ServiceItemInputDefinitionType"
                                ],
                                "default": "workflow.ServiceItemInputDefinitionType",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ServiceItemInputDefinitionType"
                                ],
                                "default": "workflow.ServiceItemInputDefinitionType",
                                "x-enum-as-string": true
                            },
                            "ActionName": {
                                "description": "The name of the service item action.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InputDefinition": {
                                "type": "array",
                                "items": {
                                    "description": "Input which are propagated from service item and mapped to either static or policy or enduser.",
                                    "$ref": "#/components/schemas/workflow.BaseDataType",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "InputParameters": {
                                "description": "Capture the mapping of service item ActionDefinition inputDefinition to catalog service request.",
                                "x-omitempty": true
                            },
                            "OperationType": {
                                "description": "Type of action operation to be executed on the service item.\n* `PostDeployment` - This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.\n* `Deployment` - This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.\n* `Decommission` - This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.\n* `Migration` - This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.",
                                "type": "string",
                                "enum": [
                                    "PostDeployment",
                                    "Deployment",
                                    "Decommission",
                                    "Migration"
                                ],
                                "default": "PostDeployment",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ServiceItemActionDefinition": {
                                "description": "Specify the service item action for which input definition is associated.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                "x-createOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemInstance.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.ServiceItemInstance' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.ServiceItemInstance' resources.",
                "x-one-of-name": "workflow.ServiceItemInstance.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.ServiceItemInstance.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.ServiceItemInstance.Relationship": {
                "description": "A relationship to the 'workflow.ServiceItemInstance' resource, or the expanded 'workflow.ServiceItemInstance' resource, or the 'null' value.",
                "x-one-of-name": "workflow.ServiceItemInstance.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.ServiceItemInstance"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.ServiceItemInstance": {
                "title": "Service item Instance",
                "description": "Service item instance is one instance of a service item based on a service item definition.",
                "x-allOf-name": "workflow.ServiceItemInstance",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ServiceItemInstance', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ServiceItemInstance"
                                ],
                                "default": "workflow.ServiceItemInstance",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ServiceItemInstance"
                                ],
                                "default": "workflow.ServiceItemInstance",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "The description for this service item instance.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "A user friendly short name to identify the resource. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).",
                                "type": "string",
                                "pattern": "^$|^[a-zA-Z0-9]+[\\sa-zA-Z0-9_.:-]{1,92}$",
                                "x-omitempty": true
                            },
                            "LastStatus": {
                                "description": "Last status of the service item instance which will be reverted when an ongoing service item action instance is aborted.\n* `NotCreated` - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.\n* `InProgress` - An action is in progress and until that action has reached a final state, another action cannot be started.\n* `Failed` - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.\n* `Okay` - The last action on the service item instance completed and the service item instance is in Okay state.\n* `Decommissioned` - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.",
                                "type": "string",
                                "enum": [
                                    "NotCreated",
                                    "InProgress",
                                    "Failed",
                                    "Okay",
                                    "Decommissioned"
                                ],
                                "default": "NotCreated",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MigrationHistory": {
                                "type": "array",
                                "items": {
                                    "description": "History of version migration.",
                                    "$ref": "#/components/schemas/workflow.MigrationHistory",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Name": {
                                "description": "A name of the service item instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]+[\\sa-zA-Z0-9_.:-]{1,92}$",
                                "x-omitempty": true
                            },
                            "ResourcelifecycleStatus": {
                                "description": "Lifecycle state of service item instance.\n* `Creating` - The service item is not yet created and creation action is in progress.\n* `Created` - The service item is created.\n* `Decommissioning` - The service item is not yet decommissioned and decommission action is in progress.\n* `Decommissioned` - The service item is decommisioned.\n* `Deleting` - The service item is not yet deleted and deletion action is in progress.\n* `Deleted` - The service item is deleted.\n* `Failed` - The service item action is failed to perform the operation.",
                                "type": "string",
                                "enum": [
                                    "Creating",
                                    "Created",
                                    "Decommissioning",
                                    "Decommissioned",
                                    "Deleting",
                                    "Deleted",
                                    "Failed"
                                ],
                                "default": "Creating",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Status of the service item instance which controls the actions that can be performed on this instance.\n* `NotCreated` - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.\n* `InProgress` - An action is in progress and until that action has reached a final state, another action cannot be started.\n* `Failed` - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.\n* `Okay` - The last action on the service item instance completed and the service item instance is in Okay state.\n* `Decommissioned` - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.",
                                "type": "string",
                                "enum": [
                                    "NotCreated",
                                    "InProgress",
                                    "Failed",
                                    "Okay",
                                    "Decommissioned"
                                ],
                                "default": "NotCreated",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserIdOrEmail": {
                                "description": "The user identifier which indicates the user that started this workflow.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CatalogServiceRequest": {
                                "description": "An array of relationships to workflowCatalogServiceRequest resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.CatalogServiceRequest.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Idp": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.Idp.Relationship",
                                "description": "A reference to a iamIdp resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "IdpReference": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.IdpReference.Relationship",
                                "description": "A reference to a iamIdpReference resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "Organization": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship",
                                "description": "A reference to a organizationOrganization resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "ServiceItemDefinition": {
                                "$ref": "#/components/schemas/workflow.ServiceItemDefinition.Relationship",
                                "description": "A reference to a workflowServiceItemDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "User": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.User.Relationship",
                                "description": "A reference to a iamUser resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemInstance.List": {
                "title": "List of 'workflow.ServiceItemInstance' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.ServiceItemInstance' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.ServiceItemInstance' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemInstance"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemOutput.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.ServiceItemOutput' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.ServiceItemOutput' resources.",
                "x-one-of-name": "workflow.ServiceItemOutput.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.ServiceItemOutput.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.ServiceItemOutput": {
                "title": "Service Item Output",
                "description": "Service item output which represents all the artifacts created or related to this service item instance.",
                "x-allOf-name": "workflow.ServiceItemOutput",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ServiceItemOutput', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ServiceItemOutput"
                                ],
                                "default": "workflow.ServiceItemOutput",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ServiceItemOutput"
                                ],
                                "default": "workflow.ServiceItemOutput",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "Output name which is used in the output definition of the service item.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Output": {
                                "description": "Service item output for a service item instance and the format is specified by output definition of the service item definition.",
                                "x-omitempty": true
                            },
                            "ServiceItemInstance": {
                                "$ref": "#/components/schemas/workflow.ServiceItemInstance.Relationship",
                                "description": "A reference to a workflowServiceItemInstance resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemOutput.List": {
                "title": "List of 'workflow.ServiceItemOutput' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.ServiceItemOutput' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.ServiceItemOutput' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemOutput"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemType": {
                "title": "Workflow:Service Item Type",
                "description": "Definition to capture the service items associated with the catalog.",
                "x-allOf-name": "workflow.ServiceItemType",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ServiceItemType', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ServiceItemType"
                                ],
                                "default": "workflow.ServiceItemType",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ServiceItemType"
                                ],
                                "default": "workflow.ServiceItemType",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "The description of this service item.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the service item as defined by the user.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]+[\\sa-zA-Z0-9_.:-]{1,92}$",
                                "x-omitempty": true
                            },
                            "ServiceItemDefinition": {
                                "description": "Specify the service items that are associated with the catalog item.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                "x-omitempty": true
                            },
                            "ServiceItemInputDefinition": {
                                "type": "array",
                                "items": {
                                    "description": "Inputs which are propagated from service item for individual actions.",
                                    "$ref": "#/components/schemas/workflow.ServiceItemInputDefinitionType",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.SshBatchExecutor.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.SshBatchExecutor' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.SshBatchExecutor' resources.",
                "x-one-of-name": "workflow.SshBatchExecutor.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.SshBatchExecutor.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.SshBatchExecutor": {
                "title": "SSH Batch Executor",
                "description": "The SshBatchExecutor object is a core component of Intersight\u2019s workflow system, specialized in handling the batch execution of SSH commands. It is designed to execute a sequence of SSH requests as part of a single task, improving automation and efficiency in remote command execution.\n#### Purpose\nThe SshBatchExecutor simplifies the execution of SSH commands by grouping them into batches, enabling streamlined and secure operations across remote systems.\n#### Key Concepts\n- **Batch Execution:** Supports executing multiple SSH commands in a single batch to optimize workflow efficiency.\n- **SSH Session:** Establishes an SSH session from an Intersight-connected endpoint to a remote server, allowing multiple SSH operations to be executed sequentially over the same session.\n- **File Transfer:** Supports transferring files from an Intersight-connected device to a remote server.",
                "x-allOf-name": "workflow.SshBatchExecutor",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BatchExecutor"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.SshBatchExecutor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.SshBatchExecutor"
                                ],
                                "default": "workflow.SshBatchExecutor",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.SshBatchExecutor"
                                ],
                                "default": "workflow.SshBatchExecutor",
                                "x-enum-as-string": true
                            },
                            "TaskDefinition": {
                                "$ref": "#/components/schemas/workflow.TaskDefinition.Relationship",
                                "description": "A reference to a workflowTaskDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.SshBatchExecutor.List": {
                "title": "List of 'workflow.SshBatchExecutor' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.SshBatchExecutor' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.SshBatchExecutor' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.SshBatchExecutor"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.SshCmd": {
                "title": "SSH Command",
                "description": "SSH command to execute on the remote server.",
                "x-allOf-name": "workflow.SshCmd",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/connector.BaseMessage"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.SshCmd', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.SshCmd"
                                ],
                                "default": "workflow.SshCmd",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.SshCmd"
                                ],
                                "default": "workflow.SshCmd",
                                "x-enum-as-string": true
                            },
                            "Command": {
                                "description": "SSH command to execute on the remote server.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "CommandType": {
                                "description": "SSH command type to execute on the remote server.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ExpectPrompts": {
                                "description": "SSH prompts required as part of command execution. It is a collection of ExpectPrompt complex type.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "ShellPrompt": {
                                "description": "Regex of the remote server's shell prompt.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ShellPromptTimeout": {
                                "description": "Expect timeout value in seconds for the shell prompt.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.SshConfig": {
                "title": "SSH Configuration",
                "description": "Carries the SSH session details for opening a new connection.",
                "x-allOf-name": "workflow.SshConfig",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/connector.BaseMessage"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.SshConfig', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.SshConfig"
                                ],
                                "default": "workflow.SshConfig",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.SshConfig"
                                ],
                                "default": "workflow.SshConfig",
                                "x-enum-as-string": true
                            },
                            "IsPassphraseSet": {
                                "description": "Indicates whether the value of the 'passphrase' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsPasswordSet": {
                                "description": "Indicates whether the value of the 'password' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsPrivateKeySet": {
                                "description": "Indicates whether the value of the 'privateKey' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Passphrase": {
                                "description": "Optional passphrase if provided while creating the private key.",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "Password": {
                                "description": "Password to use in the SSH connection credentials (If empty, private key will be used).",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "PrivateKey": {
                                "description": "PEM encoded private key to be used in the SSH connection credentials (Optional if password is given).",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "Target": {
                                "description": "The remote server to connect to. IPv4 address represented in dot decimal notation or hostname can be\nspecified.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "User": {
                                "description": "Username for the remote SSH connection.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.SshSession": {
                "title": "SSH Session",
                "description": "This models a single SSH session from Intersight connected endpoint to a remote\nserver. Multiple SSH operations can be run sequentially over a single SSH session.",
                "x-allOf-name": "workflow.SshSession",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.Api"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.SshSession', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.SshSession"
                                ],
                                "default": "workflow.SshSession",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.SshSession"
                                ],
                                "default": "workflow.SshSession",
                                "x-enum-as-string": true
                            },
                            "CaptureCompleteResponse": {
                                "description": "Flag to allow capturing entire command response as batch API output.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ExpectedExitCodes": {
                                "description": "Optional array of integer values to specify the expected exit codes of a SSH command execution. SSH command\nexecution is marked success upon receiving any of the expected exit code from command execution. If not set, success\nexit code of 0 is expected from command execution.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "FileTransferToRemote": {
                                "description": "Message to transfer a file from Intersight connected device to remote server.",
                                "$ref": "#/components/schemas/workflow.FileTransfer",
                                "x-omitempty": true
                            },
                            "MessageType": {
                                "description": "The type of SSH message to be sent to the remote server.\n* `ExecuteCommand` - Execute a SSH command on the remote server.\n* `NewSession` - Open a new SSH connection to the remote server.\n* `FileTransfer` - Transfer a file from Intersight connected device to the remote server.\n* `CloseSession` - Close the SSH connection to the remote server.",
                                "type": "string",
                                "enum": [
                                    "ExecuteCommand",
                                    "NewSession",
                                    "FileTransfer",
                                    "CloseSession"
                                ],
                                "default": "ExecuteCommand",
                                "x-omitempty": true
                            },
                            "SshCommand": {
                                "description": "SSH command to execute on the remote server.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "SshConfiguration": {
                                "description": "Carries the SSH session details for opening a new connection.",
                                "$ref": "#/components/schemas/workflow.SshConfig",
                                "x-omitempty": true
                            },
                            "SshOpTimeout": {
                                "description": "SSH operation timeout value in seconds. The provided string value should be able to convert to\nrespective integer value.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.StartTask": {
                "title": "Workflow:Start Task",
                "description": "A StartTask is the starting point for a workflow.  There can only be one StartTask in a workflow.",
                "x-allOf-name": "workflow.StartTask",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.ControlTask"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.StartTask', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.StartTask"
                                ],
                                "default": "workflow.StartTask",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.StartTask"
                                ],
                                "default": "workflow.StartTask",
                                "x-enum-as-string": true
                            },
                            "NextTask": {
                                "description": "The name of the next task (Task names unique within workflow) to run.  In a graph model, denotes an edge to another Task Node.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.SubWorkflowTask": {
                "title": "Workflow:Sub Workflow Task",
                "description": "A SubWorkflowTask is used to include another workflow as a task within this workflow.",
                "x-allOf-name": "workflow.SubWorkflowTask",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.AbstractWorkerTask"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.SubWorkflowTask', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.SubWorkflowTask"
                                ],
                                "default": "workflow.SubWorkflowTask",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.SubWorkflowTask"
                                ],
                                "default": "workflow.SubWorkflowTask",
                                "x-enum-as-string": true
                            },
                            "CatalogMoid": {
                                "description": "Specify the catalog moid that this task belongs.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "WorkflowDefinitionId": {
                                "description": "The resolved referenced workflow definition managed object.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "WorkflowDefinitionName": {
                                "description": "The qualified name of workflow that should be executed as a task.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.SuccessEndTask": {
                "title": "Workflow:Success End Task",
                "description": "A SuccessEndTask denotes the successful completion of a workflow.",
                "x-allOf-name": "workflow.SuccessEndTask",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.EndTask"
                    }
                ]
            },
            "workflow.TargetContext": {
                "title": "Workflow:Target Context",
                "description": "Target context holds information about the Intersight managed object on which the workflow is executing and hence the entity that is being affected by the workflow. The target could be an Intersight asset Target like HTTP Endpoint or it can be an entity like an adapter in the Chassis.",
                "x-allOf-name": "workflow.TargetContext",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.TargetContext', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.TargetContext"
                                ],
                                "default": "workflow.TargetContext",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.TargetContext"
                                ],
                                "default": "workflow.TargetContext",
                                "x-enum-as-string": true
                            },
                            "TargetMoid": {
                                "description": "Moid of the target Intersight managed object.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TargetName": {
                                "description": "Name of the target instance.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TargetType": {
                                "description": "Object type of the target Intersight managed object.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.TargetDataType": {
                "title": "Workflow:Target Data Type",
                "description": "Data type to capture a target endpoint or device.",
                "x-allOf-name": "workflow.TargetDataType",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BaseDataType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.TargetDataType', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.TargetDataType"
                                ],
                                "default": "workflow.TargetDataType",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.TargetDataType"
                                ],
                                "default": "workflow.TargetDataType",
                                "x-enum-as-string": true
                            },
                            "CustomDataTypeProperties": {
                                "description": "Reference to custom data type definition.",
                                "$ref": "#/components/schemas/workflow.CustomDataProperty",
                                "x-omitempty": true
                            },
                            "IsArray": {
                                "description": "When this property is true then an array of targets can be passed as input.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "Max": {
                                "description": "Specify the maximum value of the array.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "Min": {
                                "description": "Specify the minimum value of the array.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "Properties": {
                                "type": "array",
                                "items": {
                                    "description": "Reference to target device or endpoint managed object.",
                                    "$ref": "#/components/schemas/workflow.TargetProperty",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.TargetProperty": {
                "title": "Workflow:Target Property",
                "description": "Capture all the properties for an input target endpoint or device.",
                "x-allOf-name": "workflow.TargetProperty",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.TargetProperty', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.TargetProperty"
                                ],
                                "default": "workflow.TargetProperty",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.TargetProperty"
                                ],
                                "default": "workflow.TargetProperty",
                                "x-enum-as-string": true
                            },
                            "ConnectorAttribute": {
                                "description": "A singleton value which will contain the path to connector object from the selected object.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ConstraintAttributes": {
                                "type": "array",
                                "items": {
                                    "description": "A collection of properties that will be used to match a specific implemented task. Using these values, the workflow engine will try to pick an implemented task definition when multiple implementations exist.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "DisplayAttributes": {
                                "type": "array",
                                "items": {
                                    "description": "List of properties from the Intersight object which can help to identify the object. Typically the set of identity constraints on the object can be listed here to help the user identity the managed object.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "minItems": 1,
                                "nullable": true
                            },
                            "PlatformType": {
                                "type": "array",
                                "items": {
                                    "description": "Platform Type property defines target device type. Type must match the enumerations supported for platform types.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Selector": {
                                "description": "Field to hold an Intersight API along with an optional filter to narrow down the search options for target device.",
                                "type": "string",
                                "pattern": "^$|/api/v1/.*",
                                "x-omitempty": true
                            },
                            "SelectorProperty": {
                                "description": "Selector properties to define HTTP method and 'body' in case of upsert operation.",
                                "$ref": "#/components/schemas/workflow.SelectorProperty",
                                "x-omitempty": true
                            },
                            "SupportedObjects": {
                                "type": "array",
                                "items": {
                                    "description": "An explicit set of concrete objectTypes supported as part of this property entry.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.TaskConstraints": {
                "title": "Workflow:Task Constraints",
                "description": "Captures the constraints for a task. Currently, it hold only targetDataType constraints such as Vendor, ObjectType that are properties of a target device.",
                "x-allOf-name": "workflow.TaskConstraints",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.TaskConstraints', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.TaskConstraints"
                                ],
                                "default": "workflow.TaskConstraints",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.TaskConstraints"
                                ],
                                "default": "workflow.TaskConstraints",
                                "x-enum-as-string": true
                            },
                            "TargetDataType": {
                                "description": "List of property constraints that helps to narrow down task implementations based on target device input.",
                                "nullable": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.TaskDebugLog.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.TaskDebugLog' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.TaskDebugLog' resources.",
                "x-one-of-name": "workflow.TaskDebugLog.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.TaskDebugLog.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.TaskDebugLog": {
                "title": "Workflow:Task Debug Log",
                "description": "The TaskDebugLog object provides detailed debugging information for task execution within workflows. It serves as a critical tool for isolating and resolving task failures, enhancing workflow reliability. \n#### Purpose \nTaskDebugLog is designed to capture detailed debugging information during task execution, helping with troubleshooting and performance optimization. This provides insights into task execution failures, enabling quick identification of root causes and corrective actions. Additionally, it tracks task retry attempts, offering valuable data for analyzing execution patterns and improving overall reliability.\n#### Key Concepts  \n- **Debug Information:** Offers detailed logs of task execution, supporting deep analysis and resolution of workflow issues. \n- **Relationship Mapping:** Links task debug logs to specific workflow instances, ensuring contextual understanding and traceability.",
                "x-allOf-name": "workflow.TaskDebugLog",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.TaskDebugLog', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.TaskDebugLog"
                                ],
                                "default": "workflow.TaskDebugLog",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.TaskDebugLog"
                                ],
                                "default": "workflow.TaskDebugLog",
                                "x-enum-as-string": true
                            },
                            "RetryCount": {
                                "description": "A counter for number of retries.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskDebugLogEntries": {
                                "description": "Holds information helpful in isolating task failures.",
                                "nullable": true,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskInstId": {
                                "description": "The unique identifier for task instance.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskInfo": {
                                "$ref": "#/components/schemas/workflow.TaskInfo.Relationship",
                                "description": "A reference to a workflowTaskInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "WorkflowInfo": {
                                "$ref": "#/components/schemas/workflow.WorkflowInfo.Relationship",
                                "description": "A reference to a workflowWorkflowInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "workflow.TaskDebugLog.List": {
                "title": "List of 'workflow.TaskDebugLog' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.TaskDebugLog' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.TaskDebugLog' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.TaskDebugLog"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.TaskDefinition.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.TaskDefinition' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.TaskDefinition' resources.",
                "x-one-of-name": "workflow.TaskDefinition.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.TaskDefinition.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.TaskDefinition.Relationship": {
                "description": "A relationship to the 'workflow.TaskDefinition' resource, or the expanded 'workflow.TaskDefinition' resource, or the 'null' value.",
                "x-one-of-name": "workflow.TaskDefinition.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.TaskDefinition"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.TaskDefinition": {
                "title": "Workflow:Task Definition",
                "description": "The TaskDefinition object is a foundational element of the workflow system, designed to define individual tasks that can be orchestrated within a workflow. It encapsulates the intent of an operation, providing a standardized way to describe the purpose and function of a task within automation and orchestration processes.\n#### Purpose\nA TaskDefinition serves as the blueprint for tasks that can be executed as part of a workflow. It supports both standalone tasks, which are tightly bound to a single implementation, and interface tasks, which are generalized definitions that can be linked to multiple specific implementations. This flexibility allows a single TaskDefinition to represent different ways of accomplishing a task, each with its own implementation.\n#### Key Concepts\n- **Reusability:** TaskDefinitions can be referenced across multiple workflows, supporting consistency and reducing redundancy.\n- **Versioning:** Each TaskDefinition supports version control, allowing safe updates and maintenance without affecting existing workflows.\n- **Access Control:** Use of privilege sets ensures only authorized users can create, update, or execute tasks.",
                "x-allOf-name": "workflow.TaskDefinition",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.TaskDefinition', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.TaskDefinition"
                                ],
                                "default": "workflow.TaskDefinition",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.TaskDefinition"
                                ],
                                "default": "workflow.TaskDefinition",
                                "x-enum-as-string": true
                            },
                            "DefaultVersion": {
                                "description": "When true this will be the task version that is used when a specific task definition version is not specified. The very first task definition created with a name will be set as the default version, after that user can explicitly set any version of the task definition as the default version.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "InternalProperties": {
                                "description": "Type to capture all the internal properties for the task definition.",
                                "$ref": "#/components/schemas/workflow.InternalProperties",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]{1}[\\sa-zA-Z0-9_'./:-]{0,91}$",
                                "x-omitempty": true
                            },
                            "LicenseEntitlement": {
                                "description": "License entitlement required to run this task. It is determined by license requirement of features.\n* `Base` - Base as a License type. It is default license type.\n* `Essential` - Essential as a License type.\n* `Standard` - Standard as a License type.\n* `Advantage` - Advantage as a License type.\n* `Premier` - Premier as a License type.\n* `IWO-Essential` - IWO-Essential as a License type.\n* `IWO-Advantage` - IWO-Advantage as a License type.\n* `IWO-Premier` - IWO-Premier as a License type.\n* `IKS-Advantage` - IKS-Advantage as a License type.\n* `INC-Premier-1GFixed` - Premier 1G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-10GFixed` - Premier 10G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-100GFixed` - Premier 100G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-Mod4Slot` - Premier Modular 4 slot license tier for Intersight Nexus Cloud.\n* `INC-Premier-Mod8Slot` - Premier Modular 8 slot license tier for Intersight Nexus Cloud.\n* `INC-Premier-D2OpsFixed` - Premier D2Ops fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-D2OpsMod` - Premier D2Ops modular license tier for Intersight Nexus Cloud.\n* `INC-Premier-CentralizedMod8Slot` - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.\n* `INC-Premier-DistributedMod8Slot` - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.\n* `ERP-Advantage` - Advantage license tier for ERP workflows.\n* `IntersightTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.\n* `IWOTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.\n* `IKSTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.\n* `INCTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.",
                                "type": "string",
                                "enum": [
                                    "Base",
                                    "Essential",
                                    "Standard",
                                    "Advantage",
                                    "Premier",
                                    "IWO-Essential",
                                    "IWO-Advantage",
                                    "IWO-Premier",
                                    "IKS-Advantage",
                                    "INC-Premier-1GFixed",
                                    "INC-Premier-10GFixed",
                                    "INC-Premier-100GFixed",
                                    "INC-Premier-Mod4Slot",
                                    "INC-Premier-Mod8Slot",
                                    "INC-Premier-D2OpsFixed",
                                    "INC-Premier-D2OpsMod",
                                    "INC-Premier-CentralizedMod8Slot",
                                    "INC-Premier-DistributedMod8Slot",
                                    "ERP-Advantage",
                                    "IntersightTrial",
                                    "IWOTrial",
                                    "IKSTrial",
                                    "INCTrial"
                                ],
                                "default": "Base",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the task definition. The name should follow this convention <Verb or Action><Category><Vendor><Product><Noun or object> Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \"Generic\" if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and  this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail  - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]{1}[a-zA-Z0-9_.:-]{0,63}$",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Properties": {
                                "description": "Type to capture all the properties for the task definition.",
                                "$ref": "#/components/schemas/workflow.Properties",
                                "x-omitempty": true
                            },
                            "RollbackTasks": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of rollback task mapping details. It contains rollback task definition name and input parameters.",
                                    "$ref": "#/components/schemas/workflow.RollbackTask",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "SecurePropAccess": {
                                "description": "If set to true, the task requires access to secure properties and uses an encryption token associated with a workflow moid to encrypt or decrypt the secure properties.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "The version of the task definition so we can support multiple versions of a task definition.",
                                "type": "integer",
                                "format": "int64",
                                "default": 1,
                                "minimum": 1,
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Catalog": {
                                "$ref": "#/components/schemas/workflow.Catalog.Relationship",
                                "description": "A reference to a workflowCatalog resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "ClonedFrom": {
                                "$ref": "#/components/schemas/workflow.TaskDefinition.Relationship",
                                "description": "A reference to a workflowTaskDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ImplementedTasks": {
                                "description": "An array of relationships to workflowTaskDefinition resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.TaskDefinition.Relationship"
                                },
                                "nullable": true,
                                "x-createOnly": true
                            },
                            "InterfaceTask": {
                                "$ref": "#/components/schemas/workflow.TaskDefinition.Relationship",
                                "description": "A reference to a workflowTaskDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "TaskMetadata": {
                                "$ref": "#/components/schemas/workflow.TaskMetadata.Relationship",
                                "description": "A reference to a workflowTaskMetadata resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "workflow.TaskDefinition.List": {
                "title": "List of 'workflow.TaskDefinition' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.TaskDefinition' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.TaskDefinition' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.TaskDefinition"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.TaskInfo.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.TaskInfo' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.TaskInfo' resources.",
                "x-one-of-name": "workflow.TaskInfo.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.TaskInfo.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.TaskInfo.Relationship": {
                "description": "A relationship to the 'workflow.TaskInfo' resource, or the expanded 'workflow.TaskInfo' resource, or the 'null' value.",
                "x-one-of-name": "workflow.TaskInfo.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.TaskInfo"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.TaskInfo": {
                "title": "Workflow:Task Info",
                "description": "The TaskInfos object  represents the runtime instance of a task executing within a workflow.\n#### Purpose\nIt tracks the execution lifecycle of a specific task instance, providing real-time status, input/output data, and performance metrics, which is essential for monitoring and debugging workflow progress.\n### Key Concepts\n- **Execution Tracking:** Monitors the state of the task (e.g., Scheduled, InProgress, Completed, Failed).\n- **Data Context:** Captures the input data used to start the task and the output data generated upon completion.\n- **Retry Management:** Maintains a history of task retries and failure reasons to support automated recovery.\n- **Lifecycle Monitoring:** Records timestamps for start and end times to measure task performance.",
                "x-allOf-name": "workflow.TaskInfo",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.TaskInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.TaskInfo"
                                ],
                                "default": "workflow.TaskInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.TaskInfo"
                                ],
                                "default": "workflow.TaskInfo",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "The task description and this is the description that was added when the task was included into the workflow.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EndTime": {
                                "description": "The time stamp when the task reached a final state.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FailureReason": {
                                "description": "Description of the reason why the task failed.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Input": {
                                "description": "The input data that was sent to the task at the start of execution. The schema for the inputs is provided in the Task Definition, hence the data provided in this field should adhere to that schema. Eg- If Task Definition takes two inputs with names A and B, then this field should contain key-value pairs having key as the name of the input and value should be provided matching the constraints of it's respective data type. Value can either be mapped from workflow input or previously executed task outputs or any liternal value.",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InstId": {
                                "description": "The instance ID of the task running in the workflow engine.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Internal": {
                                "description": "Denotes whether or not this is an internal task.  Internal tasks will be hidden from the UI within a workflow.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "User friendly short label to describe this task instance in the workflow.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Message": {
                                "type": "array",
                                "items": {
                                    "description": "A collection of messages that specifies either the reason for the failure or termination of the task with severity level error or warning.",
                                    "$ref": "#/components/schemas/workflow.Message",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Name": {
                                "description": "Task definition name which specifies the task type.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Output": {
                                "description": "The output data that was generated by this task. The schema for the outputs is provided in the Task Definition, hence the data provided in this field should adhere to that schema. Eg- If Task Definition takes two outputs with names A and B, then this field contains key-value pairs having key as the name of the output and the corresponding value matches the constraints of it's respective data type.",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RefName": {
                                "description": "The task reference name to ensure its unique inside a workflow.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RetryCount": {
                                "description": "Denotes the number of times the task has been retried.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RollbackDisabled": {
                                "description": "The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RunningInstId": {
                                "description": "The instance ID of the task that is currently being executed. When retrying a workflow with failed tasks, the task in workflow engine will have a new instance ID, but the task may still be in progress. In this case, the task instId reflects the instance ID in the workflow engine, while runningInstId reflects the instance ID of the instance that is currently being executed.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StartTime": {
                                "description": "The time stamp when the task started execution.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "The status of the task and this will specify if the task is running or has reached a final state.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "TaskInstIdList": {
                                "type": "array",
                                "items": {
                                    "description": "The list keeps a list of retried task instances.",
                                    "$ref": "#/components/schemas/workflow.TaskRetryInfo",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "TaskLoopInfo": {
                                "description": "Captures loop related information for tasks which are included inside a loop.",
                                "$ref": "#/components/schemas/workflow.TaskLoopInfo",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ParentWorkflowInfos": {
                                "description": "An array of relationships to workflowWorkflowInfo resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.WorkflowInfo.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "SubWorkflowInfo": {
                                "$ref": "#/components/schemas/workflow.WorkflowInfo.Relationship",
                                "description": "A reference to a workflowWorkflowInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "SubWorkflowRetryHistory": {
                                "description": "An array of relationships to workflowWorkflowInfo resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.WorkflowInfo.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "TaskDefinition": {
                                "$ref": "#/components/schemas/workflow.TaskDefinition.Relationship",
                                "description": "A reference to a workflowTaskDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "WorkflowInfo": {
                                "$ref": "#/components/schemas/workflow.WorkflowInfo.Relationship",
                                "description": "A reference to a workflowWorkflowInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.TaskInfo.List": {
                "title": "List of 'workflow.TaskInfo' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.TaskInfo' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.TaskInfo' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.TaskInfo"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.TaskInfoUpdate": {
                "title": "Workflow:Task Info Update",
                "description": "TaskInfoUpdate is used to capture the updates that are required for the task instance inside an executing workflow. WaitTask, included inside the workflow, can be updated using this. The values provided for task updates will depend on the type of wait task. The status of the task must be provided for all updates. The input values must also be provided for a WaitType that includes an input definition. The input values must satisfy all the constraints specified in the associated input definitions.",
                "x-allOf-name": "workflow.TaskInfoUpdate",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.TaskInfoUpdate', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.TaskInfoUpdate"
                                ],
                                "default": "workflow.TaskInfoUpdate",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.TaskInfoUpdate"
                                ],
                                "default": "workflow.TaskInfoUpdate",
                                "x-enum-as-string": true
                            },
                            "Input": {
                                "description": "Inputs for the specified TaskInfo. Inputs must only be provided for tasks which has included an input definition and the inputs must match the constraints specified in the input definition.",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the task being updated and this name must match the task instance name included inside the workflow definition. This name is also captured in the RefName property of the TaskInfo object for the task.",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "New status of the task being updated, only Failed and Completed statuses are supported, Completed is the default value in case no status is provided.\n* `Scheduled` - The enum represents the status when task is in scheduled state.\n* `InProgress` - The enum represents the status when task is in-progress state.\n* `NoOp` - The enum represents the status when task is a noop.\n* `Timeout` - The enum represents the status when task has timed out.\n* `Completed` - The enum represents the status when task has completed.\n* `Failed` - The enum represents the status when task has failed.",
                                "type": "string",
                                "enum": [
                                    "Scheduled",
                                    "InProgress",
                                    "NoOp",
                                    "Timeout",
                                    "Completed",
                                    "Failed"
                                ],
                                "default": "Scheduled",
                                "writeOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.TaskLoopInfo": {
                "title": "Workflow:Task Loop Info",
                "description": "Keep track of loop information for every task executed inside the loop.",
                "x-allOf-name": "workflow.TaskLoopInfo",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.TaskLoopInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.TaskLoopInfo"
                                ],
                                "default": "workflow.TaskLoopInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.TaskLoopInfo"
                                ],
                                "default": "workflow.TaskLoopInfo",
                                "x-enum-as-string": true
                            },
                            "Iteration": {
                                "description": "This specifies the count of iteration for the specific task executed inside the loop.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LoopTaskLabel": {
                                "description": "Label of the loop task inside which this task is executed.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LoopTaskName": {
                                "description": "Name of the loop task inside which this task is executed.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LoopType": {
                                "description": "This specifies the type of loop, Serial or Parallel.\n* `None` - The enum specifies the option as None which implies this is not a Loop type and this is the default value for loop type.\n* `Parallel` - The enum specifies the option as Parallel where the loop task type is parallel loop.\n* `Serial` - The enum specifies the option as Serial where the loop task type is serial loop.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Parallel",
                                    "Serial"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.TaskMetadata.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.TaskMetadata' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.TaskMetadata' resources.",
                "x-one-of-name": "workflow.TaskMetadata.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.TaskMetadata.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.TaskMetadata.Relationship": {
                "description": "A relationship to the 'workflow.TaskMetadata' resource, or the expanded 'workflow.TaskMetadata' resource, or the 'null' value.",
                "x-one-of-name": "workflow.TaskMetadata.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.TaskMetadata"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.TaskMetadata": {
                "title": "Task Metadata",
                "description": "Task details is a collection of properties that are common across all the versions of a task.",
                "x-allOf-name": "workflow.TaskMetadata",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.TaskMetadata', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.TaskMetadata"
                                ],
                                "default": "workflow.TaskMetadata",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.TaskMetadata"
                                ],
                                "default": "workflow.TaskMetadata",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "The task metadata description to describe what this task will do when executed.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "A user friendly short name to identify the task metadata.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]{1}[\\sa-zA-Z0-9_'.:-]{0,92}$",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the task metadata. The name should follow this convention <Verb or Action><Category><Vendor><Product><Noun or object> Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \"Generic\" if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and  this will contain the noun or object on which the action is being performed. Examples SendEmail  - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]{1}[a-zA-Z0-9_.:-]{0,63}$",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "AssociatedPrivilegeSets": {
                                "description": "An array of relationships to iamPrivilegeSet resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.PrivilegeSet.Relationship"
                                },
                                "nullable": true
                            },
                            "AssociatedRoles": {
                                "description": "An array of relationships to iamRole resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.Role.Relationship"
                                },
                                "nullable": true
                            },
                            "Catalog": {
                                "$ref": "#/components/schemas/workflow.Catalog.Relationship",
                                "description": "A reference to a workflowCatalog resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.TaskMetadata.List": {
                "title": "List of 'workflow.TaskMetadata' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.TaskMetadata' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.TaskMetadata' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.TaskMetadata"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.TaskRetryInfo": {
                "title": "Workflow:Task Retry Info",
                "description": "Keep track of task retry information using TaskRetryInfo.",
                "x-allOf-name": "workflow.TaskRetryInfo",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.TaskRetryInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.TaskRetryInfo"
                                ],
                                "default": "workflow.TaskRetryInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.TaskRetryInfo"
                                ],
                                "default": "workflow.TaskRetryInfo",
                                "x-enum-as-string": true
                            },
                            "Status": {
                                "description": "Status of the retried task.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskInstId": {
                                "description": "Retry instance will get a unique instance id.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.TemplateEvaluation": {
                "title": "Workflow:Template Evaluation",
                "description": "The TemplateEvaluation object focuses on the execution and evaluation of templates within the workflow system. This provides mechanisms to dynamically generate and execute templates based on predefined stages and input data.  \n#### Purpose  \nTemplateEvaluation is designed to execute templates and generate results based on defined transformation stages and input values. It enables dynamic execution, allowing templates to run with varying input parameters, thereby enhancing flexibility and adaptability in workflow design.\n#### Key Concepts  \n- **Transformation Stages:** Utilizes a series of transformation stages to construct and execute templates, supporting complex workflow logic. \n- **Data Integration:** Integrates with various workflow data types, providing a robust framework for data manipulation and template execution.",
                "x-allOf-name": "workflow.TemplateEvaluation",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.TemplateEvaluation', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.TemplateEvaluation"
                                ],
                                "default": "workflow.TemplateEvaluation",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.TemplateEvaluation"
                                ],
                                "default": "workflow.TemplateEvaluation",
                                "x-enum-as-string": true
                            },
                            "ExpectedOutputDataType": {
                                "description": "Expected output type of the template. Required to type cast the output.",
                                "$ref": "#/components/schemas/workflow.BaseDataType",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "Output": {
                                "description": "The output generated by the template execution.",
                                "nullable": true,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PreviewTemplate": {
                                "description": "The generated template based on the stages provided in the request body.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Stages": {
                                "type": "array",
                                "items": {
                                    "description": "The transformation stages used to build the template to be executed.",
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/template.TransformationStage",
                                    "writeOnly": true,
                                    "x-omitempty": true
                                },
                                "minItems": 1,
                                "maxItems": 50,
                                "nullable": true
                            },
                            "Values": {
                                "description": "Values to be fed to the template for execution.",
                                "nullable": true,
                                "writeOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.TemplateFunctionMeta.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.TemplateFunctionMeta' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.TemplateFunctionMeta' resources.",
                "x-one-of-name": "workflow.TemplateFunctionMeta.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.TemplateFunctionMeta.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.TemplateFunctionMeta": {
                "title": "Workflow:Template Function Meta",
                "description": "The TemplateFunctionMeta object is a key component within the workflow system, designed to encapsulate the metadata and functionality of template functions.\n#### Purpose  \nTemplateFunctionMeta serves as the blueprint for defining custom template functions that are supported by the system.\n#### Key Concepts \n- **Documentation and Metadata:** Contains comprehensive descriptions and usage examples, aiding in understanding and leveraging template functions effectively.",
                "x-allOf-name": "workflow.TemplateFunctionMeta",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.TemplateFunctionMeta', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.TemplateFunctionMeta"
                                ],
                                "default": "workflow.TemplateFunctionMeta",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.TemplateFunctionMeta"
                                ],
                                "default": "workflow.TemplateFunctionMeta",
                                "x-enum-as-string": true
                            },
                            "Comments": {
                                "description": "The detailed description with the usage examples about the template function.",
                                "$ref": "#/components/schemas/workflow.Comments",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Inputs": {
                                "type": "array",
                                "items": {
                                    "description": "The schema expected for inputs for this template function.",
                                    "$ref": "#/components/schemas/workflow.BaseDataType",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "IsGuidedModeSupported": {
                                "description": "The flag indicates whether a guided mode template is supported for it or not.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The template function name.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Outputs": {
                                "type": "array",
                                "items": {
                                    "description": "The schema expected for outputs for this template function.",
                                    "$ref": "#/components/schemas/workflow.BaseDataType",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.TemplateFunctionMeta.List": {
                "title": "List of 'workflow.TemplateFunctionMeta' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.TemplateFunctionMeta' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.TemplateFunctionMeta' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.TemplateFunctionMeta"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.TemplateParser": {
                "title": "Workflow:Template Parser",
                "description": "The TemplateParser object is designed to parse templates and extract placeholders within the workflow system. It plays a crucial role in template management and execution, supporting dynamic and customizable workflows.  \n#### Purpose \nTemplateParser is responsible for parsing templates to identify and manage placeholders, ensuring that appropriate values can be provided for each. It extracts and organizes placeholders to enable dynamic data binding and template customization while also validating template syntax to ensure compliance with predefined standards, promoting consistency and reliability across workflows.\n#### Key Concepts  \n- **Placeholder Encryption:** Recognizes and secure placeholders, and values provided will be encrypted enhancing data protection within workflows.",
                "x-allOf-name": "workflow.TemplateParser",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.TemplateParser', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.TemplateParser"
                                ],
                                "default": "workflow.TemplateParser",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.TemplateParser"
                                ],
                                "default": "workflow.TemplateParser",
                                "x-enum-as-string": true
                            },
                            "Placeholders": {
                                "type": "array",
                                "items": {
                                    "description": "This readonly property holds the list of placeholder names used in the\ntemplate file content. The placeholders having prefix '.secure' are marked as secure and are encrypted.",
                                    "$ref": "#/components/schemas/workflow.PrimitiveDataType",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "TemplateContent": {
                                "description": "The content of the entire template file. The content\ncan either be a static or dynamic file that can contain placeholders.\nThe placeholders are expected to conform to the golang template syntax i.e. it must be provided inside {{ }}.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.UiDisplayMetadata.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.UiDisplayMetadata' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.UiDisplayMetadata' resources.",
                "x-one-of-name": "workflow.UiDisplayMetadata.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.UiDisplayMetadata.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.UiDisplayMetadata": {
                "title": "Workflow:Ui Display Metadata",
                "description": "The UiDisplayMetadata object captures the visual layout metadata for user interfaces in workflow systems. It focuses on defining form and view layouts, contributing to user-friendly and efficient workflow interactions. \n#### Purpose  \nUiDisplayMetadata is responsible for managing the visual presentation of workflow interfaces, including both input forms and data views. It facilitates UI layout configuration to enhance user interaction, streamline navigation, and improve data visualization within workflows, ensuring a consistent and intuitive user experience.\n#### Key concepts \n- **Form and View Integration:** Provides metadata for input forms and views, promoting cohesive and intuitive user experiences. \n- **Customizability:** Offers flexibility in UI design, allowing workflows to adapt to varying user and organizational needs.",
                "x-allOf-name": "workflow.UiDisplayMetadata",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.UiDisplayMetadata', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.UiDisplayMetadata"
                                ],
                                "default": "workflow.UiDisplayMetadata",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.UiDisplayMetadata"
                                ],
                                "default": "workflow.UiDisplayMetadata",
                                "x-enum-as-string": true
                            },
                            "UiFormConfigs": {
                                "type": "array",
                                "items": {
                                    "description": "UI display metadata for the input forms in the definition.",
                                    "$ref": "#/components/schemas/workflow.UiFormConfig",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "UiViewConfigs": {
                                "type": "array",
                                "items": {
                                    "description": "UI display metadata for the views tied to the definition.",
                                    "$ref": "#/components/schemas/workflow.UiViewConfig",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "MetaDefinition": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship",
                                "description": "A reference to a moBaseMo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "workflow.UiDisplayMetadata.List": {
                "title": "List of 'workflow.UiDisplayMetadata' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.UiDisplayMetadata' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.UiDisplayMetadata' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.UiDisplayMetadata"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.UiFormConfig": {
                "title": "Workflow:Ui Form Config",
                "description": "Contains metadata which specify the UI form layout for data. The type, schema of the data comes from the datatype definition and only the visual form layout is captured in this object.",
                "x-allOf-name": "workflow.UiFormConfig",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.UiFormConfig', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.UiFormConfig"
                                ],
                                "default": "workflow.UiFormConfig",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.UiFormConfig"
                                ],
                                "default": "workflow.UiFormConfig",
                                "x-enum-as-string": true
                            },
                            "Config": {
                                "description": "Schema of the UI config for the set of defined datatypes.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the entity inside the meta definition for which a collection of workflow datatype definition is added. Use StartTask as the name for the input definition inside a workflow definition or if workflow definition contains user action task, then it will be the name of the user action task.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.UiInputFilter": {
                "title": "Workflow:Ui Input Filter",
                "description": "A cascade filter enables the definition or extension of an optional filter for Intersight APIs, to narrow down the search results. This can be defined for workflow inputs only.",
                "x-allOf-name": "workflow.UiInputFilter",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.UiInputFilter', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.UiInputFilter"
                                ],
                                "default": "workflow.UiInputFilter",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.UiInputFilter"
                                ],
                                "default": "workflow.UiInputFilter",
                                "x-enum-as-string": true
                            },
                            "Filters": {
                                "type": "array",
                                "items": {
                                    "description": "Additional query filter that will be applied to the base selector of the input to which this filter is mapped.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "minItems": 1,
                                "maxItems": 1,
                                "nullable": true
                            },
                            "Name": {
                                "description": "Name for the input definition to which this filter applies. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_). The first and last character in name must be an alphanumeric character. When defining the cascade filter for a sub property, use a period (.) to separate each section of the name like \"StorageConfig.Volume\" where 'StorageConfig' is an input name and 'Volume' is a sub property defined through custom data type definition.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]+([a-zA-Z0-9-_.]*[a-zA-Z0-9])*$",
                                "x-omitempty": true
                            },
                            "UserHelpMessage": {
                                "description": "Help message shown to the user about which prior input needs to be selected to enable the input mapped to this filter.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.UiViewConfig": {
                "title": "Workflow:Ui View Config",
                "description": "Contains metadata which specify the UI view config for data. The type, schema of the data comes from the datatype definition and only the visual layout of data is captured in this object.",
                "x-allOf-name": "workflow.UiViewConfig",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.UiViewConfig', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.UiViewConfig"
                                ],
                                "default": "workflow.UiViewConfig",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.UiViewConfig"
                                ],
                                "default": "workflow.UiViewConfig",
                                "x-enum-as-string": true
                            },
                            "Config": {
                                "description": "Schema of the UI config for the set of defined datatypes.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the entity inside the meta definition for which a collection of datatype definition is added. Use StartTask as the name for the input definition inside a workflow definition or if workflow definition contains user action task, then it will be the name of the user action task.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.ValidationError": {
                "title": "Workflow:Validation Error",
                "description": "Used to show validation errors for the workflow or for the task within the workflow.",
                "x-allOf-name": "workflow.ValidationError",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ValidationError', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ValidationError"
                                ],
                                "default": "workflow.ValidationError",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ValidationError"
                                ],
                                "default": "workflow.ValidationError",
                                "x-enum-as-string": true
                            },
                            "ErrorLog": {
                                "description": "Description of the error.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Field": {
                                "description": "When populated this refers to the input or output field within the workflow or task.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskName": {
                                "description": "The task name on which the error is found, when empty the error applies to the top level workflow.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TransitionName": {
                                "description": "When populated this refers to the transition connection that has a problem. When this field has value OnSuccess it means the transition connection OnSuccess for the task has an issue.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.ValidationInformation": {
                "title": "Workflow:Validation Information",
                "description": "Type used to capture all the validation information for the workflow definition.",
                "x-allOf-name": "workflow.ValidationInformation",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ValidationInformation', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ValidationInformation"
                                ],
                                "default": "workflow.ValidationInformation",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ValidationInformation"
                                ],
                                "default": "workflow.ValidationInformation",
                                "x-enum-as-string": true
                            },
                            "EngineState": {
                                "description": "The state of workflow definition metadata in the workflow engine. The workflow definition must be successfully updated in the engine before workflows can be executed.\n* `NotUpdated` - The workflow and task definition metadata is not yet updated in the workflow engine.\n* `Updating` - The workflow and task definition metadata is in the processing of being updated in the workflow engine.\n* `UpdateFailed` - The workflow and task definition metadata failed to be updated in the workflow engine.\n* `Updated` - The workflow and task definition metadata was updated successfully in the workflow engine.",
                                "type": "string",
                                "enum": [
                                    "NotUpdated",
                                    "Updating",
                                    "UpdateFailed",
                                    "Updated"
                                ],
                                "default": "NotUpdated",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "State": {
                                "description": "The current validation state of this workflow. The possible states are Valid, Invalid, NotValidated (default).\n* `NotValidated` - The state when workflow definition has not been validated.\n* `Valid` - The state when workflow definition is valid.\n* `Invalid` - The state when workflow definition is invalid.",
                                "type": "string",
                                "enum": [
                                    "NotValidated",
                                    "Valid",
                                    "Invalid"
                                ],
                                "default": "NotValidated",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ValidationError": {
                                "type": "array",
                                "items": {
                                    "description": "List of all workflow or task validation errors. The validation errors can be for worker task or for control tasks.",
                                    "$ref": "#/components/schemas/workflow.ValidationError",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.Variable.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.Variable' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.Variable' resources.",
                "x-one-of-name": "workflow.Variable.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.Variable.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.Variable": {
                "title": "Variable",
                "description": "The Variable object facilitates the management of user-defined entities within workflows, allowing for consistent and reusable data references across different workflow instances.  \n#### Purpose\nVariable serves as a central component for defining and managing workflow variables, ensuring consistency and efficiency across workflows. It allows users to set and reference variable values in multiple workflows, promoting data consistency and reducing redundancy in workflow design and execution.\n#### Key Concepts  \n- **Reusable Entities:** Supports the creation of reusable variables, facilitating efficient and scalable workflow design. \n- **Data Validation:** Ensures that variable values adhere to defined data types, promoting data integrity and reliability.",
                "x-allOf-name": "workflow.Variable",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.Variable', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.Variable"
                                ],
                                "default": "workflow.Variable",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.Variable"
                                ],
                                "default": "workflow.Variable",
                                "x-enum-as-string": true
                            },
                            "CreateUser": {
                                "description": "The user identifier who created the environment variable.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Definition": {
                                "description": "This defines the schema of the variable. It can be set to any Primitive or Custom Data Types supported by workflows.",
                                "$ref": "#/components/schemas/workflow.BaseDataType",
                                "x-omitempty": true
                            },
                            "ModUser": {
                                "description": "The user identifier who last updated the environment variable.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "This defines the name of the variable and it is set by the system. The name used inside the datatype definition will be set as the name of the variable.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Value": {
                                "description": "This defines the value of the variable and it will be validated against the datatype defined in the definition.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "Catalog": {
                                "$ref": "#/components/schemas/workflow.Catalog.Relationship",
                                "description": "A reference to a workflowCatalog resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.Variable.List": {
                "title": "List of 'workflow.Variable' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.Variable' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.Variable' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.Variable"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.WaitTask": {
                "title": "Workflow:Wait Task",
                "description": "A WaitTask will remain in progress until marked success or failed by an external trigger. The timeout for wait task is 180 days, so a workflow can wait for task status update for upto 180 days. Currently the only supported means to update the task status is through an API that provides the status of the task runtime instance. Once the wait task status has been set the workflow will continue with the execution based on the task status.",
                "x-allOf-name": "workflow.WaitTask",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.AbstractWorkerTask"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.WaitTask', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.WaitTask"
                                ],
                                "default": "workflow.WaitTask",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.WaitTask"
                                ],
                                "default": "workflow.WaitTask",
                                "x-enum-as-string": true
                            },
                            "InputDefinition": {
                                "type": "array",
                                "items": {
                                    "description": "When a wait task with input definition is included in a workflow and the workflow is executed, then the inputs required as part of the input definitions must be provided for the wait task to be marked completed successfully.",
                                    "$ref": "#/components/schemas/workflow.BaseDataType",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "OutputDefinition": {
                                "type": "array",
                                "items": {
                                    "description": "For a waitTask, all the inputs passed in the task will be available as outputs as well. Hence output definition will be the same as input definition and the system will populate output definition.",
                                    "$ref": "#/components/schemas/workflow.BaseDataType",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Prompts": {
                                "type": "array",
                                "items": {
                                    "description": "List of prompts for this wait task. These prompts are useful to provide options to the user who is running a workflow that contains wait task on how to proceed after the wait task.",
                                    "$ref": "#/components/schemas/workflow.WaitTaskPrompt",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.WaitTaskPrompt": {
                "title": "Workflow:Wait Task Prompt",
                "description": "WaitTaskPrompt is used to create a customized prompts for wait control task. Wait task can be used in workflow for variety of reason, the prompts will help workflow designer to provide a customized set of prompts.",
                "x-allOf-name": "workflow.WaitTaskPrompt",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.WaitTaskPrompt', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.WaitTaskPrompt"
                                ],
                                "default": "workflow.WaitTaskPrompt",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.WaitTaskPrompt"
                                ],
                                "default": "workflow.WaitTaskPrompt",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "Description that give more details about what it means to pick this prompt option for the wait task.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "User friendly label for the prompt. This label will be shown to the user as one of available options for the wait task.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name for the wait prompt.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "TaskStatus": {
                                "description": "Task status for the wait task when this prompt option is selected.\n* `Scheduled` - The enum represents the status when task is in scheduled state.\n* `InProgress` - The enum represents the status when task is in-progress state.\n* `NoOp` - The enum represents the status when task is a noop.\n* `Timeout` - The enum represents the status when task has timed out.\n* `Completed` - The enum represents the status when task has completed.\n* `Failed` - The enum represents the status when task has failed.",
                                "type": "string",
                                "enum": [
                                    "Scheduled",
                                    "InProgress",
                                    "NoOp",
                                    "Timeout",
                                    "Completed",
                                    "Failed"
                                ],
                                "default": "Scheduled",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.WebApi": {
                "title": "Web API",
                "description": "This models a single Web API request within a batch of requests that get\nexecuted within a single workflow task.",
                "x-allOf-name": "workflow.WebApi",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.Api"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.WebApi', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.WebApi"
                                ],
                                "default": "workflow.WebApi",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.WebApi"
                                ],
                                "default": "workflow.WebApi",
                                "x-enum-as-string": true
                            },
                            "Cookies": {
                                "description": "Collection of key value pairs to set in the request header as Cookie list.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "EndpointRequestType": {
                                "description": "If the target type is Endpoint, this property determines whether the request is\nto be handled as internal request or external request by the device connector.\n* `Internal` - The endpoint API executed is an internal request handled by the device connector plugin.\n* `External` - The endpoint API request is passed through by the device connector.",
                                "type": "string",
                                "enum": [
                                    "Internal",
                                    "External"
                                ],
                                "default": "Internal",
                                "x-omitempty": true
                            },
                            "Headers": {
                                "description": "Collection of key value pairs to set in the request header.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "Method": {
                                "description": "The HTTP method to be executed in the given URL (GET, POST, PUT, etc).\nIf the value is not specified, GET will be used as default.\nThe supported values are GET, POST, PUT, DELETE, PATCH, HEAD.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "MoType": {
                                "description": "The type of the intersight object for which API request is to be made.\nThe property is valid in case of Intersight API calls and the base url is automatically prepended based on the value.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Protocol": {
                                "description": "The accepted web protocol values are http and https.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "TargetType": {
                                "description": "If the web API is to be executed in a remote device connected to the\nIntersight through device connector, 'Endpoint' is expected as the value\nwhereas if the API is an Intersight API, 'Local' is expected as the value.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Url": {
                                "description": "The URL of the resource in the target to which the API request is made.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.WorkerTask": {
                "title": "Workflow:Worker Task",
                "description": "A WorkerTask is a simple task and the smallest granularity of work that can be defined as a task.",
                "x-allOf-name": "workflow.WorkerTask",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.AbstractWorkerTask"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.WorkerTask', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.WorkerTask"
                                ],
                                "default": "workflow.WorkerTask",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.WorkerTask"
                                ],
                                "default": "workflow.WorkerTask",
                                "x-enum-as-string": true
                            },
                            "CatalogMoid": {
                                "description": "Specify the catalog moid that this task belongs.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "TaskDefinitionId": {
                                "description": "The resolved referenced task definition managed object.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskDefinitionName": {
                                "description": "The qualified name of task that should be executed.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "The task definition version to use in this workflow. When no version is specified then the default version of the task at the time of creating or updating this workflow is used.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.WorkflowCtx": {
                "title": "Workflow:Workflow Ctx",
                "description": "The workflow context contains initiator and target information along with workflow type and action information.",
                "x-allOf-name": "workflow.WorkflowCtx",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.WorkflowCtx', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.WorkflowCtx"
                                ],
                                "default": "workflow.WorkflowCtx",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.WorkflowCtx"
                                ],
                                "default": "workflow.WorkflowCtx",
                                "x-enum-as-string": true
                            },
                            "InitiatorCtx": {
                                "description": "Details about initiator of the workflow. Any Intersight object resource can be set as the initiator of the workflow. For workflows executed by an Intersight service, an applicable service object will be set as the initiator. For example, during server profile deployment workflow, the server profile object will be set as the initiator by the system. For user created workflows, this field is optional and for workflows executed from Intersight workflow execution page, the workflow definition object will be set as the Initiator.",
                                "$ref": "#/components/schemas/workflow.InitiatorContext",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "TargetCtxList": {
                                "type": "array",
                                "items": {
                                    "description": "Details about all the targets that are affected by the workflow. In the context of workflow execution, a target is an Intersight object which is affected by the workflow execution. For example, during server profile deployment workflow the server will be set as one of the targets for this workflow. For user created workflow this field is optional and the system will automatically set all the objects which are passed using target datatype for the workflow.",
                                    "$ref": "#/components/schemas/workflow.TargetContext",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "WorkflowSubtype": {
                                "description": "The subtype of the dynamic workflow. For example - Intersight services offer the following subtypes [Validate, Deploy, Import] for dynamic workflow of type serverconfig. This field is not applicable for user created workflows.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "WorkflowType": {
                                "description": "Intersight services set the type of dynamic workflow that need to be built and executed. This field is not applicable for user created workflows. WorkflowType set as ServerConfig states that a dynamic workflow is executing tasks related to server configuration.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.WorkflowDefinition.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.WorkflowDefinition' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.WorkflowDefinition' resources.",
                "x-one-of-name": "workflow.WorkflowDefinition.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.WorkflowDefinition.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.WorkflowDefinition.Relationship": {
                "description": "A relationship to the 'workflow.WorkflowDefinition' resource, or the expanded 'workflow.WorkflowDefinition' resource, or the 'null' value.",
                "x-one-of-name": "workflow.WorkflowDefinition.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.WorkflowDefinition"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.WorkflowDefinition": {
                "title": "Workflow Definition",
                "description": "The WorkflowDefinitions object serves as the blueprint for automation, representing a collection of tasks sequenced as a Directed Acyclic Graph (DAG).\n#### Purpose\nIt defines the logical flow of an automation process by sequencing tasks and control logic. It allows users to create complex automation scenarios by linking tasks with defined transitions and dependencies.\n### Key Concepts\n- **DAG Structure:** Represents tasks as nodes and transitions as edges in a directed graph.\n- **Versioning:** Supports multiple versions of a workflow, allowing for safe updates and maintenance.\n- **Input/Output/Variable Schema:** Defines the schema for data flowing through the workflow, including inputs, outputs, and intermediate variables.\n- **Control Logic:** Manages execution flow through control tasks and mapping parameters.",
                "x-allOf-name": "workflow.WorkflowDefinition",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.WorkflowDefinition', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.WorkflowDefinition"
                                ],
                                "default": "workflow.WorkflowDefinition",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.WorkflowDefinition"
                                ],
                                "default": "workflow.WorkflowDefinition",
                                "x-enum-as-string": true
                            },
                            "CreateUser": {
                                "description": "The user identifier who created or cloned the workflow definition.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DefaultVersion": {
                                "description": "When true this will be the workflow version that is used when a specific workflow definition version is not specified. The default version is used when user executes a workflow without specifying a version or when workflow is included in another workflow without a specific version. The very first workflow definition created with a name will be set as the default version, after that user can explicitly set any version of the workflow definition as the default version.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "The description for this workflow.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "InputDefinition": {
                                "type": "array",
                                "items": {
                                    "description": "The schema for inputs that can be provided when executing this workflow. The name provided for the input must be unique across all the inputs for the workflow and will be used to reference the input. A user friendly label and description can also be provided. The data type must be provided and depending on the data type additional constraints and properties can be set. In a workflow definition, the workflow inputs can be mapped to task inputs or workflow outputs or variables. They can be used in direct mapping as ${workflow.input.<name>} or in templates as {{.global.workflow.input.<name>}}.",
                                    "$ref": "#/components/schemas/workflow.BaseDataType",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "InputParameterSet": {
                                "type": "array",
                                "items": {
                                    "description": "The Parameter Set rules control the availability of specific parameters or inputs during the execution.",
                                    "$ref": "#/components/schemas/workflow.ParameterSet",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Label": {
                                "description": "A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]{1}[\\sa-zA-Z0-9_./:-]{0,91}$",
                                "x-omitempty": true
                            },
                            "LicenseEntitlement": {
                                "description": "License entitlement required to run this workflow. It is calculated based on the highest license requirement of all its tasks.\n* `Base` - Base as a License type. It is default license type.\n* `Essential` - Essential as a License type.\n* `Standard` - Standard as a License type.\n* `Advantage` - Advantage as a License type.\n* `Premier` - Premier as a License type.\n* `IWO-Essential` - IWO-Essential as a License type.\n* `IWO-Advantage` - IWO-Advantage as a License type.\n* `IWO-Premier` - IWO-Premier as a License type.\n* `IKS-Advantage` - IKS-Advantage as a License type.\n* `INC-Premier-1GFixed` - Premier 1G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-10GFixed` - Premier 10G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-100GFixed` - Premier 100G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-Mod4Slot` - Premier Modular 4 slot license tier for Intersight Nexus Cloud.\n* `INC-Premier-Mod8Slot` - Premier Modular 8 slot license tier for Intersight Nexus Cloud.\n* `INC-Premier-D2OpsFixed` - Premier D2Ops fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-D2OpsMod` - Premier D2Ops modular license tier for Intersight Nexus Cloud.\n* `INC-Premier-CentralizedMod8Slot` - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.\n* `INC-Premier-DistributedMod8Slot` - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.\n* `ERP-Advantage` - Advantage license tier for ERP workflows.\n* `IntersightTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.\n* `IWOTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.\n* `IKSTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.\n* `INCTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.",
                                "type": "string",
                                "enum": [
                                    "Base",
                                    "Essential",
                                    "Standard",
                                    "Advantage",
                                    "Premier",
                                    "IWO-Essential",
                                    "IWO-Advantage",
                                    "IWO-Premier",
                                    "IKS-Advantage",
                                    "INC-Premier-1GFixed",
                                    "INC-Premier-10GFixed",
                                    "INC-Premier-100GFixed",
                                    "INC-Premier-Mod4Slot",
                                    "INC-Premier-Mod8Slot",
                                    "INC-Premier-D2OpsFixed",
                                    "INC-Premier-D2OpsMod",
                                    "INC-Premier-CentralizedMod8Slot",
                                    "INC-Premier-DistributedMod8Slot",
                                    "ERP-Advantage",
                                    "IntersightTrial",
                                    "IWOTrial",
                                    "IKSTrial",
                                    "INCTrial"
                                ],
                                "default": "Base",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MaxTaskCount": {
                                "description": "The maximum number of tasks that can be executed on this workflow.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MaxWorkerTaskCount": {
                                "description": "The maximum number of external (worker) tasks that can be executed on this workflow.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ModUser": {
                                "description": "The user identifier who last updated the workflow definition.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]{1}[a-zA-Z0-9_.-]{0,63}$",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "OutputDefinition": {
                                "type": "array",
                                "items": {
                                    "description": "The schema for outputs generated after executing this workflow. The name provided for the output must be unique across all the outputs of the workflow. A user friendly label and description can also be provided. In a workflow definition, the workflow outputs can be mapped from task outputs or workflow inputs or variables.",
                                    "$ref": "#/components/schemas/workflow.BaseDataType",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "OutputParameters": {
                                "description": "The output mappings for the workflow. The schema for outputs of a workflow is defined using OutputDefinition. The outputs for workflows that we want to export out at the end of the workflow can be mapped from task outputs, workflow inputs, or workflow variables. Any task output, workflow input, or workflow variable can be mapped to a workflow output as long as the types are compatible. The format to specify the mapping is '${ 'workflow | <taskName>'. 'output |input | variable'.<name>[.<JsonPath>]}'. First, either the keyword 'workflow' or the name of the task in the workflow must be given. If a task name is used, then it must be followed by the keyword 'output', if the keyword workflow was used, then it must be followed by the keyword 'input' or 'variable'. Following this '<name>' must be the name of either input, output, or variable that must be mapped as workflow output. The last part of the mapping can be an optional <JsonPath> to extract specific fields on the data.",
                                "x-omitempty": true
                            },
                            "Properties": {
                                "description": "Type to capture the properties of a workflow definition. Some of these properties are passed to workflow execution instance.",
                                "$ref": "#/components/schemas/workflow.WorkflowProperties",
                                "x-omitempty": true
                            },
                            "Tasks": {
                                "type": "array",
                                "items": {
                                    "description": "The tasks contained inside of the workflow.",
                                    "$ref": "#/components/schemas/workflow.WorkflowTask",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "UiInputFilters": {
                                "type": "array",
                                "items": {
                                    "description": "Rules or additional filters to narrow down the input data based on preceding input selections while executing a workflow from UI.",
                                    "$ref": "#/components/schemas/workflow.UiInputFilter",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "UiRenderingData": {
                                "description": "This will hold the data needed for workflow to be rendered in the user interface.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "ValidationInformation": {
                                "description": "The current validation state and associated information for this workflow.",
                                "$ref": "#/components/schemas/workflow.ValidationInformation",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VariableDefinition": {
                                "type": "array",
                                "items": {
                                    "description": "The schema for variables that are updated during execution of this workflow. The name provided for the variable must be unique across all the variables for the workflow and will be used to reference the variable. A user friendly label and description can also be provided. The data type must be provided and depending on the data type additional constraints and properties can be set. In a workflow definition, the workflow variable can be mapped to task inputs or workflow outputs or variables. They can be used in direct mapping as ${workflow.variable.<var-name>} or in templates as {{.global.workflow.variable.<var-name>}} where var-name is the name defined in the VariableDefinition section. The variables can be updated in the Task's VariableParameter section which is evaluated after the task is executed. Some examples of workflow variables usage are as follows. \"InputParameters\":{ \"input1\":\"prefix_{{.global.workflow.variable.var1}}\", \"input2\":\"${workflow.variable.var2}\" } \"VariableParameters\":{ \"var1\":\"${workflow.input.input1}\", \"var2\":\"{{ Substring .global.task1.output.output1 0 5}}\" }.",
                                    "$ref": "#/components/schemas/workflow.BaseDataType",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Version": {
                                "description": "The version of the workflow to support multiple versions.",
                                "type": "integer",
                                "format": "int64",
                                "default": 1,
                                "minimum": 1,
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Catalog": {
                                "$ref": "#/components/schemas/workflow.Catalog.Relationship",
                                "description": "A reference to a workflowCatalog resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "ClonedFrom": {
                                "$ref": "#/components/schemas/workflow.WorkflowDefinition.Relationship",
                                "description": "A reference to a workflowWorkflowDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "WorkflowMetadata": {
                                "$ref": "#/components/schemas/workflow.WorkflowMetadata.Relationship",
                                "description": "A reference to a workflowWorkflowMetadata resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "workflow.WorkflowDefinition.List": {
                "title": "List of 'workflow.WorkflowDefinition' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.WorkflowDefinition' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.WorkflowDefinition' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.WorkflowDefinition"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.WorkflowEngineProperties": {
                "title": "Workflow:Workflow Engine Properties",
                "description": "Properties for performing workflow action on workflow engine.",
                "x-allOf-name": "workflow.WorkflowEngineProperties",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    }
                ]
            },
            "workflow.WorkflowInfo.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.WorkflowInfo' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.WorkflowInfo' resources.",
                "x-one-of-name": "workflow.WorkflowInfo.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.WorkflowInfo.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.WorkflowInfo.Relationship": {
                "description": "A relationship to the 'workflow.WorkflowInfo' resource, or the expanded 'workflow.WorkflowInfo' resource, or the 'null' value.",
                "x-one-of-name": "workflow.WorkflowInfo.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.WorkflowInfo"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.WorkflowInfo": {
                "title": "Workflow:Workflow Info",
                "description": "The WorkflowInfo object encapsulates the execution instance of a workflow, providing details about its progress, state, and execution context. It is essential for monitoring and managing workflow execution.\n#### Purpose\nWorkflowInfo serves as a runtime representation of a workflow execution, capturing all relevant data such as inputs, outputs, status, and execution context. It is vital for tracking the lifecycle and performance of workflows in real-time.\n#### Key Concepts\n- **Execution Tracking:** Monitors workflow progress, status, and execution metrics, providing insights into workflow performance.\n- **Contextual Information:** Contains initiator and target information, ensuring that workflows are executed within the correct context. organizational and security context.\n- **State Management:** Captures the state transitions of workflows, facilitating retries, rollbacks, and recovery actions.\n- **Role-Based Access:** Ensures secure management and visibility of workflow executions based on user privileges.",
                "x-allOf-name": "workflow.WorkflowInfo",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.WorkflowInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.WorkflowInfo"
                                ],
                                "default": "workflow.WorkflowInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.WorkflowInfo"
                                ],
                                "default": "workflow.WorkflowInfo",
                                "x-enum-as-string": true
                            },
                            "Action": {
                                "description": "The action of the workflow such as start, cancel, retry, pause.\n* `None` - No action is set, this is the default value for action field.\n* `Create` - Create a new instance of the workflow but it does not start the execution of the workflow. Use the Start action to start execution of the workflow.\n* `Start` - Start a new execution of the workflow.\n* `Pause` - Pause the workflow, this can only be issued on workflows that are in running state. A workflow can be paused for a maximum of 180 days, after 180 days the workflow will be terminated by the system.\n* `Resume` - Resume the workflow which was previously paused through pause action on the workflow.\n* `Rerun` - Rerun the workflow that has previously reached a failed state. The workflow is run from the beginning using inputs from previous execution. Completed and currently running workflows cannot be rerun. Workflows do not have to be marked for retry to use this action.\n* `Retry` - This action has been deprecated. Please use RetryFailed, Rerun or RetryFromTask action. Retry the workflow that has previously reached a final state and has the retryable property set to true. A running or waiting workflow cannot be retried. If the property retryFromTaskName is also passed along with this action, the workflow will be started from that specific task, otherwise the workflow will be restarted from the first task.  The task name in retryFromTaskName must be one of the tasks that completed or failed in the previous run. It is not possible to retry a workflow from a task which wasn't run in the previous iteration.\n* `RetryFailed` - Retry the workflow that has failed. A running or waiting workflow or a workflow that completed successfully cannot be retried. Only the tasks that failed in the previous run will be retried and the rest of workflow will be run. This action does not restart the workflow and also does not support retrying from a specific task.\n* `RetryFromTask` - Retry the workflow that has previously reached a failed state and has the retryable property set to true. A running or waiting workflow cannot be retried. RetryFromTaskName must be passed along with this action, and the workflow will be started from that specific task. The task name in RetryFromTaskName must be one of the tasks that was executed in the previous attempt. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.\n* `Cancel` - Cancel the workflow that is in running or waiting state.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Create",
                                    "Start",
                                    "Pause",
                                    "Resume",
                                    "Rerun",
                                    "Retry",
                                    "RetryFailed",
                                    "RetryFromTask",
                                    "Cancel"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "CleanupTime": {
                                "description": "The time when the workflow info will be removed from the database. When WorkflowInfo is created, cleanup time will be set to 181 days. As the workflow progresses through different states the cleanup time can be updated. A cleanup time of 0 means the workflow is not scheduled for cleanup. An active workflow that continues to schedule & run tasks can run for any amount of time and there is no upper bound for such workflows. Workflows that are not actively running, say in Paused or Waiting states will be removed after 181 days.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Email": {
                                "description": "The email address of the user who started this workflow. In the case of LDAP users, this field can hold either a username or an email.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EndTime": {
                                "description": "The time when the workflow reached a final state.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FailedWorkflowCleanupDuration": {
                                "description": "The duration in hours after which the workflow info for failed, terminated or timed out workflow will be removed from database. The minimum is 1 hour, maximum is 365 days and default is 90 days.",
                                "type": "integer",
                                "format": "int64",
                                "default": 2160,
                                "minimum": 1,
                                "maximum": 8760,
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Input": {
                                "description": "All the given inputs for the workflow. The schema for the inputs is defined in the InputDefinition section of the WorkflowDefinition. The InputDefinition will provide a list of input fields to be accepted, the associated datatype of the inputs and any additional constraints on the inputs. For more information please refer to InputDefinition property in the the the WorkflowDefinition resource. The inputs for a workflow are provided as a collection of key-value pairs, where key is the name of the input and value is any valid JSON data which conforms to the datatype of the input as specified in the InputDefinition. When the input passed into a workflow does not match the datatype or the constraints specified in the workflow definition, it will not be accepted. For example, if the InputDefinition specified that workflow must accept a string name 'key' and the value passed for key must adhere to a regex pattern. If Workflow was started with input where 'key' is not a string matching the regex pattern, an error will be generated and workflow will not start execution. During workflow definition design, the input passed into the workflow will be referred using the format 'workflow.input.<inputName>'. If the input is referred directly in a mapping it will be in the format '${workflow.input.<inputName>}' or inside a template mapping in the format '{{.global.workflow.input.<inputName>}}'.",
                                "x-omitempty": true
                            },
                            "InstId": {
                                "description": "A workflow instance Id which is the unique identified for the workflow execution.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Internal": {
                                "description": "Denotes that an Intersight service started this workflow as internal and hence will not be shown in Intersight User Interface. Typically these are internal system maintenance workflows which are triggered by Intersight services.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastAction": {
                                "description": "The last action that was issued on the workflow is saved in this field.\n* `None` - No action is set, this is the default value for action field.\n* `Create` - Create a new instance of the workflow but it does not start the execution of the workflow. Use the Start action to start execution of the workflow.\n* `Start` - Start a new execution of the workflow.\n* `Pause` - Pause the workflow, this can only be issued on workflows that are in running state. A workflow can be paused for a maximum of 180 days, after 180 days the workflow will be terminated by the system.\n* `Resume` - Resume the workflow which was previously paused through pause action on the workflow.\n* `Rerun` - Rerun the workflow that has previously reached a failed state. The workflow is run from the beginning using inputs from previous execution. Completed and currently running workflows cannot be rerun. Workflows do not have to be marked for retry to use this action.\n* `Retry` - This action has been deprecated. Please use RetryFailed, Rerun or RetryFromTask action. Retry the workflow that has previously reached a final state and has the retryable property set to true. A running or waiting workflow cannot be retried. If the property retryFromTaskName is also passed along with this action, the workflow will be started from that specific task, otherwise the workflow will be restarted from the first task.  The task name in retryFromTaskName must be one of the tasks that completed or failed in the previous run. It is not possible to retry a workflow from a task which wasn't run in the previous iteration.\n* `RetryFailed` - Retry the workflow that has failed. A running or waiting workflow or a workflow that completed successfully cannot be retried. Only the tasks that failed in the previous run will be retried and the rest of workflow will be run. This action does not restart the workflow and also does not support retrying from a specific task.\n* `RetryFromTask` - Retry the workflow that has previously reached a failed state and has the retryable property set to true. A running or waiting workflow cannot be retried. RetryFromTaskName must be passed along with this action, and the workflow will be started from that specific task. The task name in RetryFromTaskName must be one of the tasks that was executed in the previous attempt. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.\n* `Cancel` - Cancel the workflow that is in running or waiting state.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Create",
                                    "Start",
                                    "Pause",
                                    "Resume",
                                    "Rerun",
                                    "Retry",
                                    "RetryFailed",
                                    "RetryFromTask",
                                    "Cancel"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Message": {
                                "type": "array",
                                "items": {
                                    "description": "A collection of messages that specifies either the reason for the workflow failure or termination with the corresponding severity level error/warning, or the intermediate task execution message with the severity information.",
                                    "$ref": "#/components/schemas/workflow.Message",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Name": {
                                "description": "A name of the workflow execution instance.",
                                "type": "string",
                                "pattern": "^[^:]{1,92}$",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Output": {
                                "description": "All the generated outputs for the workflow. The schema for the outputs are defined in the OutputDefinition section of the WorkflowDefinition. The OutputDefinition will provide a list of output fields that could be generated after workflow execution is completed and the associated datatype of the outputs. For more information please refer to OutputDefinition property in WorkflowDefinition resource. The output for the workflow is generated as a collection of key-value pairs, where key is the name of the output and value is any valid JSON data which conforms to the datatype of output as specified in the OutputDefinition. During workflow definition design, if a workflow is included as a sub-workflow inside a parent workflow then the outputs generated by the sub-workflow can be used in the workflow design. For example, if workflow was included into parent workflow as 'SubWorkflowSample1', then that output can be referred as 'SubWorkflowSample1.output.<outputName>'. In the output is referred directly in a mapping it will be in the format '${SubWorkflowSample1.output.<outputName>}' or inside a template mapping will be in the format '{{SubWorkflowSample1.output.<outputName>}}'.",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PauseReason": {
                                "description": "Denotes the reason workflow is in paused status.\n* `None` - Pause reason is none, which indicates there is no reason for the pause state.\n* `TaskWithWarning` - Pause reason indicates the workflow is in this state due to a task that has a status as completed with warnings.\n* `SystemMaintenance` - Pause reason indicates the workflow is in this state based on actions of system admin for maintenance.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "TaskWithWarning",
                                    "SystemMaintenance"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Progress": {
                                "description": "This field indicates percentage of workflow task completion based on the total number of tasks in the workflow. The total number of tasks in the workflow is calculated based on the longest path the workflow execution can take. So progress is calculated based on the percentage of tasks that completed out of the total number of tasks that could be executed. Progress is not a representation of the time taken to complete the workflow. A task is considered as completed if the task status is either \"NO_OP\" or \"COMPLETED\". If the task status is \"SKIP_TO_FAIL\", the workflow will be terminated and the progress of the workflow will be set to 100.",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Properties": {
                                "description": "Type to capture all the properties for the workflow info passed on from workflow definition.",
                                "$ref": "#/components/schemas/workflow.WorkflowInfoProperties",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RetryFromTaskName": {
                                "description": "This field is required when RetryFromTask action is issued for a workflow that is in a 'final' state. The workflow will be retried from the specified task. This field must specify a task name which is the unique name of the task within the workflow. The task name must be one of the tasks that were completed or failed in the previous run. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Src": {
                                "description": "The source service that started the workflow execution and hence represents the owning service for this workflow.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StartTime": {
                                "description": "The time when the workflow was started for execution.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "A status of the workflow (RUNNING, WAITING, COMPLETED, TIME_OUT, FAILED). The \"status\" field has been deprecated and is now replaced with the \"workflowStatus\" field.",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SuccessWorkflowCleanupDuration": {
                                "description": "The duration in hours after which the workflow info for successful workflow will be removed from database. The minimum is 1 hour, maximum is 365 days and default is 90 days.",
                                "type": "integer",
                                "format": "int64",
                                "default": 2160,
                                "minimum": 1,
                                "maximum": 8760,
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "TaskInfoUpdate": {
                                "description": "Used to update a TaskInfo instance in the WorkflowInfo, it is used as a way to update status and provide user inputs for a WaitTask.",
                                "$ref": "#/components/schemas/workflow.TaskInfoUpdate",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "TraceId": {
                                "description": "The trace id to keep track of workflow execution.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "A type of the workflow (serverconfig, ansible_monitoring).",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserActionRequired": {
                                "description": "Property will be set when a user action is required on the workflow. This can be because the workflow is waiting for a wait task to be updated, workflow is paused or workflow launched by a configuration object has failed and needs to be retried in order to complete successfully.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserId": {
                                "description": "The user identifier which indicates the user that started this workflow.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Variable": {
                                "description": "All the generated variables for the workflow. During workflow execution, the variables will be updated as per the variableParameters specified after each task execution.",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "WaitReason": {
                                "description": "Denotes the reason workflow is in waiting status.\n* `None` - Wait reason is none, which indicates there is no reason for the waiting state.\n* `GatherTasks` - Wait reason is gathering tasks, which indicates the workflow is in this state in order to gather tasks.\n* `Duplicate` - Wait reason is duplicate, which indicates the workflow is a duplicate of current running workflow.\n* `RateLimit` - Wait reason is rate limit, which indicates the workflow is rate limited by account/instance level throttling threshold.\n* `WaitTask` - Wait reason when there are one or more wait tasks in the workflow which are yet to receive a task status update.\n* `PendingRetryFailed` - Wait reason when the workflow is pending a RetryFailed action.\n* `WaitingToStart` - Workflow is waiting to start on workflow engine.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "GatherTasks",
                                    "Duplicate",
                                    "RateLimit",
                                    "WaitTask",
                                    "PendingRetryFailed",
                                    "WaitingToStart"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "WorkflowCtx": {
                                "description": "The workflow context which contains initiator and target information.",
                                "$ref": "#/components/schemas/workflow.WorkflowCtx",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "WorkflowStatus": {
                                "description": "The current state of the workflow execution instance. A draft workflow execution will be in NotStarted state and when \"Start\" action is issued then the workflow will move into Waiting state until the first task of the workflow is scheduled at which time it will move into InProgress state. When execution reaches a final state it move to either Completed, Failed or Terminated state. For more details look at the description for each state.\n* `NotStarted` - Initially all the workflow instances are at \"NotStarted\" state. A workflow can be drafted in this state by issuing Create action. When a workflow is in this state the inputs can be updated until the workflow is started.\n* `InProgress` - A workflow execution moves into \"InProgress\" state when the first task of the workflow is scheduled for execution and continues to remain in that state as long as there are tasks executing or yet to be scheduled for execution.\n* `Waiting` - Workflow can go to waiting state due to execution of wait task present in the workflow or the workflow has not started yet either due to duplicate workflow is running or due to workflow throttling. Once Workflow engine picks up the workflow for execution, it will move to in progress state.\n* `Completed` - A workflow execution moves into Completed state when the execution path of the workflow has reached the Success node in the workflow design and there are no more tasks to be executed. Completed is the final state for the workflow execution instance and no further actions are allowed on this workflow instance.\n* `Failed` - A workflow execution moves into a Failed state when the execution path of the workflow has reached the Failed node in the workflow design and there are no more tasks to be scheduled. A Failed node can be reached when the last executed task has failed or timed out and there are no further retries available for the task. Also as per the workflow design, the last executed task did not specify an OnFailure task to be executed and hence by default, the execution will reach the Failed node. Actions like \"Rerun\", \"RetryFailed\" and \"RetryFromTask\" can be issued on failed workflow instances. Please refer to the \"Action\" description for more details.\n* `Terminated` - A workflow execution moves to Terminated state when user issues a \"Cancel\" action or due to internal errors caused during workflow execution. e.g. - Task input transformation has failed. Terminated is a final state of the workflow, no further action are allowed on this workflow instance.\n* `Canceled` - A workflow execution moves to Canceled state when a user issues a \"Cancel\" action. Cancel is not a final state, the workflow engine will issue cancel to all the running tasks and then move the workflow to the \"Terminated\" state.\n* `Paused` - A workflow execution moves to Paused state when user issues a \"Pause\" action. When in paused state the current running task will complete its execution but no further tasks will be scheduled until the workflow is resumed. A paused workflow is resumed when the user issues a \"Resume\" action. Paused workflows can be canceled by user.",
                                "type": "string",
                                "enum": [
                                    "NotStarted",
                                    "InProgress",
                                    "Waiting",
                                    "Completed",
                                    "Failed",
                                    "Terminated",
                                    "Canceled",
                                    "Paused"
                                ],
                                "default": "NotStarted",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Account": {
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "AssociatedObject": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship",
                                "description": "A reference to a moBaseMo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "Organization": {
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship",
                                "description": "A reference to a organizationOrganization resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "ParentTaskInfo": {
                                "$ref": "#/components/schemas/workflow.TaskInfo.Relationship",
                                "description": "A reference to a workflowTaskInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ParentWorkflowInfos": {
                                "description": "An array of relationships to workflowWorkflowInfo resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.WorkflowInfo.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Permission": {
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.Permission.Relationship",
                                "description": "A reference to a iamPermission resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "TaskInfos": {
                                "description": "An array of relationships to workflowTaskInfo resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.TaskInfo.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "WorkflowDefinition": {
                                "$ref": "#/components/schemas/workflow.WorkflowDefinition.Relationship",
                                "description": "A reference to a workflowWorkflowDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.WorkflowInfo.List": {
                "title": "List of 'workflow.WorkflowInfo' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.WorkflowInfo' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.WorkflowInfo' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.WorkflowInfo"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.WorkflowInfoAutoRestartProperties": {
                "title": "Workflow:Workflow Info Auto Restart Properties",
                "description": "Properties for auto-restarting a failed workflow execution. Workflow will be auto-restarted from the beginning upon failure when the autorestart property is set to true. When a workflow fails, retrying the workflow from failed task might not be desirable since failed task is dependent on the previous task output and hence the previous task must also be re-executed for a successful workflow execution.",
                "x-allOf-name": "workflow.WorkflowInfoAutoRestartProperties",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    }
                ]
            },
            "workflow.WorkflowInfoProperties": {
                "title": "Workflow:Workflow Info Properties",
                "description": "Properties for a workflowInfo.",
                "x-allOf-name": "workflow.WorkflowInfoProperties",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.WorkflowInfoProperties', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.WorkflowInfoProperties"
                                ],
                                "default": "workflow.WorkflowInfoProperties",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.WorkflowInfoProperties"
                                ],
                                "default": "workflow.WorkflowInfoProperties",
                                "x-enum-as-string": true
                            },
                            "Cancelable": {
                                "description": "Holds the parameters and conditions for a workflow to be cancelable.",
                                "$ref": "#/components/schemas/workflow.CancelableType",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Retryable": {
                                "description": "When true, this workflow can be retried within 2 weeks from the last failure.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RollbackAction": {
                                "description": "Status of rollback for this workflow instance. The rollback action can be enabled, disabled or completed.\n* `Disabled` - Status of the rollback action when workflow is disabled for rollback.\n* `Enabled` - Status of the rollback action when workflow is enabled for rollback.\n* `Completed` - Status of the rollback action once workflow completes the rollback for all eligible tasks.",
                                "type": "string",
                                "enum": [
                                    "Disabled",
                                    "Enabled",
                                    "Completed"
                                ],
                                "default": "Disabled",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RollbackOnCancel": {
                                "description": "When set to true, the changes are automatically rolled back if the workflow execution is cancelled.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RollbackOnFailure": {
                                "description": "When set to true, the changes are automatically rolled back if the workflow fails to execute.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.WorkflowMetadata.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.WorkflowMetadata' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.WorkflowMetadata' resources.",
                "x-one-of-name": "workflow.WorkflowMetadata.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.WorkflowMetadata.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.WorkflowMetadata.Relationship": {
                "description": "A relationship to the 'workflow.WorkflowMetadata' resource, or the expanded 'workflow.WorkflowMetadata' resource, or the 'null' value.",
                "x-one-of-name": "workflow.WorkflowMetadata.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.WorkflowMetadata"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.WorkflowMetadata": {
                "title": "Workflow Metadata",
                "description": "Workflow metadata is a collection of properties that are common across all the versions of a workflow.",
                "x-allOf-name": "workflow.WorkflowMetadata",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.WorkflowMetadata', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.WorkflowMetadata"
                                ],
                                "default": "workflow.WorkflowMetadata",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.WorkflowMetadata"
                                ],
                                "default": "workflow.WorkflowMetadata",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "The description for this workflow.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "A user friendly short name to identify the workflow metadata. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]{1}[\\sa-zA-Z0-9_.:-]{0,91}$",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name for this workflow metadata. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]{1}[a-zA-Z0-9_.-]{0,63}$",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "AssociatedPrivilegeSets": {
                                "description": "An array of relationships to iamPrivilegeSet resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.PrivilegeSet.Relationship"
                                },
                                "nullable": true
                            },
                            "AssociatedRoles": {
                                "description": "An array of relationships to iamRole resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.Role.Relationship"
                                },
                                "nullable": true
                            },
                            "Catalog": {
                                "$ref": "#/components/schemas/workflow.Catalog.Relationship",
                                "description": "A reference to a workflowCatalog resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.WorkflowMetadata.List": {
                "title": "List of 'workflow.WorkflowMetadata' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.WorkflowMetadata' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.WorkflowMetadata' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.WorkflowMetadata"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.WorkflowProperties": {
                "title": "Workflow:Workflow Properties",
                "description": "Properties for a workflow definition.",
                "x-allOf-name": "workflow.WorkflowProperties",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.WorkflowProperties', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.WorkflowProperties"
                                ],
                                "default": "workflow.WorkflowProperties",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.WorkflowProperties"
                                ],
                                "default": "workflow.WorkflowProperties",
                                "x-enum-as-string": true
                            },
                            "Cloneable": {
                                "description": "When set to false workflow is not cloneable. It is set to true only if Workflow is not internal and it does not have any internal tasks.",
                                "type": "boolean",
                                "default": true,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EnableDebug": {
                                "description": "Enabling this flag will capture request and response details as debug logs for tasks that are using workflow.BatchApi for implementation. For other tasks in the workflow which are not based on workflow.BatchApi logs will not be generated.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "EnablePublishStatus": {
                                "description": "This flag determines if this workflow publish status is enforced or not.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "ExternalMeta": {
                                "description": "When set to false the workflow is owned by the system and used for internal services. Such workflows cannot be directly used by external entities.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PublishStatus": {
                                "description": "The workflow publish status (Draft, Published, Archived), this property is relevant only when enablePublishStatus is set to true.\n* `Draft` - The enum specifies the option as Draft which means the meta definition is being designed and tested.\n* `Published` - The enum specifies the option as Published which means the meta definition is ready for consumption.\n* `Archived` - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.",
                                "type": "string",
                                "enum": [
                                    "Draft",
                                    "Published",
                                    "Archived"
                                ],
                                "default": "Draft",
                                "x-omitempty": true
                            },
                            "Retryable": {
                                "description": "When set to true, the failed workflow executions from this workflow definition can be retried for up to 2 weeks since the last modification time. After two weeks of inactivity on the workflow execution, the option to retry the failed workflow will be disabled.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "RollbackOnCancel": {
                                "description": "When set to true, the changes are automatically rolled back if the workflow execution is canceled.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "RollbackOnFailure": {
                                "description": "When set to true, the changes are automatically rolled back if the workflow fails to execute.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "SupportStatus": {
                                "description": "Supported status of the definition.\n* `Supported` - The definition is a supported version and there will be no changes to the mandatory inputs or outputs.\n* `Beta` - The definition is a Beta version and this version can under go changes until the version is marked supported.\n* `Deprecated` - The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.",
                                "type": "string",
                                "enum": [
                                    "Supported",
                                    "Beta",
                                    "Deprecated"
                                ],
                                "default": "Supported",
                                "x-omitempty": true
                            },
                            "TargetCtxPolicy": {
                                "description": "The target context policy that controls how target context is set for this workflow when it is run as a subworkflow.\n* `InheritFromParent` - The target context is inherited from the parent workflow and additional targets from this current workflow are also added. Use this setting when the parent workflow is operating on a target set which is still applicable for this current subworkflow.\n* `OnlyThisWorkflowTargets` - The target context is set only from the targets defined in the current workflow and nothing is inherited from parent workflow. Use this setting if the parent workflow is operating on a superset of targets and this current workflow is operating on a subset of those targets or a completely different set of targets.",
                                "type": "string",
                                "enum": [
                                    "InheritFromParent",
                                    "OnlyThisWorkflowTargets"
                                ],
                                "default": "InheritFromParent",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.WorkflowTask": {
                "title": "Workflow:Workflow Task",
                "description": "Task instance within the workflow to be executed.",
                "x-allOf-name": "workflow.WorkflowTask",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.WorkflowTask', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "workflow.DecisionTask",
                                    "workflow.FailureEndTask",
                                    "workflow.ForkTask",
                                    "workflow.JoinTask",
                                    "workflow.LoopTask",
                                    "workflow.SerialLoopTask",
                                    "workflow.StartTask",
                                    "workflow.SubWorkflowTask",
                                    "workflow.SuccessEndTask",
                                    "workflow.WaitTask",
                                    "workflow.WorkerTask"
                                ],
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "workflow.DecisionTask",
                                    "workflow.FailureEndTask",
                                    "workflow.ForkTask",
                                    "workflow.JoinTask",
                                    "workflow.LoopTask",
                                    "workflow.SerialLoopTask",
                                    "workflow.StartTask",
                                    "workflow.SubWorkflowTask",
                                    "workflow.SuccessEndTask",
                                    "workflow.WaitTask",
                                    "workflow.WorkerTask"
                                ],
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "The description of this task instance in the workflow.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "A user defined label identifier of the workflow task used for UI display.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the task within the workflow and it must be unique among all WorkflowTasks within a workflow definition. This name serves as the internal unique identifier for the task and is used to pick input and output parameters to feed into other tasks.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_:-]{1,64}$",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.XmlApi": {
                "title": "XML API",
                "description": "This models a single XML API request that can be sent to any Cisco UCS devices\nthat support Cisco UCS XML API interface.",
                "x-allOf-name": "workflow.XmlApi",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.Api"
                    }
                ]
            }
        },
        "parameters": {
            "moidParam": {
                "name": "Moid",
                "in": "path",
                "required": true,
                "description": "The unique Moid identifier of a resource instance.",
                "schema": {
                    "type": "string"
                }
            },
            "countParam": {
                "name": "$count",
                "in": "query",
                "description": "The $count query specifies the service should return the count of the matching resources, instead of returning the resources.",
                "required": false,
                "allowEmptyValue": false,
                "schema": {
                    "type": "boolean"
                },
                "examples": {
                    "total_count": {
                        "summary": "Return the count of the resources.",
                        "value": "$count=true"
                    },
                    "count_filtered": {
                        "summary": "Return the count of resources that were created less than two hours ago.",
                        "value": "$count=true&$filter=CreateTime gt now() sub PT2H"
                    }
                }
            },
            "expandParam": {
                "name": "$expand",
                "in": "query",
                "description": "Specify additional attributes or related resources to return in addition to the primary resources.",
                "required": false,
                "schema": {
                    "type": "string"
                },
                "examples": {
                    "expand_displaynames": {
                        "summary": "Return the resources.",
                        "value": "$expand=DisplayNames"
                    }
                }
            },
            "inlinecountParam": {
                "name": "$inlinecount",
                "in": "query",
                "description": "The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response.",
                "required": false,
                "allowEmptyValue": false,
                "schema": {
                    "type": "string",
                    "enum": [
                        "allpages",
                        "none"
                    ],
                    "default": "allpages"
                },
                "examples": {
                    "inlinecount_output": {
                        "summary": "Return the count of the resources, and an array containing the resources.",
                        "value": "$inlinecount=true"
                    },
                    "inlinecount_filtered": {
                        "summary": "Return the count of the resources that were created less than two hours ago, and an array containing the resources.",
                        "value": "$inlinecount=true&$filter=CreateTime gt now() sub PT2H"
                    }
                }
            },
            "selectParam": {
                "name": "$select",
                "in": "query",
                "description": "Specifies a subset of properties to return.",
                "required": false,
                "schema": {
                    "type": "string",
                    "default": ""
                },
                "examples": {
                    "select": {
                        "summary": "Return a summary list of resources. The response will include the Moid, which is always returned, and the 'CreateTime' and 'ModTime' properties.",
                        "value": "$select=CreateTime,ModTime"
                    },
                    "select_filtered": {
                        "summary": "Return a filtered, summary list of resources.",
                        "value": "$select=CreateTime,ModTime&$filter=CreateTime gt now() sub PT2H",
                        "description": "Return a summary list of resources. The response will include the Moid, which is always returned even if it is not specified in the $select query,\nand the 'CreateTime' and 'ModTime' properties, which are explicitly specified in the $select query.\nThe results are filtered and only include the resources that were created less than two hours ago."
                    }
                }
            },
            "skipParam": {
                "name": "$skip",
                "in": "query",
                "description": "Specifies the number of resources to skip in the response.",
                "required": false,
                "allowEmptyValue": false,
                "schema": {
                    "type": "integer",
                    "format": "int32",
                    "default": 0
                },
                "examples": {
                    "skip": {
                        "summary": "Return the resources. Skip the first 100 resources.",
                        "value": "$skip=100"
                    },
                    "skip_and_top": {
                        "summary": "Return the resources. Skip the first 100 resources and return up to 20 resources.",
                        "value": "$skip=100&$top=20"
                    },
                    "skip_with_filter": {
                        "summary": "Return the resources that were created less than two hours ago. Skip the first 100 resources and return up to 20 resources.",
                        "value": "$skip=100&$top=20&$filter=CreateTime gt now() sub PT2H"
                    }
                }
            },
            "topParam": {
                "name": "$top",
                "in": "query",
                "description": "Specifies the maximum number of resources to return in the response.",
                "required": false,
                "allowEmptyValue": false,
                "schema": {
                    "type": "integer",
                    "format": "int32",
                    "default": 100
                },
                "examples": {
                    "top": {
                        "summary": "Return up to 10 resources.",
                        "value": "$top=10"
                    },
                    "top_with_filter": {
                        "summary": "Return up to 20 resources that were created less than two hours ago.",
                        "value": "$top=20&$filter=CreateTime gt now() sub PT2H"
                    }
                }
            },
            "filterParam": {
                "name": "$filter",
                "in": "query",
                "description": "Filter criteria for the resources to return.\nA URI with a $filter query option identifies a subset of the entries from the Collection of Entries. The subset is determined by selecting\nonly the Entries that satisfy the predicate expression specified by the $filter option.\nThe expression language that is used in $filter queries supports references to properties and\nliterals. The literal values can be strings enclosed in single quotes, numbers and boolean values\n(true or false).",
                "required": false,
                "schema": {
                    "type": "string",
                    "default": ""
                },
                "examples": {
                    "property_createTime_gt": {
                        "summary": "Return the resources where the 'CreateTime' property is greater than the specified date.",
                        "value": "$filter=CreateTime gt 2012-08-29T21:58:33Z"
                    },
                    "property_createTime_gt_now": {
                        "summary": "Return the resources that were created less than seventy-two hours ago.",
                        "value": "$filter=CreateTime gt now() sub PT72H",
                        "description": "This example uses a filter expression to compare the 'CreateTime' property of the resource against the current time.\nThe now() function is resolved to the current time in the Intersight service when the query is processed.\n'PT72H' is a string value that represents 72 hours.\nSee https://intersight.com/apidocs for more details about how to construct a duration.\nThe \"sub\" operator is used to substract a duration from the current time."
                    },
                    "property_createTime_lt_now": {
                        "summary": "Return the resources that were created at least 60 days ago.",
                        "value": "$filter=CreateTime lt now() sub P60D"
                    },
                    "property_modTime_gt_now1": {
                        "summary": "Return the resources that were modified less than three minutes and 20 seconds ago.",
                        "value": "$filter=ModTime gt now() sub PT3M20S"
                    },
                    "property_modTime_gt_now2": {
                        "summary": "Return the resources that were modified less than 90 days ago.",
                        "value": "$filter=ModTime gt now() sub P90D"
                    },
                    "property_modTime_gt_now3": {
                        "summary": "Return the resources that were modified less than 1 day and 12 hours ago.",
                        "value": "$filter=ModTime gt now() sub P1DT12H"
                    }
                }
            },
            "orderbyParam": {
                "name": "$orderby",
                "in": "query",
                "description": "Determines what properties are used to sort the collection of resources.",
                "required": false,
                "schema": {
                    "type": "string"
                },
                "examples": {
                    "date_sort_ascending": {
                        "summary": "Return the resources, sorted by creation time in ascending order, i.e., oldest resources first.",
                        "value": "$orderby=CreationTime"
                    },
                    "date_sort_descending": {
                        "summary": "Return the resources, sorted by creation time in descending order, i.e., most recently created resources first.",
                        "value": "$orderby=-CreationTime"
                    },
                    "date_sort_filtered_descending": {
                        "summary": "Return the resources that have been modified less than 80 minutes ago, sorted by modification time, most recently modified resources first.",
                        "value": "$orderby=-ModTime&$filter=ModTime gt now() sub PT80M"
                    },
                    "sorted_results_with_paging": {
                        "summary": "Return the first 20 resources sorted by modification time.",
                        "value": "$top=20&$orderby=ModTime"
                    }
                }
            },
            "applyParam": {
                "name": "$apply",
                "in": "query",
                "description": "Specify one or more transformation operations to perform aggregation on the resources. The transformations\nare processed in order with the output from a transformation being used as input for the subsequent transformation.\nThe \"$apply\" query takes a sequence of set transformations, separated by forward slashes to express that they are\nconsecutively applied, i.e., the result of each transformation is the input to the next transformation.\nSupported aggregation methods are \"aggregate\" and \"groupby\".\nThe **aggregate** transformation takes a comma-separated list of one or more aggregate expressions as parameters and returns\na result set with a single instance, representing the aggregated value for all instances in the input set.\nThe **groupby** transformation takes one or two parameters and\n1. Splits the initial set into subsets where all instances in a subset have the same values for the grouping properties specified in the first parameter,\n2. Applies set transformations to each subset according to the second parameter, resulting in a new set of potentially different structure and cardinality,\n3. Ensures that the instances in the result set contain all grouping properties with the correct values for the group,\n4. Concatenates the intermediate result sets into one result set.\nA groupby transformation affects the structure of the result set.",
                "required": false,
                "schema": {
                    "type": "string"
                }
            },
            "atParam": {
                "name": "at",
                "in": "query",
                "description": "Similar to \"$filter\", but \"at\" is specifically used to filter versioning information properties for resources to return.\nA URI with an \"at\" Query Option identifies a subset of the Entries from the Collection of Entries identified by the\nResource Path section of the URI. The subset is determined by selecting only the Entries that satisfy the predicate\nexpression specified by the query option.\nThe expression language that is used in at operators supports references to properties and\nliterals. The literal values can be strings enclosed in single quotes, numbers and boolean values\n(true or false) or any of the additional literal representations shown in the Abstract\nType System section.",
                "examples": {
                    "versiontype_equality": {
                        "summary": "Return the resources where the 'VersionType' property of the VersionContext is equal to 'Configured'",
                        "value": "at=VersionType eq 'Configured'"
                    },
                    "interestedmos_query": {
                        "summary": "Return the resources where the 'InterestedMos' property of the VersionContext includes an MoRef with Moid equal to '5b5877e56c6730367acf46cd'",
                        "value": "at=InterestedMos.Moid eq '5b5877e56c6730367acf46cd'"
                    }
                },
                "required": false,
                "schema": {
                    "type": "string"
                }
            },
            "tagsParam": {
                "name": "tags",
                "in": "query",
                "description": "The 'tags' parameter is used to request a summary of the Tag utilization for this resource. When the 'tags' parameter is specified, the response provides a list of tag keys, the number of times the key has been used across all documents, and the tag values that have been assigned to the tag key.",
                "required": false,
                "schema": {
                    "type": "string"
                }
            },
            "IfMatch": {
                "name": "If-Match",
                "in": "header",
                "description": "For methods that apply server-side changes, and in particular for PUT, If-Match can be used to prevent\nthe lost update problem. It can check if the modification of a resource that the user wants to upload\nwill not override another change that has been done since the original resource was fetched.\nIf the request cannot be fulfilled, the 412 (Precondition Failed) response is returned.\nWhen modifying a resource using POST or PUT, the If-Match header must be set to the value of\nthe resource ModTime property after which no lost update problem should occur.\nFor example, a client send a GET request to obtain a resource, which includes the ModTime property.\nThe ModTime indicates the last time the resource was created or modified. The client then sends\na POST or PUT request with the If-Match header set to the ModTime property of the resource as obtained\nin the GET request.",
                "required": false,
                "schema": {
                    "type": "string"
                }
            },
            "Prefer": {
                "name": "Prefer",
                "in": "header",
                "description": "The Prefer request header field is used to indicate that particular server behaviors are preferred  by the client but are not required for successful completion of the request.   The \"respond-async\" preference indicates that the client prefers the server to respond  asynchronously to a response. The Prefer header is described in RFC 7240.",
                "required": false,
                "schema": {
                    "type": "string",
                    "example": "respond-async"
                }
            },
            "IfNoneMatch": {
                "name": "If-None-Match",
                "in": "header",
                "description": "For methods that apply server-side changes, If-None-Match used with the * value can be used to create\na resource not known to exist, guaranteeing that another resource creation didn't happen before,\nlosing the data of the previous put. The request will be processed only if the eventually existing\nresource's ETag doesn't match any of the values listed. Otherwise, the status code 412\n(Precondition Failed) is used.\nThe asterisk is a special value representing any resource. It is only useful when creating a resource,\nusually with PUT, to check if another resource with the identity has already been created before.\nThe comparison with the stored ETag uses the weak comparison algorithm, meaning two resources are\nconsidered identical if the content is equivalent - they don't have to be identical byte for byte.",
                "required": false,
                "schema": {
                    "type": "string"
                }
            }
        },
        "links": {
            "GetIamAccountByMoid": {
                "operationId": "GetIamAccountByMoid",
                "parameters": {
                    "Moid": "$response.body#/AccountMoid"
                },
                "description": "The 'AccountMoid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/Accounts/{Moid}'."
            },
            "GetIamDomainGroupByMoid": {
                "operationId": "GetIamDomainGroupByMoid",
                "parameters": {
                    "Moid": "$response.body#/DomainGroupMoid"
                },
                "description": "The 'DomainGroupMoid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/DomainGroups/{Moid}'."
            }
        },
        "responses": {
            "http_status_400": {
                "description": "The request could not be understood by the server due to malformed syntax.\nThe client SHOULD NOT repeat the request without modifications.\nFor example, the request may contain an incorrect JSON syntax, or the request fails\nvalidation checks.\nThe HTTP body may contain a document that provides more details about the error.",
                "headers": {
                    "x-starship-traceid": {
                        "$ref": "#/components/headers/x-starship-traceid"
                    }
                },
                "content": {
                    "application/json": {
                        "schema": {
                            "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/Error"
                        }
                    }
                }
            },
            "http_status_401": {
                "description": "The request requires user authentication. The client may repeat the request with a suitable Authorization header field.\nIf the request already included Authorization credentials, then the 401 response indicates that authorization has\nbeen refused for those credentials.\nThe HTTP body may contain a document that provides more details about the error.",
                "headers": {
                    "x-starship-traceid": {
                        "$ref": "#/components/headers/x-starship-traceid"
                    }
                },
                "content": {
                    "application/json": {
                        "schema": {
                            "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/Error"
                        }
                    }
                }
            },
            "http_status_403": {
                "description": "The request was properly authenticated, but the server is refusing to fulfill it.\nThe HTTP body may contain a document that provides more details about the error.\nFor example, the user may not have sufficient privileges to perform the request.",
                "headers": {
                    "x-starship-traceid": {
                        "$ref": "#/components/headers/x-starship-traceid"
                    }
                },
                "content": {
                    "application/json": {
                        "schema": {
                            "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/Error"
                        }
                    }
                }
            },
            "http_status_404": {
                "description": "The specified resource was not found. The HTTP body contains a document that provides more details about the error.",
                "headers": {
                    "x-starship-traceid": {
                        "$ref": "#/components/headers/x-starship-traceid"
                    }
                },
                "content": {
                    "application/json": {
                        "schema": {
                            "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/Error"
                        }
                    }
                }
            },
            "default": {
                "description": "An unexpected error occurred.",
                "headers": {
                    "x-starship-traceid": {
                        "$ref": "#/components/headers/x-starship-traceid"
                    }
                },
                "content": {
                    "application/json": {
                        "schema": {
                            "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/Error"
                        }
                    }
                }
            }
        },
        "headers": {
            "Set-Cookie": {
                "description": "Cookie authentication key for use with the `cookieAuth` apiKey authentication.",
                "schema": {
                    "type": "string",
                    "example": "X-Starship-Token=abcde12345; Path=/"
                }
            },
            "x-starship-traceid": {
                "description": "A value that uniquely identifies a HTTP request and its response.",
                "schema": {
                    "type": "string"
                }
            },
            "Content-Disposition": {
                "description": "If not present, indicates the response content is expected to be displayed inline in the browser, that is, as a Web page or as part of a Web page. If present, indicates the response content is expected to be an attachment, that is downloaded and saved locally.",
                "schema": {
                    "type": "string"
                }
            },
            "Content-Length": {
                "description": "Indicates the size of the entity-body, in bytes, sent to the recipient.",
                "schema": {
                    "type": "integer"
                }
            }
        },
        "securitySchemes": {
            "cookieAuth": {
                "type": "apiKey",
                "in": "cookie",
                "description": "The authentication cookie obtained from a Single-Sign-On SAML assertion.",
                "name": "X-Starship-Token"
            },
            "http_signature": {
                "type": "http",
                "scheme": "signature",
                "description": "The 'HTTP signature' security scheme. Each HTTP request is cryptographically signed\nas specified in https://datatracker.ietf.org/doc/draft-cavage-http-signatures/.\nSee [Intersight API and SDK documentation](https://intersight.com/apidocs) for details\nabout how to configure the HTTP signature scheme.\nYou must include the following fields in the signed headers.\n  1. '(request-target)'\n  1. '(created)'\n  1. 'Host'\n  1. 'Date'\n  1. 'Digest'\nIn addition, it is recommended that you include at least the following headers.\n  1. '(expires)'\n  1. 'Content-Type'\n* The '(created)' header expresses when the signature was created. The value must be a\n  Unix timestamp integer value. Subsecond precision is not supported.\n* The ('expires') header is optional and expresses when the signature ceases to be valid.\n  The value must be a Unix timestamp integer value. Subsecond precision is allowed\n  using decimal notation.\n  It is recommended to set the value of the '(expire)' header to '(created)' plus thirty\n  minutes, i.e., the signature is valid for thirty minutes.\n* The 'Digest' header value must be a cryptographic digest of the HTTP request body,\n  as specified in RFC 3230.\n* The 'Authorization' header must include the computed signature of the HTTP request.\n  The host machine where the API client is running must be synchronized with Internet\n  time (i.e., NIST time)."
            },
            "oAuth2": {
                "type": "oauth2",
                "description": "The client uses the OAuth2 security scheme. To use OAuth2, a client application\nmust be registered by creating a iam.AppRegistration resource.\nThe user who creates the iam.AppRegistration resource can specify a list of OAuth2\nscopes. These iam.AppRegistration scopes restricts which subset of scopes\na registered client can obtain.\nSupported OAuth2 flows are:\n**Authorization Code**\nIn the authorization code flow, the client sends a list of requested scopes to\nthe authorization URL (/iam/app-authorize). The scope in the authorization request\nmust be one of the scopes that have been configured in the corresponding\niam.AppRegistration resource.\n**Client Credentials**\nIn the client credentials flow, the scope is selected when the AppRegistration\nis created. The client cannot select a specific scope in the token request.",
                "flows": {
                    "authorizationCode": {
                        "authorizationUrl": "/iam/app-authorize",
                        "tokenUrl": "/iam/token",
                        "refreshUrl": "/iam/token",
                        "scopes": {
                            "ROLE.Account Administrator": "As an Account administrator, you have complete access to all services and resources in Intersight.\nYou can perform all administrative and management tasks, including claim and manage devices, create and deploy Server\nand HyperFlex Cluster profiles, upgrade firmware, perform server actions, cross launch devices, add and manage users and groups,\nconfigure Identity providers and more.\n",
                            "ROLE.Audit Log Viewer": "As an Audit Log Viewer, you can view audit logs.\n",
                            "ROLE.Automation Governance": "As an Automation Governor, you can approve or reject requests to publish generic objects, including Workflows,\nTasks, CDTs, FaaS, and Service Items. Each request is created for a generic asset, enabling automation governance\nto publish these assets.\n",
                            "ROLE.Catalog Administrator": "As a Catalog Administrator, you can create workflows, custom data types, resource selection policies,\nservice items, catalog items, execute catalog item, and view and perform post-deployment operations on the service item\ninstance. Also, you can view and publish the catalog items.\n",
                            "ROLE.Catalog User": "As a Catalog User, you can view the catalog items that are assigned to you. You can deploy the catalog item,\ntrack the catalog item execution, view the service item instance that is created or assigned to you, and\nperform post-deployment operations on the service item instances.\n",
                            "ROLE.Complete Claim": "As a Complete Claim user you can complete the claim of a previously created Target by\nproviding the security token of the device.\nYou do not have access to read the status or details of any devices within the account.\n",
                            "ROLE.Device Administrator": "As a Device Administrator, you can claim and unclaim a device in Intersight, view the device details,\nlicense status, a list of all the claimed devices, and generate API keys.\nYou cannot perform any other management or administrative task in this role.\n",
                            "ROLE.Device Technician": "As a Device Technician you can claim a device, view the device details, license status, a list of\nthe claimed devices, and generate API keys. You cannot perform any other management or\nadministrative task in this role.\n",
                            "ROLE.External Syslog Administrator": "As an External Syslog Administrator, you can configure an external syslog server on an on-prem appliance.\n",
                            "ROLE.HCI Cluster Administrator": "As an HCI Cluster Administrator, you can view and manage HCI Clusters,\nview all the cluster dashboard widgets, view cluster details. This role does not include the ability to claim a device.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.HCI Cluster Operator": "As an HCI Cluster Operator, you can view and manage HCI Clusters,\nview all the cluster dashboard widgets, view cluster details. This role does not include the ability to claim a device.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.HyperFlex Cluster Access Operator": "As a HyperFlex Cluster Access Operator, you can cross launch CLI and HXConnect.\n",
                            "ROLE.HyperFlex Cluster Administrator": "As a HyperFlex Cluster Administrator, you can create, edit, deploy, and manage HyperFlex Clusters,\nview all the cluster dashboard widgets, view cluster details, create HyperFlex policies and profiles, execute\ncapacity planning, and launch HyperFlex Connect. This role does not include the ability to claim a device.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.HyperFlex Cluster Data Protection Administrator": "As a HyperFlex Cluster Data  Protection Administrator, you can perform N:1 backups.\n",
                            "ROLE.HyperFlex Cluster Lifecycle Administrator": "As a HyperFlex Cluster Lifecycle Administrator, you can install, expand, upgrade a HX cluster, execute capacity\nplanning, OS installation, VC plugin installation, security hardening, and launch HyperFlex Connect as admin.\n",
                            "ROLE.HyperFlex Cluster Operator": "As a HyperFlex Cluster Operator, you can perform health checks and launch HyperFlex Connect.\nHowever, you cannot change cluster configuration.\n",
                            "ROLE.HyperFlex Cluster Storage Administrator": "As a HyperFlex Cluster Storage Administrator, you can perform datastore, iSCSI, and storage container CRUD operations.\n",
                            "ROLE.HyperFlex Cluster Syslog Administrator": "As a HyperFlex Cluster Syslog Administrator, you can configure the external HX Syslog profile.\n",
                            "ROLE.HyperFlex Cluster System Administrator": "As a HyperFlex Cluster System Administrator, you can perform most system administrator tasks,\ncreate backups, view syslogs, and configure encryption.\n",
                            "ROLE.HyperFlex Cluster System Operator": "As a HyperFlex Cluster System Operator, you can perform encryption, health checks, and post-install tasks.\n",
                            "ROLE.Integrated Systems Administrator": "As an Integrated Systems Administrator, you can perform all actions related to Integrated Systems (e.g., FlexPod) like\ncreate/edit/delete of an Integrated System. In addition you can perform administrative and management tasks related to \ndevices (including claim), servers, server profiles, UCS domain, switch profiles, hypervisors, network/SAN switches, \nstorage devices. Also, you can define workflow and task definitions and can execute them and view workflow executions.\n",
                            "ROLE.Integrated Systems Operator": "As an Integrated Systems Operator, you can view Integrated Systems (e.g., FlexPod) and can run inventory based actions (e.g., Interoperability check) \nIn addition you can view devices, servers, server profiles, UCS domain, switch profiles, hypervisors, network/SAN \nswitches, storage devices and workflows. This role does not include the ability to claim a target. You must have a\nDevice Technician, Device Administrator, or an Account Administrator role to claim a target.\n",
                            "ROLE.Kubernetes Administrator": "As a Kubernetes Administrator, you can create, edit, deploy, and manage Kubernetes Clusters. Also, you can\nview all the cluster dashboard widgets, and view cluster details. In addition, you also have privileges to\nview and manage storage targets associated with the Kubernetes clusters.  The capability to view and execute\nworkflows against the Kubernetes clusters is also granted. It also allows\nthe user to run workflows to manage VMs on hypervisor endpoints, and manage connected storage.\nThe ability to create and view IP pools is also allowed.\nThis role does not include the ability to claim a target.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target.\n",
                            "ROLE.Kubernetes Operator": "As a Kubernetes Operator, you can view Kubernetes Clusters. Also, you can\nview all the cluster dashboard widgets, and view cluster details. In addition, you also have privileges to\nview storage targets associated with the Kubernetes clusters.  The capability to view\nworkflows is also granted.  It also allows the user to view VMs on hypervisor endpoints.\nThis role also provides the capability to view IP pools.\nThis role does not include the ability to claim a target.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target.\n",
                            "ROLE.Location Management": "As a user with location management privileges, you can manage location, including creating, updating, and deleting.\n",
                            "ROLE.Network Administrator": "As a Network Administrator, you can create, update, delete and view the Managed network device objects.\nThe capability to view and execute workflows against the network device is also granted.\nThis role does not include the ability to claim a target. You must have a Device Technician, Device Administrator,\nor an Account Administrator role to claim a target.\n",
                            "ROLE.Network Operator": "As a Network Operator, you can view the Managed network device objects. The capability to view workflows against the\nnetwork device is also granted. This role does not include the ability to claim a target. You must have a Device\nTechnician, Device Administrator, or an Account Administrator role to claim a target.\n",
                            "ROLE.Nexus Administrator": "As a Nexus Administrator, you have the privileges to perform all Nexus related operations. This includes\nclaiming devices, updating policy configuration, and monitoring the system.\n",
                            "ROLE.Nexus Analyst": "As a Nexus Analyst, you can run and update the available Nexus Cloud analyses such as Sustainability, Conformance, Compliance, and others.\n",
                            "ROLE.Nexus Config Administrator": "As a Nexus Config Administrator, you can create or modify policy configuration and can initiate the\nworkflow that will activate policy changes.\n\nThis role does not allow you to claim or remove devices.\n",
                            "ROLE.Nexus Observer": "As a Nexus Observer, you can generally view the state of all devices. Additional items\ninclude things like viewing configured policies and monitoring active flows. This role does\nnot include any permission which allows the system to be changed.\n",
                            "ROLE.Read-Only": "As a Read-Only user, you can view the dashboard, table views of the managed devices, change your user preferences,\nand generate API keys. You cannot claim a device, add or remove a user, configure Identity providers or\nperform any server actions.\n",
                            "ROLE.SAN Administrator": "As a SAN Administrator, you can create, update, delete and view the Managed SAN switch objects.\nThe capability to view and execute workflows against the SAN switches is also granted.\nThis role does not include the ability to claim a target. You must have a Device Technician, Device Administrator,\nor an Account Administrator role to claim a target.\n",
                            "ROLE.SAN Operator": "As a SAN Operator, you can view the Managed SAN switch objects. The capability to view workflows against the\nSAN switches is also granted. This role does not include the ability to claim a target. You must have a Device\nTechnician, Device Administrator, or an Account Administrator role to claim a target.\n",
                            "ROLE.Server Administrator": "As a Server Administrator, you can view and manage UCS Servers and Fabric Interconnects,\nview all the server and Fabric Interconnect dashboard widgets, perform server actions,\nview server details, launch management interfaces and the CLI, create and deploy server\npolicies and profiles, and manage API keys. This role does not include the ability to claim a device.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.Service Designer": "As a Service Designer, you can create custom data types, tasks, workflows, resource selection criteria,\nand use these to design the service items. The service designer can validate the service items by using\nthe deployment and post-deployment actions.\n",
                            "ROLE.Service Operator": "As a Service Operator, you can view and update the catalog items, service items, and workflows. Also, you can\nexecute the workflow and validate the catalog or service items.\n",
                            "ROLE.Storage Administrator": "As a Storage Administrator, a user can view and manage Storage devices, view and execute\nworkflows and view all the storage dashboard widgets.\n\nThis privilege does not include the ability to claim a device. You must have a\nDevice Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.Support Services": "As a Support Services user, you can view the dashboard and table views of managed devices, change your user preferences,\ncollect tech support bundles, and generate API keys. In this role, you cannot claim targets, add or remove users, configure\nIdentity Providers, or perform server actions.\n",
                            "ROLE.Sustainability Metrics Viewer": "As a Sustainability Metrics Viewer user, you have read access to the Energy Management Capability (EMC) features and the ability\nregister an OAuth2 application for programmatic access to the APIs.\n",
                            "ROLE.Tag Management": "As a user with tag management privileges, you can manage tag definitions, including creating, updating, and deleting tags.\n",
                            "ROLE.UCS Domain Administrator": "As a UCS Domain Administrator, you can view and manage Switch Profiles and Network Configuration Policies, view Fabric Interconnect dashboard widgets, perform actions on Switch, launch management interfaces and the CLI, create and deploy switch policies and profiles, and manage API keys. This role does not include the ability to claim a device. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.Unified Edge Administrator": "As a Unified Edge Administrator, you can view and manage Switch Profiles, Network and Chassis Configuration Policies, view Unified Edge dashboard widgets, perform actions on Switch and Chassis, launch management interfaces and the CLI, and manage API keys. This role does not include the ability to claim a device. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.User Access Administrator": "As a User Access Administrator, you can add and manage Users and Groups in Intersight, view account details\nand audit logs, manage the IdPs, roles, sessions and API keys for non Account Administrator users.\nHowever, you cannot claim a device or perform any management tasks in Intersight.\nYou cannot add or manage a user with Account Administrator role.\n",
                            "ROLE.Virtualization Administrator": "As a Virtualization Administrator, a user can view and manage hypervisor resources, view\nand execute workflows.\n\nThis privilege does not include the ability to claim a device. You must have a\nDevice Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.Workflow Designer": "As a Workflow Designer, you can define workflow definitions and custom data types,\nview workflow definitions, task definitions and custom data types, execute workflows and\nview workflow executions.\n",
                            "ROLE.Workload Administrator": "As a Workload Administrator you can view and manage Workload Definitions and Workload Deployments.\n",
                            "ROLE.Workload Operator": "As a Workload Operator you can view and manage Workload Deployments and view Workload Definitions.\n",
                            "ROLE.Workload Optimizer Administrator": "As a Workload Optimizer Administrator, you can access all Workload Optimizer features and perform \nadministrative tasks to configure Workload Optimizer.\n",
                            "ROLE.Workload Optimizer Advisor": "As a Workload Optimizer Advisor, you can view workload optimization state and recommended actions,\nrun plans for workload optimization.\n",
                            "ROLE.Workload Optimizer Automator": "As a Workload Optimizer Automator, you can view workload optimization state, recommended actions,\nrun plans for workload optimization, execute workload optimization actions, and deploy workloads.\n",
                            "ROLE.Workload Optimizer Deployer": "As a Workload Optimizer Deployer, you can view all Workload Optimizer charts and data, deploy \nworkloads, and create policies and templates. You cannot run plans or execute any recommended actions.\n",
                            "ROLE.Workload Optimizer Observer": "As a Workload Optimizer Observer, you can view workload optimization state and recommended actions.\n",
                            "ROLE.vKVM Only": "As a vKVM-only user, you can launch vKVM and tunneled vKVM sessions to a server from Intersight. \nIn addition you can view servers, chassis and the running workflows. \nIn this role, you cannot perform any server actions from Intersight apart from launching vKVM.\n"
                        }
                    },
                    "clientCredentials": {
                        "tokenUrl": "/iam/token",
                        "scopes": {
                            "ROLE.Account Administrator": "As an Account administrator, you have complete access to all services and resources in Intersight.\nYou can perform all administrative and management tasks, including claim and manage devices, create and deploy Server\nand HyperFlex Cluster profiles, upgrade firmware, perform server actions, cross launch devices, add and manage users and groups,\nconfigure Identity providers and more.\n",
                            "ROLE.Audit Log Viewer": "As an Audit Log Viewer, you can view audit logs.\n",
                            "ROLE.Automation Governance": "As an Automation Governor, you can approve or reject requests to publish generic objects, including Workflows,\nTasks, CDTs, FaaS, and Service Items. Each request is created for a generic asset, enabling automation governance\nto publish these assets.\n",
                            "ROLE.Catalog Administrator": "As a Catalog Administrator, you can create workflows, custom data types, resource selection policies,\nservice items, catalog items, execute catalog item, and view and perform post-deployment operations on the service item\ninstance. Also, you can view and publish the catalog items.\n",
                            "ROLE.Catalog User": "As a Catalog User, you can view the catalog items that are assigned to you. You can deploy the catalog item,\ntrack the catalog item execution, view the service item instance that is created or assigned to you, and\nperform post-deployment operations on the service item instances.\n",
                            "ROLE.Complete Claim": "As a Complete Claim user you can complete the claim of a previously created Target by\nproviding the security token of the device.\nYou do not have access to read the status or details of any devices within the account.\n",
                            "ROLE.Device Administrator": "As a Device Administrator, you can claim and unclaim a device in Intersight, view the device details,\nlicense status, a list of all the claimed devices, and generate API keys.\nYou cannot perform any other management or administrative task in this role.\n",
                            "ROLE.Device Technician": "As a Device Technician you can claim a device, view the device details, license status, a list of\nthe claimed devices, and generate API keys. You cannot perform any other management or\nadministrative task in this role.\n",
                            "ROLE.External Syslog Administrator": "As an External Syslog Administrator, you can configure an external syslog server on an on-prem appliance.\n",
                            "ROLE.HCI Cluster Administrator": "As an HCI Cluster Administrator, you can view and manage HCI Clusters,\nview all the cluster dashboard widgets, view cluster details. This role does not include the ability to claim a device.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.HCI Cluster Operator": "As an HCI Cluster Operator, you can view and manage HCI Clusters,\nview all the cluster dashboard widgets, view cluster details. This role does not include the ability to claim a device.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.HyperFlex Cluster Access Operator": "As a HyperFlex Cluster Access Operator, you can cross launch CLI and HXConnect.\n",
                            "ROLE.HyperFlex Cluster Administrator": "As a HyperFlex Cluster Administrator, you can create, edit, deploy, and manage HyperFlex Clusters,\nview all the cluster dashboard widgets, view cluster details, create HyperFlex policies and profiles, execute\ncapacity planning, and launch HyperFlex Connect. This role does not include the ability to claim a device.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.HyperFlex Cluster Data Protection Administrator": "As a HyperFlex Cluster Data  Protection Administrator, you can perform N:1 backups.\n",
                            "ROLE.HyperFlex Cluster Lifecycle Administrator": "As a HyperFlex Cluster Lifecycle Administrator, you can install, expand, upgrade a HX cluster, execute capacity\nplanning, OS installation, VC plugin installation, security hardening, and launch HyperFlex Connect as admin.\n",
                            "ROLE.HyperFlex Cluster Operator": "As a HyperFlex Cluster Operator, you can perform health checks and launch HyperFlex Connect.\nHowever, you cannot change cluster configuration.\n",
                            "ROLE.HyperFlex Cluster Storage Administrator": "As a HyperFlex Cluster Storage Administrator, you can perform datastore, iSCSI, and storage container CRUD operations.\n",
                            "ROLE.HyperFlex Cluster Syslog Administrator": "As a HyperFlex Cluster Syslog Administrator, you can configure the external HX Syslog profile.\n",
                            "ROLE.HyperFlex Cluster System Administrator": "As a HyperFlex Cluster System Administrator, you can perform most system administrator tasks,\ncreate backups, view syslogs, and configure encryption.\n",
                            "ROLE.HyperFlex Cluster System Operator": "As a HyperFlex Cluster System Operator, you can perform encryption, health checks, and post-install tasks.\n",
                            "ROLE.Integrated Systems Administrator": "As an Integrated Systems Administrator, you can perform all actions related to Integrated Systems (e.g., FlexPod) like\ncreate/edit/delete of an Integrated System. In addition you can perform administrative and management tasks related to \ndevices (including claim), servers, server profiles, UCS domain, switch profiles, hypervisors, network/SAN switches, \nstorage devices. Also, you can define workflow and task definitions and can execute them and view workflow executions.\n",
                            "ROLE.Integrated Systems Operator": "As an Integrated Systems Operator, you can view Integrated Systems (e.g., FlexPod) and can run inventory based actions (e.g., Interoperability check) \nIn addition you can view devices, servers, server profiles, UCS domain, switch profiles, hypervisors, network/SAN \nswitches, storage devices and workflows. This role does not include the ability to claim a target. You must have a\nDevice Technician, Device Administrator, or an Account Administrator role to claim a target.\n",
                            "ROLE.Kubernetes Administrator": "As a Kubernetes Administrator, you can create, edit, deploy, and manage Kubernetes Clusters. Also, you can\nview all the cluster dashboard widgets, and view cluster details. In addition, you also have privileges to\nview and manage storage targets associated with the Kubernetes clusters.  The capability to view and execute\nworkflows against the Kubernetes clusters is also granted. It also allows\nthe user to run workflows to manage VMs on hypervisor endpoints, and manage connected storage.\nThe ability to create and view IP pools is also allowed.\nThis role does not include the ability to claim a target.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target.\n",
                            "ROLE.Kubernetes Operator": "As a Kubernetes Operator, you can view Kubernetes Clusters. Also, you can\nview all the cluster dashboard widgets, and view cluster details. In addition, you also have privileges to\nview storage targets associated with the Kubernetes clusters.  The capability to view\nworkflows is also granted.  It also allows the user to view VMs on hypervisor endpoints.\nThis role also provides the capability to view IP pools.\nThis role does not include the ability to claim a target.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target.\n",
                            "ROLE.Location Management": "As a user with location management privileges, you can manage location, including creating, updating, and deleting.\n",
                            "ROLE.Network Administrator": "As a Network Administrator, you can create, update, delete and view the Managed network device objects.\nThe capability to view and execute workflows against the network device is also granted.\nThis role does not include the ability to claim a target. You must have a Device Technician, Device Administrator,\nor an Account Administrator role to claim a target.\n",
                            "ROLE.Network Operator": "As a Network Operator, you can view the Managed network device objects. The capability to view workflows against the\nnetwork device is also granted. This role does not include the ability to claim a target. You must have a Device\nTechnician, Device Administrator, or an Account Administrator role to claim a target.\n",
                            "ROLE.Nexus Administrator": "As a Nexus Administrator, you have the privileges to perform all Nexus related operations. This includes\nclaiming devices, updating policy configuration, and monitoring the system.\n",
                            "ROLE.Nexus Analyst": "As a Nexus Analyst, you can run and update the available Nexus Cloud analyses such as Sustainability, Conformance, Compliance, and others.\n",
                            "ROLE.Nexus Config Administrator": "As a Nexus Config Administrator, you can create or modify policy configuration and can initiate the\nworkflow that will activate policy changes.\n\nThis role does not allow you to claim or remove devices.\n",
                            "ROLE.Nexus Observer": "As a Nexus Observer, you can generally view the state of all devices. Additional items\ninclude things like viewing configured policies and monitoring active flows. This role does\nnot include any permission which allows the system to be changed.\n",
                            "ROLE.Read-Only": "As a Read-Only user, you can view the dashboard, table views of the managed devices, change your user preferences,\nand generate API keys. You cannot claim a device, add or remove a user, configure Identity providers or\nperform any server actions.\n",
                            "ROLE.SAN Administrator": "As a SAN Administrator, you can create, update, delete and view the Managed SAN switch objects.\nThe capability to view and execute workflows against the SAN switches is also granted.\nThis role does not include the ability to claim a target. You must have a Device Technician, Device Administrator,\nor an Account Administrator role to claim a target.\n",
                            "ROLE.SAN Operator": "As a SAN Operator, you can view the Managed SAN switch objects. The capability to view workflows against the\nSAN switches is also granted. This role does not include the ability to claim a target. You must have a Device\nTechnician, Device Administrator, or an Account Administrator role to claim a target.\n",
                            "ROLE.Server Administrator": "As a Server Administrator, you can view and manage UCS Servers and Fabric Interconnects,\nview all the server and Fabric Interconnect dashboard widgets, perform server actions,\nview server details, launch management interfaces and the CLI, create and deploy server\npolicies and profiles, and manage API keys. This role does not include the ability to claim a device.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.Service Designer": "As a Service Designer, you can create custom data types, tasks, workflows, resource selection criteria,\nand use these to design the service items. The service designer can validate the service items by using\nthe deployment and post-deployment actions.\n",
                            "ROLE.Service Operator": "As a Service Operator, you can view and update the catalog items, service items, and workflows. Also, you can\nexecute the workflow and validate the catalog or service items.\n",
                            "ROLE.Storage Administrator": "As a Storage Administrator, a user can view and manage Storage devices, view and execute\nworkflows and view all the storage dashboard widgets.\n\nThis privilege does not include the ability to claim a device. You must have a\nDevice Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.Support Services": "As a Support Services user, you can view the dashboard and table views of managed devices, change your user preferences,\ncollect tech support bundles, and generate API keys. In this role, you cannot claim targets, add or remove users, configure\nIdentity Providers, or perform server actions.\n",
                            "ROLE.Sustainability Metrics Viewer": "As a Sustainability Metrics Viewer user, you have read access to the Energy Management Capability (EMC) features and the ability\nregister an OAuth2 application for programmatic access to the APIs.\n",
                            "ROLE.Tag Management": "As a user with tag management privileges, you can manage tag definitions, including creating, updating, and deleting tags.\n",
                            "ROLE.UCS Domain Administrator": "As a UCS Domain Administrator, you can view and manage Switch Profiles and Network Configuration Policies, view Fabric Interconnect dashboard widgets, perform actions on Switch, launch management interfaces and the CLI, create and deploy switch policies and profiles, and manage API keys. This role does not include the ability to claim a device. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.Unified Edge Administrator": "As a Unified Edge Administrator, you can view and manage Switch Profiles, Network and Chassis Configuration Policies, view Unified Edge dashboard widgets, perform actions on Switch and Chassis, launch management interfaces and the CLI, and manage API keys. This role does not include the ability to claim a device. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.User Access Administrator": "As a User Access Administrator, you can add and manage Users and Groups in Intersight, view account details\nand audit logs, manage the IdPs, roles, sessions and API keys for non Account Administrator users.\nHowever, you cannot claim a device or perform any management tasks in Intersight.\nYou cannot add or manage a user with Account Administrator role.\n",
                            "ROLE.Virtualization Administrator": "As a Virtualization Administrator, a user can view and manage hypervisor resources, view\nand execute workflows.\n\nThis privilege does not include the ability to claim a device. You must have a\nDevice Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.Workflow Designer": "As a Workflow Designer, you can define workflow definitions and custom data types,\nview workflow definitions, task definitions and custom data types, execute workflows and\nview workflow executions.\n",
                            "ROLE.Workload Administrator": "As a Workload Administrator you can view and manage Workload Definitions and Workload Deployments.\n",
                            "ROLE.Workload Operator": "As a Workload Operator you can view and manage Workload Deployments and view Workload Definitions.\n",
                            "ROLE.Workload Optimizer Administrator": "As a Workload Optimizer Administrator, you can access all Workload Optimizer features and perform \nadministrative tasks to configure Workload Optimizer.\n",
                            "ROLE.Workload Optimizer Advisor": "As a Workload Optimizer Advisor, you can view workload optimization state and recommended actions,\nrun plans for workload optimization.\n",
                            "ROLE.Workload Optimizer Automator": "As a Workload Optimizer Automator, you can view workload optimization state, recommended actions,\nrun plans for workload optimization, execute workload optimization actions, and deploy workloads.\n",
                            "ROLE.Workload Optimizer Deployer": "As a Workload Optimizer Deployer, you can view all Workload Optimizer charts and data, deploy \nworkloads, and create policies and templates. You cannot run plans or execute any recommended actions.\n",
                            "ROLE.Workload Optimizer Observer": "As a Workload Optimizer Observer, you can view workload optimization state and recommended actions.\n",
                            "ROLE.vKVM Only": "As a vKVM-only user, you can launch vKVM and tunneled vKVM sessions to a server from Intersight. \nIn addition you can view servers, chassis and the running workflows. \nIn this role, you cannot perform any server actions from Intersight apart from launching vKVM.\n",
                            "PRIVSET.API keys": "Manage API keys used for secure access to system resources and services.\n",
                            "PRIVSET.API keys and OAuth tokens": "Manage API keys and OAuth tokens used for secure access to system resources and services.\n",
                            "PRIVSET.Access and permissions": "Manage access of users, user groups; and organizations, resource groups, and roles; and IP access management.\n",
                            "PRIVSET.Access domains": "Log in and interact with domain settings.\n",
                            "PRIVSET.Access servers": "Log in and interact with servers to perform operations based on privileges.\n",
                            "PRIVSET.Account": "Manage Intersight account settings.\n",
                            "PRIVSET.Account Administrator": "A set of privileges that provides complete access to all services and resources in Intersight.\n",
                            "PRIVSET.Acknowledge advisories": "Acknowledge the filed notices, end-of-life and security advisories.\n",
                            "PRIVSET.Acknowledge alarms": "Acknowledge the alarms.\n",
                            "PRIVSET.Activate server profiles": "Activate the profile on the attached server.\n",
                            "PRIVSET.Activate webhook": "As an Activate Webhooks user, you can enable webhooks, allowing them to start receiving and processing notifications and data from the system.\n",
                            "PRIVSET.Adapter Configuration policies": "Configure Ethernet and Fibre Channel settings for the Virtual Interface Card (VIC), including features like VXLAN, NVGRE, and TCP Offload settings.\n",
                            "PRIVSET.Add OS configuration links": "Upload an OS configuration file for automated and unattended OS installation on servers to improve deployment efficiency.\n",
                            "PRIVSET.Add OS image links": "Add the image source of the operating system, specifying the file share location and protocol (CIFS/NFS/HTTPS) to the software repository.\n",
                            "PRIVSET.Add SCU links": "Add the Server Configuration Utility (SCU) for automated OS installation, specifying file share locations using NFS, CIFS, or HTTP protocols.\n",
                            "PRIVSET.Add and remove server profile template tags": "Assign and manage tags for server profiles.\n",
                            "PRIVSET.Add domain names": "Configure and add a domain name to the system for proper network addressing and identification of resources.\n",
                            "PRIVSET.Add explorations to dashboard": "Add an exploration to the Intersight dashboard.\n",
                            "PRIVSET.Add external syslog servers": "Configure and add external Syslog servers to the system for centralized collection and management of log data from various sources.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Add firmware links": "Add a firmware source to the software repository by specifying the file share location and protocol (NFS/CIFS/HTTP[S]) for firmware upgrades.\n",
                            "PRIVSET.Add identity providers": "Configure and add a new identity provider (IdP) to the system, enabling authentication and access management through external or federated identity services.\n",
                            "PRIVSET.Add notification rule or webhook": "Create and configure new notification rules, defining criteria and actions for alerting users based on specific events or conditions.\n",
                            "PRIVSET.Add trusted IP ranges": "Add trusted IP ranges.\n",
                            "PRIVSET.Add trusted certificates": "Upload and install certificates that are trusted by the system, enabling secure communications and verifying connection authenticity.\n",
                            "PRIVSET.Alerts": "Manage the alerts from advisories, and alarms.\n",
                            "PRIVSET.Allow or Disallow Data Collection": "Enable and disable proactive RMA, tech support bundle collection, sending additional system information to Cisco.\n",
                            "PRIVSET.Allow/disallow FI and Unified Edge eCMC CLI launches": "Enable or disable launch of FI and Unified Edge eCMC CLI.\n",
                            "PRIVSET.Allow/disallow tech support bundles": "Enable or disable tech support incident bundle collection.\n",
                            "PRIVSET.Allow/disallow tunneled vKVM configurations": "Enable or disable configuration of tunneled vKVM access.\n",
                            "PRIVSET.Allow/disallow tunneled vKVM launches": "Enable or disable launch of tunneled vKVM access.\n",
                            "PRIVSET.Appliance authentication": "Manage authentication in Intersight appliance using Single sign-on (SSO), Cisco ID, SSL/TLS Certificate and LDAP.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Appliance configuration": "Manage the configuration settings of the Intersight appliance.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Appliance networking": "Manage networking settings related to the appliance.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Appliance security & privacy": "Managing system maintenance and data sharing features related to Proactive RMA feature and option to send supplementary diagnostic and operational data to Cisco.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Apply SSL Certificate": "As a user with the ability to apply SSL certificates, you can install and configure SSL certificates for secure communications.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Approve Publish Requests": "Approve Publish Requests\n",
                            "PRIVSET.Assign chassis profiles": "Link domain profiles to servers for management.\n",
                            "PRIVSET.Assign domain profiles": "Link domain profiles for server management.\n",
                            "PRIVSET.Assign server profiles": "Assign a server to the server profile.\n",
                            "PRIVSET.Attach to and detach from chassis profile templates": "It allows to attach any policies to server profile and removal of policies from chassis profile.\n",
                            "PRIVSET.Attach to and detach from domain profile templates": "It allows to attach any policies to domain profile template and removal of policies from domain profile template.\n",
                            "PRIVSET.Attach to and detach from server profile templates": "It allows to attach any policies to server profile and removal of policies from server profile.\n",
                            "PRIVSET.Audit Log Viewer": "As an Audit Log Viewer, you can view audit logs.\n",
                            "PRIVSET.Audit logs": "Manage and view audit logs.\n",
                            "PRIVSET.AuditD policies": "Manage logging of user activities, configuration changes, and operational commands for FIs, leveraging the Linux audit daemon framework (auditd).\n",
                            "PRIVSET.Authentication": "Manage authentication methods and policies for securing system access.\n",
                            "PRIVSET.Authentication settings": "As a user with access to Authentication settings, you can manage and configure the authentication methods and policies for securing access to the system.\n",
                            "PRIVSET.Automation Governance": "As Automation Governor, you can approve or reject approval requests.\n",
                            "PRIVSET.BIOS policies": "Set the BIOS policies.\n",
                            "PRIVSET.Boot Order policies": "Set the BIOS boot mode, and enable secure boot.\n",
                            "PRIVSET.Catalog Administrator": "As a Catalog Administrator, you can create tasks, workflows, custom datatypes, resource selection criteria,\nservice items and use these building blocks to create catalog items. You can validate these catalog items\nby deploying them and performing post-deployment operations on the deployed resources. The catalog administrator\ncan publish the catalog items to an organization so that these can be consumed by the catalog users in\nthat organization.\n",
                            "PRIVSET.Catalog User": "As a Catalog User, you can view the catalog items assigned to you, deploy the catalog item, track the\nservice requests, view the service item instance that you have created or are assigned to you, and\nperform post-deployment operations on the resource.\n",
                            "PRIVSET.Certificate Management policies": "Specify and attach external certificate details to servers, supporting Root CA and IMC certificates.\n",
                            "PRIVSET.Cisco ID": "Manage Cisco identification credentials and settings used for accessing Cisco services.\n",
                            "PRIVSET.Claim Devices": "Claim devices.\n",
                            "PRIVSET.Claim targets": "Assign or register a target to the system for management or monitoring purposes.\n",
                            "PRIVSET.Clear TPMs": "Clear the Trusted Platform Module (TPM) on servers.\n",
                            "PRIVSET.Clear configurations": "Remove foreign configurations not integrated with current setups.\n",
                            "PRIVSET.Clear foreign configurations": "Remove foreign configurations from a server's storage system to clear external storage setups that are not integrated with the server's current configuration.\n",
                            "PRIVSET.Clear system event logs (SEL)": "Erase the system event log (SEL), clearing recorded events.\n",
                            "PRIVSET.Clusters": "Manage and configure clusters.\n",
                            "PRIVSET.Complete Claim": "As a Complete Claim user you can complete the claim of a previously created Target by\nproviding the security token of the device.\nYou do not have access to read the status or details of any devices within the account.\n",
                            "PRIVSET.Configure": "Configure physical servers, chassis, and domains along with their respective profiles and templates, \nwhile managing compute, management, network, and storage policies, and configuring pools of Intersight Infrastructure Services.\n",
                            "PRIVSET.Configure Cisco software download credentials": "Set up and manage credentials required for accessing and downloading Cisco software to ensure secure and authorized access to updates and resources.Set up and manage credentials required for accessing and downloading Cisco software to ensure secure and authorized access to updates and resources.\n",
                            "PRIVSET.Configure DNS settings": "Set up and manage Domain Name System (DNS) configurations, including DNS servers, domain names, and search domains to ensure proper name resolution and network connectivity.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Configure IP pools": "Manages the collection of IP addresses that can be dynamically assigned to services running on network elements. It supports both IPv4 and IPv6 addresses and can be configured at either the pool level or block level.\n",
                            "PRIVSET.Configure IQN pools": "Define and manage iSCSI Qualified Names (IQNs) pools for organized iSCSI identifier assignment.\n",
                            "PRIVSET.Configure LDAP servers": "Set up and manage LDAP server settings, including server address, port, authentication methods, and directory structures to enable directory services and authentication.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Configure Local Users Password Policy": "Set up and manage the password policy for local users, including requirements for password complexity, expiration, and reset procedures to ensure secure access control.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Configure MAC pools": "Manage the collection of MAC addresses that are unique in their Layer 2 environment, used to assign to vNICs on a server. This helps in automating the assignment of MAC addresses in server profiles.\n",
                            "PRIVSET.Configure MFA": "Set up and manage Multi-Factor Authentication (MFA) settings, including configuring authentication methods, policies, and user access requirements to enhance security.\n",
                            "PRIVSET.Configure NTP settings": "Set up and manage Network Time Protocol (NTP) configurations, including NTP servers and time synchronization settings to ensure accurate and consistent time across the network.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Configure Resource Pool": "Manage pool aggregation of homogeneous resources, such as servers, to manage their utilization efficiently. It allows for logical grouping and management of resources for server profiles\n",
                            "PRIVSET.Configure SMTP servers": "Set up and manage Simple Mail Transfer Protocol (SMTP) server settings, including server address, port, authentication, and security settings to enable and configure email functionality.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Configure UUID pools": "Manage universally unique identifier (UUID) for each server associated with a server profile, ensuring that each server has a unique identifier.\n",
                            "PRIVSET.Configure WWNN or WWPN pools": "Manage world wide node name (WWNN) or world wide port name (WWPN) pools to provide unique IDs for Fibre Channel nodes and ports on a server.\n",
                            "PRIVSET.Configure account details": "Set up and modify account information, including user credentials, contact details, and other account-specific settings.\n",
                            "PRIVSET.Configure backup schedule": "Set up and modify schedules for automated backups, defining timing, frequency, and scope to ensure regular and reliable data protection.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Configure banner message": "Set up and modify banner messages displayed to users, providing important information, warnings, or notifications within the system interface.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Configure chassis profile templates": "Manage chassis profile template settings.\n",
                            "PRIVSET.Configure chassis profiles": "Manage chassis profile settings to ensure configurations align with operational requirements and organizational standards.\n",
                            "PRIVSET.Configure compute policies": "Create, Clone, Edit or Delete the compute policies of Cisco UCS which define the configuration parameters for server resources.\n",
                            "PRIVSET.Configure data collection settings": "As a user with the ability to  Configure Data Collection Settings, you can manage the proactive return merchandise authorization settings for the system.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Configure device connector settings": "Set up and manage the configuration for device connectors, including network settings and parameters needed for device communication and integration within the appliance networking environment.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Configure domain profile templates": "Manage domain profile template.\n",
                            "PRIVSET.Configure domain profiles": "Manage domain profiles to define and apply network, storage, and compute configurations across systems.\n",
                            "PRIVSET.Configure management policies": "Create, Clone, Edit or Delete the policies that manage different aspects of network management, such as adapter and ethernet policies, fibre channel and iSCSI policies, traffic and flow control, connectivity and control, virtualization and group management. It includes certificate management, device connector, IPMI over LAN, LDAP, local user, network connectivity, NTP, serial over LAN, SMTP, SNMP, SSH, Syslog, and virtual KVM policies.\n",
                            "PRIVSET.Configure metrics settings": "Set up and manage the configuration of metrics collection and reporting, defining which metrics are tracked, how they are recorded, and how they are displayed for analysis.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Configure network policies": "It allows setting up various policies to manage Ethernet and Fibre Channel settings, as well as network communication resources between servers and the LAN or SAN. It includes adapter configuration, iSCSI boot, LAN connectivity, and SAN connectivity policies.\n",
                            "PRIVSET.Configure physical chassis": "Manage settings of a physical chassis to ensure optimal configuration and operation of chassis components within your infrastructure.\n",
                            "PRIVSET.Configure physical domains": "Manage settings of physical domains.\n",
                            "PRIVSET.Configure physical servers": "Configure settings and perform actions on physical servers to ensure they meet operational requirements.\n",
                            "PRIVSET.Configure pools": "Manage resource pools like IP, MAC, WWPN, and storage pools for efficient resource allocation.\n",
                            "PRIVSET.Configure server profile templates": "Create or modify server profiles templates by setting up specific configurations, assigning resources, and updating settings to ensure the server operates according to required specifications.\n",
                            "PRIVSET.Configure server profiles": "Create or modify server profiles by setting up specific configurations, assigning resources, \nand updating settings to ensure the server operates according to required specifications.\n",
                            "PRIVSET.Configure software update settings": "Set up and manage settings related to software updates, including scheduling, sources, and policies to ensure that software remains current and secure.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Configure storage policies": "It allows setting up various policies to manage storage resources effectively. It includes Drive Security, SD Card, and Storage policies.\n",
                            "PRIVSET.Configure vHBA templates": "Manage vHBA Templates.\n",
                            "PRIVSET.Configure vNIC templates": "Manage vNIC Templates.\n",
                            "PRIVSET.Create Approval Request": "Create Approval Request\n",
                            "PRIVSET.Create CSR": "As a user with the ability to create Certificate Signing Requests (CSR), you can generate requests for digital certificates to establish secure communications.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Create IP pool address reservations": "Reserve specific IP addresses within pools.\n",
                            "PRIVSET.Create IP pools": "",
                            "PRIVSET.Create IQN pool address reservations": "Reserve specific iSCSI Qualified Names (IQNs) within an IQN pool to ensure allocation for particular devices and restrict general assignment.\n",
                            "PRIVSET.Create IQN pools": "Create new iSCSI Qualified Name (IQN) pools, configuring settings for iSCSI targets.\n",
                            "PRIVSET.Create MAC pool address reservations": "Reserve specific MAC addresses within pools.\n",
                            "PRIVSET.Create MAC pools": "Create new MAC address pools, configuring settings for network devices.\n",
                            "PRIVSET.Create Nexus Reports": "A set of privileges that allow the users to create nexus reports.\n",
                            "PRIVSET.Create OAuth 2.0 grant type applications": "Register new applications with OAuth 2.0 grant types, defining their authentication and authorization settings for secure access.\n",
                            "PRIVSET.Create Resource pool address reservations": "Reserve specific resources within a resource pool to ensure allocation for particular uses and restrict general assignment.\n",
                            "PRIVSET.Create Resource pools": "Create new resource pools, configuring settings for system resource allocation.\n",
                            "PRIVSET.Create UUID pool address reservations": "Reserve specific UUIDs within a UUID pool to ensure allocation for particular devices and restrict general assignment.\n",
                            "PRIVSET.Create UUID pools": "Create new universally unique identifier (UUID) pools, configuring settings for devices or services.\n",
                            "PRIVSET.Create WWNN and WWPN pool address reservations": "Reserve specific World Wide Node Names (WWNNs) or World Wide Port Names (WWPNs) within their respective pools to ensure allocation for particular devices and restrict general assignment.\n",
                            "PRIVSET.Create WWNN or WWPN pools": "Create new WWNN or WWPN pools, managing identifiers for devices.\n",
                            "PRIVSET.Create backups": "Initiate the creation of backup copies of data to ensure important information is saved and can be restored in case of data loss or corruption.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Create chassis profile templates from chassis profile": "Create chassis profile templates to serve as the foundation for multiple derived chassis profiles.\n",
                            "PRIVSET.Create domain profile templates from domain profile": "Create domain profile templates from domain profiles.\n",
                            "PRIVSET.Create integrated systems": "Create new integrated systems.\n",
                            "PRIVSET.Create server profile template from server profile": "Generate new server profile templates from an existing server profiles.\n",
                            "PRIVSET.Create, clone and edit Adapter Configuration policies": "",
                            "PRIVSET.Create, clone and edit AuditD policies": "",
                            "PRIVSET.Create, clone and edit BIOS policies": "",
                            "PRIVSET.Create, clone and edit Boot Order policies": "",
                            "PRIVSET.Create, clone and edit Certificate Management policies": "",
                            "PRIVSET.Create, clone and edit Device Connector policies": "",
                            "PRIVSET.Create, clone and edit Drive Security policies": "",
                            "PRIVSET.Create, clone and edit Ethernet Adapter policies": "",
                            "PRIVSET.Create, clone and edit Ethernet Network Control policies": "",
                            "PRIVSET.Create, clone and edit Ethernet Network Group policies": "",
                            "PRIVSET.Create, clone and edit Ethernet Network policies": "",
                            "PRIVSET.Create, clone and edit Ethernet QoS policies": "",
                            "PRIVSET.Create, clone and edit FC Zone policies": "",
                            "PRIVSET.Create, clone and edit Fibre Channel Adapter policies": "",
                            "PRIVSET.Create, clone and edit Fibre Channel Network policies": "",
                            "PRIVSET.Create, clone and edit Fibre Channel QoS policies": "",
                            "PRIVSET.Create, clone and edit Firmware policies": "",
                            "PRIVSET.Create, clone and edit Flow Control policies": "",
                            "PRIVSET.Create, clone and edit IMC Access policies": "",
                            "PRIVSET.Create, clone and edit IPMI over LAN policies": "",
                            "PRIVSET.Create, clone and edit LAN Connectivity policies": "",
                            "PRIVSET.Create, clone and edit LDAP policies": "",
                            "PRIVSET.Create, clone and edit Link Aggregation policies": "As a Create or Clone Link Aggregation Policy user, you can define and establish new policies for link aggregation, \nconfiguring settings to combine multiple network connections into a single logical link for improved performance and redundancy.\n",
                            "PRIVSET.Create, clone and edit Link Control policies": "As a Create or Clone Link Control Policy user, you can define and establish new policies for link control, \nconfiguring settings to manage and optimize network link behavior and performance.\n",
                            "PRIVSET.Create, clone and edit Local User policies": "",
                            "PRIVSET.Create, clone and edit Memory policies": "As a Create or Clone Memory Policy user, you can define and establish new memory policies.\n",
                            "PRIVSET.Create, clone and edit Multicast policies": "",
                            "PRIVSET.Create, clone and edit NTP policies": "",
                            "PRIVSET.Create, clone and edit Network Connectivity policies": "",
                            "PRIVSET.Create, clone and edit Persistent Memory policies": "",
                            "PRIVSET.Create, clone and edit Port policies": "",
                            "PRIVSET.Create, clone and edit Power policies": "",
                            "PRIVSET.Create, clone and edit SAN Connectivity policies": "",
                            "PRIVSET.Create, clone and edit SD Card policies": "",
                            "PRIVSET.Create, clone and edit SMTP policies": "",
                            "PRIVSET.Create, clone and edit SNMP policies": "",
                            "PRIVSET.Create, clone and edit SSH policies": "",
                            "PRIVSET.Create, clone and edit Scrub policies": "As a Create or Clone Scrub Policy user, you can define and establish new Scrub policies within the system, \nconfiguring virtual media access and management settings for devices.\n",
                            "PRIVSET.Create, clone and edit Serial Over LAN policies": "",
                            "PRIVSET.Create, clone and edit Storage policies": "",
                            "PRIVSET.Create, clone and edit Switch Control policies": "",
                            "PRIVSET.Create, clone and edit Syslog policies": "",
                            "PRIVSET.Create, clone and edit System QoS policies": "",
                            "PRIVSET.Create, clone and edit Thermal policies": "",
                            "PRIVSET.Create, clone and edit VLAN policies": "",
                            "PRIVSET.Create, clone and edit VSAN policies": "",
                            "PRIVSET.Create, clone and edit Virtual KVM policies": "",
                            "PRIVSET.Create, clone and edit Virtual Media policies": "",
                            "PRIVSET.Create, clone and edit iSCSI Adapter policies": "",
                            "PRIVSET.Create, clone and edit iSCSI Boot policies": "",
                            "PRIVSET.Create, clone and edit iSCSI Static Target policies": "As a Create or Clone iSCSI Static Target Policy user, you can define and establish new policies for iSCSI static targets, \nconfiguring settings to manage and optimize the connections to specific iSCSI targets within the storage network.\n",
                            "PRIVSET.Create, clone, and edit chassis profile templates": "Create, clone and edit chassis profile templates to define and manage configuration settings for physical chassis.\n",
                            "PRIVSET.Create, clone, and edit chassis profiles": "Create and manage chassis profiles.\n",
                            "PRIVSET.Create, clone, and edit domain profile templates": "Create, clone and edit domain profile templates.\n",
                            "PRIVSET.Create, clone, and edit domain profiles": "Create, clone and edit domain profiles by configuring settings and policies to standardize domain operations.\n",
                            "PRIVSET.Create, clone, and edit server profile templates": "Create and manage server profiles templates.\n",
                            "PRIVSET.Create, clone, and edit server profiles": "Create and manage server profiles, attach/detach policies.\n",
                            "PRIVSET.Create, clone, and edit vHBA templates": "Create, clone and edit vHBA Templates.\n",
                            "PRIVSET.Create, clone, and edit vNIC templates": "Create, clone and edit vNIC Templates.\n",
                            "PRIVSET.Datacenters": "Manage and configure datacenters.\n",
                            "PRIVSET.Datastore clusters": "Manage and configure datastore clusters.\n",
                            "PRIVSET.Datastores": "Manage and configure datastores.\n",
                            "PRIVSET.Decommission Fabric Extender (FEX)": "Safely retire and remove Fabric Extenders (FEX), deactivating related connections and updating the system status. \n",
                            "PRIVSET.Decommission chassis": "Safely retire and remove chassis.\n",
                            "PRIVSET.Decommission servers": "Safely shut down servers, disconnect from the network, and ensure data is erased and backed up in alignment with policies.\n",
                            "PRIVSET.Define and edit chassis profile general properties": "Set or edit name, description, organization and tag of chassis profiles.\n",
                            "PRIVSET.Define and edit chassis profile template general properties": "Set or edit name, description, organization and tag of chassis profile templates.\n",
                            "PRIVSET.Define and edit domain profile general properties": "Add or edit name, description, organization and tag for UCS domain profiles.\n",
                            "PRIVSET.Define and edit domain profile template general properties": "Set or edit name, description, organization and tag of domain profile templates.\n",
                            "PRIVSET.Define and edit server profile general properties": "Set or edit the Organization, name, description, tag of Server Profile.\n",
                            "PRIVSET.Define and edit server profile template general properties": "Set or edit name, description, organization and tag of server profile templates.\n",
                            "PRIVSET.Define and edit vHBA template general properties": "Set or edit name, description, organization and tag of vHBA templates.\n",
                            "PRIVSET.Define and edit vNIC template general properties": "Add or edit the name, description and tag for the vNIC templates.\n",
                            "PRIVSET.Delete API keys": "Remove API keys from the system, terminating their access to system APIs and ensuring they are no longer valid for integration or automation purposes.\n",
                            "PRIVSET.Delete Adapter Configuration policies": "",
                            "PRIVSET.Delete Approval Request": "Delete Approval Request\n",
                            "PRIVSET.Delete AuditD policies": "",
                            "PRIVSET.Delete BIOS policies": "",
                            "PRIVSET.Delete Boot Order policies": "",
                            "PRIVSET.Delete CSR": "As a user with the ability to delete Certificate Signing Requests (CSR), you can remove existing requests for digital certificates from the system.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Delete Certificate Management policies": "",
                            "PRIVSET.Delete Device Connector policies": "",
                            "PRIVSET.Delete Devices": "Delete Devices.\n",
                            "PRIVSET.Delete Drive Security policies": "",
                            "PRIVSET.Delete Ethernet Adapter policies": "",
                            "PRIVSET.Delete Ethernet Network Control policies": "",
                            "PRIVSET.Delete Ethernet Network Group policies": "",
                            "PRIVSET.Delete Ethernet Network policies": "",
                            "PRIVSET.Delete Ethernet QoS policies": "",
                            "PRIVSET.Delete FC Zone policies": "",
                            "PRIVSET.Delete Fibre Channel Adapter policies": "",
                            "PRIVSET.Delete Fibre Channel Network policies": "",
                            "PRIVSET.Delete Fibre Channel QoS policies": "",
                            "PRIVSET.Delete Firmware policies": "",
                            "PRIVSET.Delete Flow Control policies": "",
                            "PRIVSET.Delete IMC Access policies": "",
                            "PRIVSET.Delete IP pool address reservations": "Remove IP address reservations, freeing them for use.\n",
                            "PRIVSET.Delete IP pools": "",
                            "PRIVSET.Delete IPMI over LAN policies": "",
                            "PRIVSET.Delete IQN pool address reservations": "Remove specific IQN reservations from an IQN pool to make them available for general assignment.\n",
                            "PRIVSET.Delete IQN pools": "Remove existing iSCSI Qualified Name (IQN) pools, managing outdated IQN allocations.\n",
                            "PRIVSET.Delete LAN Connectivity policies": "",
                            "PRIVSET.Delete LDAP policies": "",
                            "PRIVSET.Delete LDAP servers": "Remove the configuration of LDAP servers, ceasing the directory services and authentication provided by those servers.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Delete Link Aggregation policies": "As a Delete Link Aggregation Policy user, you can remove existing link aggregation policies, \nmanaging outdated or unnecessary settings related to network connection combinations.\n",
                            "PRIVSET.Delete Link Control policies": "As a Delete Link Control Policy user, you can remove existing link control policies, \nmanaging outdated or unnecessary settings related to network link management.\n",
                            "PRIVSET.Delete Local User policies": "",
                            "PRIVSET.Delete MAC pool address reservations": "Remove MAC address reservations, freeing them for use.\n",
                            "PRIVSET.Delete MAC pools": "Remove existing MAC pools, managing outdated MAC address allocations.\n",
                            "PRIVSET.Delete Memory policies": "As a Delete Memory Policy user, you can remove existing Memory policies,\nmanaging outdated or unnecessary permissions and access settings.\n",
                            "PRIVSET.Delete Multicast policies": "",
                            "PRIVSET.Delete NTP policies": "",
                            "PRIVSET.Delete Network Connectivity policies": "",
                            "PRIVSET.Delete OAuth 2.0 grant type applications": "Remove OAuth 2.0 grant type applications from the system, revoking their access and associated permissions.\n",
                            "PRIVSET.Delete OAuth 2.0 tokens": "Remove OAuth 2.0 tokens from the system, revoking their access and preventing their use for authentication and authorization.\n",
                            "PRIVSET.Delete OS configuration links": "Remove the OS configuration file for automated and unattended OS installation on servers.\n",
                            "PRIVSET.Delete OS image links": "Remove the image source of the operating system from the software repository, deleting file share location and protocol (CIFS/NFS/HTTPS).\n",
                            "PRIVSET.Delete Persistent Memory policies": "",
                            "PRIVSET.Delete Port policies": "",
                            "PRIVSET.Delete Power policies": "",
                            "PRIVSET.Delete Resource pool address reservations": "Remove specific resource reservations from a resource pool to make them available for general assignment.\n",
                            "PRIVSET.Delete Resource pools": "Remove existing resource pools, managing outdated allocations.\n",
                            "PRIVSET.Delete SAN Connectivity policies": "",
                            "PRIVSET.Delete SCU links": "Remove the Server Configuration Utility (SCU) for automated OS installation, deleting file share locations using NFS, CIFS, or HTTP protocols.\n",
                            "PRIVSET.Delete SD Card policies": "",
                            "PRIVSET.Delete SMTP policies": "",
                            "PRIVSET.Delete SNMP policies": "",
                            "PRIVSET.Delete SSH policies": "",
                            "PRIVSET.Delete Scrub policies": "As a Delete Scrub Policy user, you can remove existing Scrub policies from the system, \nmanaging outdated or unnecessary virtual media configurations.\n",
                            "PRIVSET.Delete Serial Over LAN policies": "",
                            "PRIVSET.Delete Storage policies": "",
                            "PRIVSET.Delete Switch Control policies": "",
                            "PRIVSET.Delete Syslog policies": "",
                            "PRIVSET.Delete System QoS policies": "",
                            "PRIVSET.Delete Thermal policies": "",
                            "PRIVSET.Delete UUID pool address reservations": "Remove specific UUID reservations from a UUID pool to make them available for general assignment.\n",
                            "PRIVSET.Delete UUID pools": "Remove existing universally unique identifier (UUID) pools, managing outdated UUID allocations.\n",
                            "PRIVSET.Delete VLAN policies": "",
                            "PRIVSET.Delete VSAN policies": "",
                            "PRIVSET.Delete Virtual KVM policies": "",
                            "PRIVSET.Delete Virtual Media policies": "",
                            "PRIVSET.Delete WWNN and WWPN pool address reservations": "Remove specific WWNN or WWPN reservations from pools to make them available for general assignment.\n",
                            "PRIVSET.Delete WWNN or WWPN pools": "Remove existing WWNN or WWPN pools, managing outdated allocations.\n",
                            "PRIVSET.Delete chassis profile templates": "Remove existing chassis profile templates.\n",
                            "PRIVSET.Delete chassis profiles": "Remove existing chassis profiles from your infrastructure, ensuring outdated or unnecessary configurations are managed.\n",
                            "PRIVSET.Delete domain names": "Remove existing domain names from the system, ceasing their use for network addressing and identification of resources.\n",
                            "PRIVSET.Delete domain profile templates": "Delete domain profile templates.\n",
                            "PRIVSET.Delete domain profiles": "Delete domain profiles from the system, ensuring associated configurations are managed.\n",
                            "PRIVSET.Delete explorations": "Delete an existing exploration.\n",
                            "PRIVSET.Delete external syslog servers": "Remove the configuration of external Syslog servers from the system, ceasing the collection and management of log data from those servers.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Delete firmware links": "Remove the firmware source from the software repository by deleting the file share location and protocol (NFS/CIFS/HTTP[S]).\n",
                            "PRIVSET.Delete iSCSI Adapter policies": "",
                            "PRIVSET.Delete iSCSI Boot policies": "",
                            "PRIVSET.Delete iSCSI Static Target policies": "As a Delete iSCSI Static Target Policy user, you can remove existing iSCSI static target policies, \nmanaging outdated or unnecessary settings related to specific iSCSI target connections.\n",
                            "PRIVSET.Delete identity providers": "Remove existing IdPs from the system, discontinuing associated authentication and access management services.\n",
                            "PRIVSET.Delete integrated systems": "Delete an existing integrated system.\n",
                            "PRIVSET.Delete notification rule or webhook": "Remove existing notification rules, stopping the triggering and management of alerts and notifications based on those rules.\n",
                            "PRIVSET.Delete server profile templates": "Remove server profile templates.\n",
                            "PRIVSET.Delete server profiles": "Remove server profiles.\n",
                            "PRIVSET.Delete trusted IP ranges": "Delete the trusted IP range.\n",
                            "PRIVSET.Delete trusted certificates": "Remove certificates from the system's list of trusted certificates, ceasing their use for secure communications.\n",
                            "PRIVSET.Delete vHBA templates": "Delete vHBA Templates.\n",
                            "PRIVSET.Delete vNIC templates": "Delete vNIC Templates.\n",
                            "PRIVSET.Deploy chassis profiles": "Apply domain profiles to servers, implementing settings.\n",
                            "PRIVSET.Deploy domain profiles": "Apply domain profiles, implementing server settings.\n",
                            "PRIVSET.Deploy server profiles": "Deploy the profile to the attached server.\n",
                            "PRIVSET.Deregister Smart Licenses": "Cancel the registration of your device.\n",
                            "PRIVSET.Derive profiles from chassis profile templates": "Create profiles derived from chassis profile templates.\n",
                            "PRIVSET.Derive profiles from domain profile templates": "Create profiles derived from domain profile templates.\n",
                            "PRIVSET.Derive server profiles": "Create new server profiles using existing profiles or templates.\n",
                            "PRIVSET.Device Administrator": "As a Device Administrator, you can claim and unclaim a device in Intersight, view the device details,\nlicense status, a list of all the claimed devices, and generate API keys.\nYou cannot perform any other management or administrative task in this role.\n",
                            "PRIVSET.Device Connector policies": "Control configuration changes allowed from Cisco IMC, ensuring that changes are managed through Intersight.\n",
                            "PRIVSET.Device Technician": "As a Device Technician you can claim a device, view the device details, license status, a list of\nthe claimed devices, and generate API keys. You cannot perform any other management or\nadministrative task in this role.\n",
                            "PRIVSET.Devices": "A set of privileges that allows the access to manage devices e.g. view device details, claim and delete devices.\n",
                            "PRIVSET.Disable security": "Deactivate security features on storage systems.\n",
                            "PRIVSET.Disable subscriptions": "Disable visibility of subscription details in the Intersight appliance.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Domain names": "Manage the configurations and settings related to domain names within the system.\n",
                            "PRIVSET.Download server event logs": "Download the server's event log (SEL) to review and analyse recorded events and errors for diagnostics.\n",
                            "PRIVSET.Drive Security policies": "Define self-encrypting drives (SEDs) management to ensure data security using a Key-Encryption Key (KEK) and a Key Management Interoperability Protocol (KMIP) for remote key management.\n",
                            "PRIVSET.Edit API keys": "Modify settings and permissions associated with existing API keys, managing their scope and access to ensure proper integration and security.\n",
                            "PRIVSET.Edit Adapter Configuration policies": "",
                            "PRIVSET.Edit Adapter Configuration policies for server profile": "Attach/detach Adapter Configuration policies.\n",
                            "PRIVSET.Edit Adapter Configuration policies for server profile template": "Attach/detach Adapter Configuration policies.\n",
                            "PRIVSET.Edit AuditD policies": "",
                            "PRIVSET.Edit AuditD policies for domain profile": "Attach/detach AuditD policies.\n",
                            "PRIVSET.Edit AuditD policies for domain profile template": "Attach/detach AuditD policies.\n",
                            "PRIVSET.Edit BIOS policies": "",
                            "PRIVSET.Edit BIOS policies for server profile": "Attach/detach BIOS policies.\n",
                            "PRIVSET.Edit BIOS policies for server profile template": "Attach/detach BIOS policies.\n",
                            "PRIVSET.Edit Boot Order policies": "",
                            "PRIVSET.Edit Boot Order policies for server profile": "Attach/detach Boot Order policies.\n",
                            "PRIVSET.Edit Boot Order policies for server profile template": "Attach/detach Boot Order policies.\n",
                            "PRIVSET.Edit Certificate Management policies": "",
                            "PRIVSET.Edit Certificate Management policies for domain profile": "Attach/detach Certificate Management policies.\n",
                            "PRIVSET.Edit Certificate Management policies for domain profile template": "Attach/detach Certificate Management policies.\n",
                            "PRIVSET.Edit Certificate Management policies for server profile": "Attach/detach Certificate Management policies.\n",
                            "PRIVSET.Edit Certificate Management policies for server profile template": "Attach/detach Certificate Management policies.\n",
                            "PRIVSET.Edit Device Connector policies": "",
                            "PRIVSET.Edit Device Connector policies for server profile": "Attach/detach Device Connector policies.\n",
                            "PRIVSET.Edit Device Connector policies for server profile template": "Attach/detach Device Connector policies.\n",
                            "PRIVSET.Edit Drive Security policies": "",
                            "PRIVSET.Edit Drive Security policies for server profile": "Attach/detach Drive Security policies.\n",
                            "PRIVSET.Edit Drive Security policies for server profile template": "Attach/detach Drive Security policies.\n",
                            "PRIVSET.Edit Ethernet Adapter policies": "",
                            "PRIVSET.Edit Ethernet Adapter policies for vNIC template": "Attach/detach Ethernet Adapter policies.\n",
                            "PRIVSET.Edit Ethernet Network Control policies": "",
                            "PRIVSET.Edit Ethernet Network Control policies for vNIC template": "Attach/detach Ethernet Network Control policies.\n",
                            "PRIVSET.Edit Ethernet Network Group policies": "",
                            "PRIVSET.Edit Ethernet Network Group policies for vNIC template": "Attach/detach Ethernet Network Group policies.\n",
                            "PRIVSET.Edit Ethernet Network policies": "",
                            "PRIVSET.Edit Ethernet QoS policies": "",
                            "PRIVSET.Edit Ethernet QoS policies for vNIC template": "Attach/detach Ethernet QoS policies.\n",
                            "PRIVSET.Edit FC Zone policies": "",
                            "PRIVSET.Edit Fibre Channel Adapter policies": "",
                            "PRIVSET.Edit Fibre Channel Adapter policies for vHBA template": "Attach/detach Fibre Channel Adapter policies.\n",
                            "PRIVSET.Edit Fibre Channel Network policies": "",
                            "PRIVSET.Edit Fibre Channel Network policies for vHBA template": "Attach/detach Fibre Channel Network policies.\n",
                            "PRIVSET.Edit Fibre Channel QoS policies": "",
                            "PRIVSET.Edit Fibre Channel QoS policies for vHBA template": "Attach/detach Fibre Channel QoS policies.\n",
                            "PRIVSET.Edit Fibre Channel Zone policies for vHBA template": "Attach/detach Fibre Channel Zone policies.\n",
                            "PRIVSET.Edit Firmware policies": "",
                            "PRIVSET.Edit Firmware policies for server profile": "Attach/detach Firmware policies.\n",
                            "PRIVSET.Edit Firmware policies for server profile template": "Attach/detach Firmware policies.\n",
                            "PRIVSET.Edit Flow Control policies": "",
                            "PRIVSET.Edit IMC Access policies": "",
                            "PRIVSET.Edit IMC Access policies for chassis profile": "Attach/detach IMC Access policies.\n",
                            "PRIVSET.Edit IMC Access policies for chassis profile template": "Attach/detach IMC Access policies.\n",
                            "PRIVSET.Edit IMC Access policies for server profile": "As a Edit IMC Access policies for server profile user, you can adjust IMC access policies for server profiles.\nThis includes updating access settings and ensuring that configurations are correctly applied to servers.\n",
                            "PRIVSET.Edit IMC Access policies for server profile template": "As a Edit IMC Access policies for server profile template user, you can adjust IMC access policies for server profile templates.\nThis includes updating access settings and ensuring that configurations are correctly applied to templates.\n",
                            "PRIVSET.Edit IP pools": "",
                            "PRIVSET.Edit IPMI Over LAN policies for server profile": "Attach/detach IPMI Over LAN policies.\n",
                            "PRIVSET.Edit IPMI Over LAN policies for server profile template": "Attach/detach IPMI Over LAN policies.\n",
                            "PRIVSET.Edit IPMI over LAN policies": "",
                            "PRIVSET.Edit IQN pools": "Modify existing iSCSI Qualified Name (IQN) pools, optimizing IQN management.\n",
                            "PRIVSET.Edit LAN Connectivity policies": "",
                            "PRIVSET.Edit LAN Connectivity policies for server profile": "Attach/detach LAN Connectivity policies.\n",
                            "PRIVSET.Edit LAN Connectivity policies for server profile template": "Attach/detach LAN Connectivity policies.\n",
                            "PRIVSET.Edit LDAP policies": "",
                            "PRIVSET.Edit LDAP policies for domain profile": "Attach/detach LDAP policies.\n",
                            "PRIVSET.Edit LDAP policies for domain profile template": "Attach/detach LDAP policies.\n",
                            "PRIVSET.Edit LDAP policies for server profile": "Attach/detach LDAP policies.\n",
                            "PRIVSET.Edit LDAP policies for server profile template": "Attach/detach LDAP policies.\n",
                            "PRIVSET.Edit LDAP servers": "Modify the configuration of existing LDAP servers by updating server address, port, authentication methods, and directory structures to ensure proper directory services and authentication.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Edit Link Aggregation policies": "As an Edit Link Aggregation Policy user, you can modify existing link aggregation policies, \nadjusting settings to optimize the performance and redundancy of combined network connections.\n",
                            "PRIVSET.Edit Link Control policies": "As an Edit Link Control Policy user, you can modify existing link control policies, \nadjusting settings to enhance network link behavior and performance.\n",
                            "PRIVSET.Edit Local User policies": "",
                            "PRIVSET.Edit Local User policies for domain profile": "Attach/detach Local User policies.\n",
                            "PRIVSET.Edit Local User policies for domain profile template": "Attach/detach Local User policies.\n",
                            "PRIVSET.Edit Local User policies for server profile": "Attach/detach Local User policies.\n",
                            "PRIVSET.Edit Local User policies for server profile template": "Attach/detach Local User policies.\n",
                            "PRIVSET.Edit MAC Pools for vNIC template": "Attach/detach MAC Pools.\n",
                            "PRIVSET.Edit MAC pools": "Modify existing MAC pools, optimizing MAC address management.\n",
                            "PRIVSET.Edit Memory policies": "As an Edit Memory Policy user, you can modify existing memory policies.\n",
                            "PRIVSET.Edit Memory policies for server profile": "Attach/detach Memory policies.\n",
                            "PRIVSET.Edit Memory policies for server profile template": "Attach/detach Memory policies.\n",
                            "PRIVSET.Edit Multicast policies": "",
                            "PRIVSET.Edit NTP policies": "",
                            "PRIVSET.Edit NTP policies for domain profile": "Attach/detach NTP policies.\n",
                            "PRIVSET.Edit NTP policies for domain profile template": "Attach/detach NTP policies.\n",
                            "PRIVSET.Edit NTP policies for server profile": "Attach/detach NTP policies.\n",
                            "PRIVSET.Edit NTP policies for server profile template": "Attach/detach NTP policies.\n",
                            "PRIVSET.Edit Network Connectivity policies": "",
                            "PRIVSET.Edit Network Connectivity policies for domain profile": "Attach/detach LDAP policies.\n",
                            "PRIVSET.Edit Network Connectivity policies for domain profile template": "Attach/detach Network Connectivity policies.\n",
                            "PRIVSET.Edit Network Connectivity policies for server profile": "Attach/detach Network Connectivity policies.\n",
                            "PRIVSET.Edit Network Connectivity policies for server profile template": "Attach/detach Network Connectivity policies.\n",
                            "PRIVSET.Edit OAuth 2.0 grant type applications": "Modify settings of existing OAuth 2.0 grant type applications, including their grant types, permissions, and configurations.\n",
                            "PRIVSET.Edit OS configuration links": "Modify the OS configuration file for automated and unattended OS installation on servers.\n",
                            "PRIVSET.Edit OS image links": "Modify the image source of the operating system in the software repository, updating file share location and protocol (CIFS/NFS/HTTPS).\n",
                            "PRIVSET.Edit Persistent Memory policies": "",
                            "PRIVSET.Edit Persistent Memory policies for server profile": "Attach/detach Persistent Memory policies.\n",
                            "PRIVSET.Edit Persistent Memory policies for server profile template": "Attach/detach Persistent Memory policies.\n",
                            "PRIVSET.Edit Port policies": "",
                            "PRIVSET.Edit Ports Configuration policies for domain profile": "Attach/detach Ports Configuration policies.\n",
                            "PRIVSET.Edit Ports Configuration policies for domain profile template": "Attach/detach Ports Configuration policies.\n",
                            "PRIVSET.Edit Power policies": "",
                            "PRIVSET.Edit Power policies for chassis profile": "Attach/detach Power policies.\n",
                            "PRIVSET.Edit Power policies for chassis profile template": "Attach/detach Power policies.\n",
                            "PRIVSET.Edit Power policies for server profile": "Attach/detach Power policies.\n",
                            "PRIVSET.Edit Power policies for server profile template": "Attach/detach Power policies.\n",
                            "PRIVSET.Edit Resource pools": "Modify existing resource pools to optimize resource management.\n",
                            "PRIVSET.Edit SAN Connectivity policies": "",
                            "PRIVSET.Edit SAN Connectivity policies for server profile": "Attach/detach SAN Connectivity policies.\n",
                            "PRIVSET.Edit SAN Connectivity policies for server profile template": "Attach/detach SAN Connectivity policies.\n",
                            "PRIVSET.Edit SCU links": "Modify the Server Configuration Utility (SCU) for automated OS installation, editing file share locations using NFS, CIFS, or HTTP protocols.\n",
                            "PRIVSET.Edit SD Card policies": "",
                            "PRIVSET.Edit SD Card policies for server profile": "Attach/detach SD Card policies.\n",
                            "PRIVSET.Edit SD Card policies for server profile template": "Attach/detach SD Card policies.\n",
                            "PRIVSET.Edit SMTP policies": "",
                            "PRIVSET.Edit SMTP policies for server profile": "Attach/detach SMTP policies.\n",
                            "PRIVSET.Edit SMTP policies for server profile template": "Attach/detach SMTP policies.\n",
                            "PRIVSET.Edit SNMP policies": "",
                            "PRIVSET.Edit SNMP policies for chassis profile": "Attach/detach SNMP policies.\n",
                            "PRIVSET.Edit SNMP policies for chassis profile template": "Attach/detach SNMP policies.\n",
                            "PRIVSET.Edit SNMP policies for domain profile": "Attach/detach SNMP policies.\n",
                            "PRIVSET.Edit SNMP policies for domain profile template": "Attach/detach SNMP policies.\n",
                            "PRIVSET.Edit SNMP policies for server profile": "Attach/detach SNMP policies.\n",
                            "PRIVSET.Edit SNMP policies for server profile template": "Attach/detach SNMP policies.\n",
                            "PRIVSET.Edit SSH policies": "",
                            "PRIVSET.Edit SSH policies for server profile": "Attach/detach SSH policies.\n",
                            "PRIVSET.Edit SSH policies for server profile template": "Attach/detach SSH policies.\n",
                            "PRIVSET.Edit Scrub policies": "As an Edit Scrub Policy user, you can modify existing Scrub policies within the system \nto adjust virtual media access and management settings.\n",
                            "PRIVSET.Edit Scrub policies for server profile": "As a Edit Scrub policies for server profile user, you can adjust scrub policies for Server Profiles.\n",
                            "PRIVSET.Edit Scrub policies for server profile template": "As a Edit Scrub policies for server profile user, you can adjust scrub policies for Server Profiles.\n",
                            "PRIVSET.Edit Serial Over LAN policies": "",
                            "PRIVSET.Edit Serial Over LAN policies for server profile": "Attach/detach Serial Over LAN policies.\n",
                            "PRIVSET.Edit Serial Over LAN policies for server profile template": "Attach/detach Serial Over LAN policies.\n",
                            "PRIVSET.Edit Storage policies": "",
                            "PRIVSET.Edit Storage policies for server profile": "Attach/detach Storage policies.\n",
                            "PRIVSET.Edit Storage policies for server profile template": "Attach/detach Storage policies.\n",
                            "PRIVSET.Edit Switch Control policies": "",
                            "PRIVSET.Edit Switch Control policies for domain profile": "Attach/detach Switch Control policies.\n",
                            "PRIVSET.Edit Switch Control policies for domain profile template": "Attach/detach Switch Control policies.\n",
                            "PRIVSET.Edit Syslog policies": "",
                            "PRIVSET.Edit Syslog policies for domain profile": "Attach/detach Syslog policies.\n",
                            "PRIVSET.Edit Syslog policies for domain profile template": "Attach/detach Syslog policies.\n",
                            "PRIVSET.Edit Syslog policies for server profile": "Attach/detach Syslog policies.\n",
                            "PRIVSET.Edit Syslog policies for server profile template": "Attach/detach Syslog policies.\n",
                            "PRIVSET.Edit System QoS policies": "",
                            "PRIVSET.Edit System QoS policies for domain profile": "Attach/detach System QoS policies.\n",
                            "PRIVSET.Edit System QoS policies for domain profile template": "Attach/detach System QoS policies.\n",
                            "PRIVSET.Edit Thermal policies": "",
                            "PRIVSET.Edit Thermal policies for chassis profile": "Attach/detach Thermal policies.\n",
                            "PRIVSET.Edit Thermal policies for chassis profile template": "Attach/detach Thermal policies.\n",
                            "PRIVSET.Edit Thermal policies for server profile": "Attach/detach Thermal policies.\n",
                            "PRIVSET.Edit Thermal policies for server profile template": "Attach/detach Thermal policies.\n",
                            "PRIVSET.Edit UUID pools": "Modify existing universally unique identifier (UUID) pools, optimizing UUID management.\n",
                            "PRIVSET.Edit UUID pools for server profile": "As a Modify UUID Pool for Server Profile user, you can adjust UUID pools for server profiles.\nThis includes updating UUID settings and ensuring that configurations are correctly applied to servers.\n",
                            "PRIVSET.Edit UUID pools for server profile template": "As a Modify UUID Pool for Server Profile Template user, you can adjust UUID pools for server profile templates.\nThis includes updating UUID settings and ensuring that configurations are correctly applied to templates.\n",
                            "PRIVSET.Edit VLAN policies": "",
                            "PRIVSET.Edit VSAN policies": "",
                            "PRIVSET.Edit Virtual KVM policies": "",
                            "PRIVSET.Edit Virtual KVM policies for server profile": "Attach/detach Virtual KVM policies.\n",
                            "PRIVSET.Edit Virtual KVM policies for server profile template": "Attach/detach Virtual KVM policies.\n",
                            "PRIVSET.Edit Virtual Media policies": "",
                            "PRIVSET.Edit Virtual Media policies for server profile": "Attach/detach Virtual Media policies.\n",
                            "PRIVSET.Edit Virtual Media policies for server profile template": "Attach/detach Virtual Media policies.\n",
                            "PRIVSET.Edit WWNN or WWPN pools": "Modify existing WWNN or WWPN pools to optimize management.\n",
                            "PRIVSET.Edit WWPN pools for vHBA template": "Attach/detach WWPN Pools.\n",
                            "PRIVSET.Edit chassis profile general properties": "Edit name, description, organization and tag of chassis profiles.\n",
                            "PRIVSET.Edit chassis profile policies": "Attach/detach the policies associated with chassis profiles.\n",
                            "PRIVSET.Edit chassis profile template general properties": "Edit name, description, organization and tag of chassis profile templates.\n",
                            "PRIVSET.Edit chassis profile template policies": "Attach/detach the policies associated with chassis profile templates.\n",
                            "PRIVSET.Edit chassis profile templates": "Modify chassis profile templates to update and manage configuration settings for physical chassis.\n",
                            "PRIVSET.Edit chassis profiles": "Edit chassis profiles to update and manage configuration settings for physical chassis.\n",
                            "PRIVSET.Edit domain profile general properties": "Edit name, description, organization and tag for UCS domain profiles.\n",
                            "PRIVSET.Edit domain profile policies": "Attach/detach the policies for domain profile.\n",
                            "PRIVSET.Edit domain profile template general properties": "Edit name, description, organization and tag of domain profile templates.\n",
                            "PRIVSET.Edit domain profile template policies": "Attach/detach the policies associated with domain profile templates.\n",
                            "PRIVSET.Edit domain profile templates": "Modify existing chassis profile templates to update and manage configuration settings for domain.\n",
                            "PRIVSET.Edit domain profiles": "Edit the settings and policies of domain profiles to update and optimize operations.\n",
                            "PRIVSET.Edit external syslog servers": "Modify the configuration of existing external Syslog servers by adjusting settings and parameters to ensure effective log data collection and management.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Edit firmware links": "Modify the firmware source in the software repository by changing the file share location and protocol (NFS/CIFS/HTTP[S]).\n",
                            "PRIVSET.Edit iSCSI Adapter policies": "",
                            "PRIVSET.Edit iSCSI Boot policies": "",
                            "PRIVSET.Edit iSCSI Boot policies for vNIC template": "Attach/detach iSCSI Boot policies.\n",
                            "PRIVSET.Edit iSCSI Static Target policies": "As an Edit iSCSI Static Target Policy user, you can modify existing iSCSI static target policies, \nadjusting settings to enhance the management and performance of connections to specific iSCSI targets within the storage network.\n",
                            "PRIVSET.Edit identity providers": "Modify the configuration of existing IdPs by updating settings, credentials, and trust relationships to maintain or enhance authentication and access management.\n",
                            "PRIVSET.Edit integrated systems": "Edit the configuration of an existing integrated system.\n",
                            "PRIVSET.Edit notification rule or webhook": "Modify existing notification rules, adjusting criteria and actions to refine how alerts and notifications are triggered and managed.\n",
                            "PRIVSET.Edit server profile general properties": "Edit name, description, organization and tag of server profiles.\n",
                            "PRIVSET.Edit server profile policies": "Attach/detach the policies associated with server profiles.\n",
                            "PRIVSET.Edit server profile template general properties": "Edit name, description, organization and tag of server profile templates.\n",
                            "PRIVSET.Edit server profile template policies": "Attach/detach the policies associated with server profile templates. \n",
                            "PRIVSET.Edit server profile templates": "Edit, attach/detach policies associated with server profile templates.\n",
                            "PRIVSET.Edit server profiles": "Edit, attach/detach the policies associated with server profiles.\n",
                            "PRIVSET.Edit trusted IP ranges": "Edit the trusted IP ranges.\n",
                            "PRIVSET.Edit vHBA template general properties": "Set or edit name, description, organization and tag of vHBA templates.\n",
                            "PRIVSET.Edit vHBA template policies": "Attach/detach the policies and pools associated with vHBA templates.\n",
                            "PRIVSET.Edit vHBA templates": "Edit vHBA templates to update and manage configuration settings for vHBA.\n",
                            "PRIVSET.Edit vLAN Configuration policies for domain profile": "Attach/detach vLAN Configuration policies.\n",
                            "PRIVSET.Edit vLAN Configuration policies for domain profile template": "Attach/detach vLAN Configuration policies.\n",
                            "PRIVSET.Edit vNIC template general properties": "Set or edit name, description, organization and tag of vNIC templates.\n",
                            "PRIVSET.Edit vNIC template policies": "Attach/detach the policies and pools associated with vNIC templates.\n",
                            "PRIVSET.Edit vNIC templates": "Edit the settings and policies of vNIC Templates.\n",
                            "PRIVSET.Edit vSAN Configuration policies for domain profile": "Attach/detach vSAN Configuration policies.\n",
                            "PRIVSET.Edit vSAN Configuration policies for domain profile template": "Attach/detach vSAN Configuration policies.\n",
                            "PRIVSET.Enable and disable API keys": "As a user with the ability to Enable or Disable API Keys, you can Activate & deactivate API keys, restricting access to the system's services.\n",
                            "PRIVSET.Enable and disable OAuth 2.0 grant type applications": "Activate or deactivate OAuth 2.0 grant type applications to control their availability for authentication and authorization processes.\n",
                            "PRIVSET.Enable and disable ports": "Activate or deactivate network ports to manage connectivity.\n",
                            "PRIVSET.Enable or Disable Port Channels": "As an Enable or Disable Port user, you can activate or deactivate network ports, controlling their operational status to manage network connectivity and configuration.\n",
                            "PRIVSET.Enable subscription information": "Obtain subscription details such as usage, status, and next expiration date.\n",
                            "PRIVSET.Enable subscriptions": "Enable visibility of subscription details in the Intersight appliance.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Enable/disable IP access management": "Enable or disable IP access management.\n",
                            "PRIVSET.Enable/disable tunneled vKVM": "Enable or disable tunneled virtual keyboard, video, and mouse (vKVM) on servers.\n",
                            "PRIVSET.Enter maintenance modes": "Enter maintenance mode for a VM host.\n",
                            "PRIVSET.Ethernet Adapter policies": "Configure Ethernet adapter settings, impacting network properties such as MAC address pools, speed, and media modes.\n",
                            "PRIVSET.Ethernet Network Control policies": "Manage server discoverability through protocols like Cisco Discovery Protocol and Link Layer Discovery Protocol.\n",
                            "PRIVSET.Ethernet Network Group policies": "Manage QinQ VLAN and native VLAN settings.\n",
                            "PRIVSET.Ethernet Network policies": "Manage VLAN mode and default VLAN settings.\n",
                            "PRIVSET.Ethernet QoS policies": "Assigns a system class to outgoing traffic for a vNIC, determining the quality of service.\n",
                            "PRIVSET.Execute Workflows": "A set of privileges that allow the users to execute workflows and manage running workflows in IO.\n",
                            "PRIVSET.Exit maintenance modes": "Exit maintenance mode for a VM host.\n",
                            "PRIVSET.Explorations": "Manage and configure explorations.\n",
                            "PRIVSET.Explorer": "Manage and configure the metric explorer.\n",
                            "PRIVSET.External Syslog Administrator": "As an External Syslog Administrator, you can configure an external syslog server on an on-prem appliance.\n",
                            "PRIVSET.FC Zone policies": "Manage FC target zoning type and target settings.\n",
                            "PRIVSET.Fabric Interconnects": "A set of privileges that allows to perform operations related to Fabric Interconnect e.g. view fabric interconnect summary\nor detailed information about fabric connect. Fabric Interconnect privilege set is the top level privilege set of other\nprivilege set(s) which are mapped to privileges related to Fabric Interconnect.\n",
                            "PRIVSET.Fabric evacuation": "Initiate fabric resource evacuation for maintenance.\n",
                            "PRIVSET.Fibre Channel Adapter policies": "Manages host-side behaviour of Fibre Channel adapters, including error recovery and performance settings.\n",
                            "PRIVSET.Fibre Channel Network policies": "Manage the default VLAN and VSAN ID settings.\n",
                            "PRIVSET.Fibre Channel QoS policies": "Manage network traffic prioritization in Fibre Channel environments by assigning different levels of service (Platinum, Gold, Silver, Bronze).\n",
                            "PRIVSET.Firmware links": "Manage firmware links.\n",
                            "PRIVSET.Firmware policies": "Manage the current firmware, including option to exclude upgrade of drives and storage controllers.\n",
                            "PRIVSET.Flow Control policies": "Configure the Priority Flow Control (PFC) for each port.\n",
                            "PRIVSET.Generate API keys": "Create new API keys to enable secure access and interaction with system APIs for integration and automation purposes.\n",
                            "PRIVSET.Generic": "Manage the general configuration settings of the appliance.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Global Read Privileges": "A set of privileges that are common to all privilege sets. These are read-only privileges that will be common to all the hierarchial privileges\n",
                            "PRIVSET.Global System Privileges": "A set of privileges that are common to all system packaged, system defined and internal privilege sets. Global System Privileges will not be part of the user created privilege sets.\n",
                            "PRIVSET.Global Write Privileges": "A set of privileges that are common to all privilege sets. These are write privileges that will be common to all the hierarchial privileges\n",
                            "PRIVSET.HCI Cluster Administrator": "As an HCI Cluster Administrator, you can view and manage HCI Clusters,\nview all the cluster dashboard widgets, view cluster details. This role does not include the ability to claim a device.\n",
                            "PRIVSET.HCI Cluster Operator": "As an HCI Cluster Operator, you can view and manage HCI Clusters, view all the cluster dashboard widgets, view cluster details.\nThis role provides view only access to hypervisor, storage related inventory and dashboards. This role does not include the ability to claim a device.\n",
                            "PRIVSET.HCI Clusters": "A set of privileges that allows the access to manage HCI clusters.\n",
                            "PRIVSET.Hosts": "Manage and configure VM hosts.\n",
                            "PRIVSET.HyperFlex Cluster": "A set of privileges that allows the access to manage HyperFlex clusters.\n",
                            "PRIVSET.HyperFlex Cluster Access Operator": "As a HyperFlex Cluster Access Operator, you can cross launch CLI and HXConnect.\n",
                            "PRIVSET.HyperFlex Cluster Administrator": "As a HyperFlex Cluster Administrator, you can create, edit, deploy, and manage HyperFlex Clusters,\nview all the cluster dashboard widgets, view cluster details, create HyperFlex policies and profiles,\nexecute capacity planning, and launch HyperFlex Connect. This role does not include the ability to claim a\ndevice.  It also allows the user to run workflows, manage VMs on HyperFlexAP, and manage connected storage.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "PRIVSET.HyperFlex Cluster Advanced Security": "A set of privileges that allows the configuration and deployment of advanced security profiles.\n",
                            "PRIVSET.HyperFlex Cluster Backups": "A set of privileges that allows the configuration and deployment of HyperFlex Cluster backup policy and restore.\n",
                            "PRIVSET.HyperFlex Cluster Capacity Planning": "A set of privileges that allows users to execute capacity planning.\n",
                            "PRIVSET.HyperFlex Cluster Data Protection Administrator": "As a HyperFlex Cluster Data  Protection Administrator, you can perform N:1 backups.\n",
                            "PRIVSET.HyperFlex Cluster Lifecycle Administrator": "As a HyperFlex Cluster Lifecycle Administrator, you can install, expand, upgrade a HX cluster, execute capacity\nplanning, OS installation, VC plugin installation, security hardening, and launch HyperFlex Connect as admin.\n",
                            "PRIVSET.HyperFlex Cluster Operations": "A set of privileges that allows the viewing of cluster operation related functionality.\n",
                            "PRIVSET.HyperFlex Cluster Operator": "As a HyperFlex Cluster Operator, you can perform health checks.\nHowever, you cannot change cluster configuration.\n",
                            "PRIVSET.HyperFlex Cluster Profiles": "A set of privileges that allows to manage HyperFlex policies and profiles.\n",
                            "PRIVSET.HyperFlex Cluster Storage Administrator": "As a HyperFlex Cluster Storage Administrator, you can perform datastore, iSCSI, and storage container CRUD operations.\n",
                            "PRIVSET.HyperFlex Cluster Syslog Administrator": "As a HyperFlex Cluster Syslog Administrator, you can configure the external HX Syslog profile.\n",
                            "PRIVSET.HyperFlex Cluster Syslog Profile Control": "This allows write access to the Remote Syslog Advanced Security Profile\n",
                            "PRIVSET.HyperFlex Cluster System Administrator": "As a HyperFlex Cluster System Administrator, you can perform most of the system administrator tasks.\n",
                            "PRIVSET.HyperFlex Cluster System Operator": "As a HyperFlex Cluster System Operator, you can perform encryption, health checks, and post-install tasks.\n",
                            "PRIVSET.HyperFlex Key Encryption": "A set of privileges that allows users to configure encryption keys.\n",
                            "PRIVSET.HyperFlex View Only": "A set of privileges that grants view only to HyperFlex related functionality\n",
                            "PRIVSET.Hypervisors": "A set of privileges that allows the access to detailed hypervisor information and to perform hypervisor related actions.\nHypervisors privilege set is the top level privilege set of other privilege set(s) which are mapped to privileges\nrelated to hypervisors.\n",
                            "PRIVSET.IMC Access policies": "Configure network settings and associates IP addresses with servers, supporting both in-band and out-of-band management.\n",
                            "PRIVSET.IP access management": "Manage and allow access to Intersight, only for users from trusted IP addresses.\n",
                            "PRIVSET.IP block mapping": "Manage the mapping of IP blocks on servers.\n",
                            "PRIVSET.IPMI over LAN policies": "Define protocols for interfacing with the server's service processor via the Intelligent Platform Management Interface (IPMI).\n",
                            "PRIVSET.IQN block mapping": "Manage the pool containing iSCSI Qualified Names (IQNs) used as initiator identifiers by iSCSI vNICs.\n",
                            "PRIVSET.Import foreign configurations": "Import and apply foreign configurations, integrating external storage setups.\n",
                            "PRIVSET.Import server profiles": "Import server profiles from external sources.\n",
                            "PRIVSET.Install operating systems": "Install and configure an operating system on a server to make it operational.\n",
                            "PRIVSET.Install updates": "Apply and execute software updates to ensure the latest features, improvements, and security patches are installed on the system.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Integrated Systems Administrator": "As an Integrated Systems Administrator, you can perform all actions related to Integrated Systems (e.g., FlexPod) like\ncreate/edit/delete of an Integrated System. In addition you can perform administrative and management tasks related to \ndevices (including claim), servers, server profiles, UCS domain, switch profiles, hypervisors, network/SAN switches, \nstorage devices. Also, you can define workflow and task definitions and can execute them and view workflow executions.\n",
                            "PRIVSET.Integrated Systems Operator": "As an Integrated Systems Operator, you can view Integrated Systems (e.g., FlexPod) and can run inventory based actions \n(e.g., Interoperability check). In addition you can view devices, servers, server profiles, UCS domain, switch profiles,\nhypervisors, network/SAN switches, storage devices and workflows. This role does not include the ability to claim a target.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target.\n",
                            "PRIVSET.Integrated systems": "Manage and configure integrated systems.\n",
                            "PRIVSET.Kubernetes Administrator": "As a Kubernetes Administrator, you can create, edit, deploy, and manage Kubernetes Clusters. You can also\nview all the cluster dashboard widgets, and view cluster details. In addition, you also have privileges to\nview and manage storage devices associated with the Kubernetes clusters.  The capability to view and execute\nworkflows against the Kubernetes clusters is also granted. It also allows\nthe user to run workflows to manage VMs on hypervisor endpoints, and manage connected storage, and creat/view ip pools.\nThis role does not include the ability to claim a device.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "PRIVSET.Kubernetes Operator": "As a Kubernetes Operator, you can view Kubernetes Clusters. You can also\nview all the cluster dashboard widgets, and view cluster details. In addition, you also have privileges to\nview storage devices associated with the Kubernetes clusters.  The capability to view\nworkflows is also granted.  It also allows the user to view VMs on hypervisor endpoints.\nThis role does not include the ability to claim a device.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "PRIVSET.LAN Connectivity policies": "Manage the network settings for server connectivity within a Local Area Network (LAN).\n",
                            "PRIVSET.LDAP policies": "Attach/detach LDAP policies.\n",
                            "PRIVSET.Launch CLI as admin": "As a Launch CLI user, you can access the command-line interface (CLI) for managing and configuring UCS systems, allowing for command execution and system administration tasks.\n",
                            "PRIVSET.Launch CLI as read-only": "As a Launch CLI as read-only user, you can access the command-line interface (CLI) for UCS systems with read-only permissions, allowing you to view system configurations and status without making changes.\n",
                            "PRIVSET.Launch Endpoint Management Interfaces": "Launch Endpoint Management Interfaces.\n",
                            "PRIVSET.Launch IMC as admin": "Manage servers through the IMC interface with administrative privileges.\n",
                            "PRIVSET.Launch IMC as read-only": "Access servers via the IMC interface with read-only permissions.\n",
                            "PRIVSET.Launch UCS Manager as admin": "Access and manage UCS Manager with full privileges.\n",
                            "PRIVSET.Launch UCS Manager as read-only": "View UCS Manager interface without changes.\n",
                            "PRIVSET.Launch VM consoles": "Launch the console for a virtual machine (VM).\n",
                            "PRIVSET.Launch host consoles": "Launch the console for a VM host.\n",
                            "PRIVSET.Launch tunneled vKVM sessions": "Allows access to a server's KVM console even if the user is not in the same network as the server and the KVM IP is not reachable.\n",
                            "PRIVSET.Launch vKVM": "Allows to launch the virtual keyboard, video, and mouse (KVM) console directly for Fabric Interconnect-attached and standalone servers.\n",
                            "PRIVSET.Launch vKVM sessions": "Allows to launch the virtual keyboard, video, and mouse (KVM) console directly for Fabric Interconnect-attached and standalone servers.\n",
                            "PRIVSET.Licensing": "Manage and configure licensing.\n",
                            "PRIVSET.Link Aggregation policies": "Configure throughput and redundancy using Link Aggregation Control Protocol (LACP) for efficient failure detection.\n",
                            "PRIVSET.Link Control policies": "Configure Unidirectional Link Detection (UDLD) Admin state and mode.\n",
                            "PRIVSET.Local User policies": "Configure local user preferences, and password properties.\n",
                            "PRIVSET.Location Management": "Users can view and manage locations. This role provides location management privileges to an user.\n",
                            "PRIVSET.Locator LEDs": "Control the locator LED functionality to visually locate and identify specific hardware components within a rack.\n",
                            "PRIVSET.Manage API Keys": "Manage API Keys.\n",
                            "PRIVSET.Manage Access and Permissions": "Manage access control rules and permissions.\n",
                            "PRIVSET.Manage Auth Tokens": "Manage Authentication and Authorization Tokens.\n",
                            "PRIVSET.Manage Exports": "A set of privileges that allow the users to export Intersight managed objects.\n",
                            "PRIVSET.Manage External Syslog": "Manage External Syslog.\n",
                            "PRIVSET.Manage Fabric Interconnects": "Manage Fabric Interconnects.\n",
                            "PRIVSET.Manage Functions": "A set of privileges that allows the users to manage serverless functions.\n",
                            "PRIVSET.Manage Geo Locations": "A set of privileges that allows the users to manage geo locations.\n",
                            "PRIVSET.Manage HCI Clusters": "Manage HyperConverged Infrastructure Clusters.\n",
                            "PRIVSET.Manage HyperFlex Cluster Profiles": "Manage HyperFlex Cluster Profiles.\n",
                            "PRIVSET.Manage HyperFlex Clusters": "Manage HyperFlex Clusters.\n",
                            "PRIVSET.Manage HyperFlex Syslog": "Manage HyperFlex Advanced Syslog Configuration\n",
                            "PRIVSET.Manage Hypervisors": "A set of privileges that allow the users to execute workflows related to hypervisor and virtual machines management.\n",
                            "PRIVSET.Manage Identity Providers": "Manage Single Sign On identity providers.\n",
                            "PRIVSET.Manage Imports": "A set of privileges that allow the users to import Intersight managed objects.\n",
                            "PRIVSET.Manage Language Runtimes": "A set of privileges that allows the users to manage language runtimes for serverless functions.\n",
                            "PRIVSET.Manage Nexus Config": "A set of privileges that allows users to add, remove, or alter site templates and policies.\n",
                            "PRIVSET.Manage Nexus Sites": "A set of privileges that allows users to add, remove, or alter sites.\n",
                            "PRIVSET.Manage Organizations": "A set of privileges that allows the access to manage Organizations.\n",
                            "PRIVSET.Manage Server Profiles": "Manage server profiles.\n",
                            "PRIVSET.Manage Servers": "Manage Servers.\n",
                            "PRIVSET.Manage ServiceItem Instances.": "A set of privileges that allow the users to manage ServiceItem Instances.\n",
                            "PRIVSET.Manage Sessions": "Manage user login sessions.\n",
                            "PRIVSET.Manage Storage Arrays": "A set of privileges that allow the user to execute workflows related to storage arrays.\n",
                            "PRIVSET.Manage Switch Profiles": "Manage Switch Profiles.\n",
                            "PRIVSET.Manage Tags": "A set of privileges that allows the users to manage tag definitions.\n",
                            "PRIVSET.Manage Techsupport Bundles": "Collect and download techsupport bundles.\n",
                            "PRIVSET.Manage Telemetry": "Manage Telemetry allows [READ of broker information](http://druid.io/docs/latest/operations/api-reference.html#broker).\n",
                            "PRIVSET.Manage Unified Edge": "Manage Unified Edge.\n",
                            "PRIVSET.Manage Unified Edge Profiles": "Manage Unified Edge Profiles.\n",
                            "PRIVSET.Manage Workflow Definitions": "A set of privileges that allow the users to manage workflow and custom data type definitions.\n",
                            "PRIVSET.Manage Workload Definitions": "A set of privileges that allow the users to manage workload definitions.\n",
                            "PRIVSET.Manage Workload Deployments": "A set of privileges that allow the users to manage workload deployments.\n",
                            "PRIVSET.Manage alarm suppression": "Suppress and unsuppress alarms.\n",
                            "PRIVSET.Manage products": "Select products to be enabled for the Intersight account.\n",
                            "PRIVSET.Manage targets": "Manage targets in the system by adding, claiming, and unclaiming.\n",
                            "PRIVSET.Manage tech support bundles": "Add a new tech support bundle.\n",
                            "PRIVSET.Memory policies": "Attach/detach Memory policies.\n",
                            "PRIVSET.Modify security keys": "Change security keys to update encryption or access controls.\n",
                            "PRIVSET.Monitor audit logs": "View and analyze audit logs.\n",
                            "PRIVSET.Multicast policies": "Configure the snooping, quierer and source IP proxy states.\n",
                            "PRIVSET.NTP policies": "Attach/detach NTP policies.\n",
                            "PRIVSET.Network Administrator": "As a Network Administrator, you can create, update, delete and view the Managed Network switch objects. \nThe capability to view and execute workflows against the Network switches is also granted. \n\nThis role does not include the ability to claim a target. You must have a Device Technician,\nDevice Administrator, or an Account Administrator role to claim a target.\n",
                            "PRIVSET.Network Connectivity policies": "Configure and assign IPv4 and IPv6 addresses, enable dynamic DNS.\n",
                            "PRIVSET.Network Operator": "As a Network Operator, you can view the Managed Network switch objects. The capability to view workflows against the \nNetwork switches is also granted. This role does not include the ability to claim a target.\n\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to\nclaim a target.\n",
                            "PRIVSET.Nexus Administrator": "As a Nexus Administrator, you have the privileges to perform all Nexus related operations. This includes\nclaiming devices, view license, updating policy configuration, and monitoring the system.\n",
                            "PRIVSET.Nexus Analyst": "As a Nexus Analyst, you can run and update the available Nexus Cloud analyzes such as Sustainability, Conformance, Compliance, and others.\n",
                            "PRIVSET.Nexus Config Administrator": "As a Nexus Config Administrator, you can create or modify policy configuration, view license and can initiate the\nworkflow that will activate policy changes.\n\nThis role does not allow you to claim or remove devices.\n",
                            "PRIVSET.Nexus Observer": "As a Nexus Observer, you can generally view the state of all devices. Additional items\ninclude things like viewing configured policies, license status and monitoring active flows. This role does\nnot include any permission which allows the system to be changed.\n",
                            "PRIVSET.Notifications and webhooks": "Manage notification rules.\n",
                            "PRIVSET.OAuth 2.0 applications": "Manage OAuth 2.0 applications, including creating, editing, enabling/disabling, and deleting them.\n",
                            "PRIVSET.OAuth2 tokens": "Manage OAuth 2.0 tokens, including deleting tokens to control access to the system's resources.\n",
                            "PRIVSET.OS configuration files": "Manage OS configuration files.\n",
                            "PRIVSET.OS image links": "Manage OS image links.\n",
                            "PRIVSET.Operate": "Access and operate physical servers, chassis, and domains, along with their respective profiles and pools of Intersight Infrastructure Services.\n",
                            "PRIVSET.Operate IP pools": "Manage IP pools, including creation and modification.\n",
                            "PRIVSET.Operate IQN pools": "As an IQN Pool user, you can create, manage, and delete IQN pools to organize and allocate IQNs for network storage resources efficiently.\n",
                            "PRIVSET.Operate MAC pools": "Manage MAC pools, including creation and modification.\n",
                            "PRIVSET.Operate Resource pools": "Manage resource pools by creating, modifying, deleting pools, and handling resource allocation within them.\n",
                            "PRIVSET.Operate UUID pools": "Manage UUID pools by creating, modifying, deleting, and handling the allocation and reservation of UUIDs within those pools.\n",
                            "PRIVSET.Operate WWNN and WWPN pools": "Manage world wide node names (WWNNs) or world wide port name (WWPNs) pools.\n",
                            "PRIVSET.Operate chassis profiles": "Operate chassis profiles, deploying and assigning profiles.\n",
                            "PRIVSET.Operate domain profiles": "Manage domain profiles, deploying and assigning them.\n",
                            "PRIVSET.Operate physical chassis": "Perform chassis operations like power cycling and resetting.\n",
                            "PRIVSET.Operate physical domains": "Manage physical domain operations related to hardware.\n",
                            "PRIVSET.Operate physical server": "Manage physical server operations like powering on/off and resetting. This involves several key actions: server power management, virtual network and host bus adapters (vNIC/vHBA), server storage operations, system maintenance: Covers tasks such as resetting the CMOS, virtual KVM, monitoring and metrics.\n",
                            "PRIVSET.Operate pools": "Manage resource pool operations like attaching or detaching.\n",
                            "PRIVSET.Operate server power": "Manage server power actions. \n",
                            "PRIVSET.Operate server profile": "Manage server profile operations like deployment and activation.\n",
                            "PRIVSET.Operate server storage": "Operate server storage, including clearing configurations and managing security keys.\n",
                            "PRIVSET.Operate server system": "Perform server system operations like rebooting and resetting CMOS.\n",
                            "PRIVSET.Operate server vHBAs": "Perform operations on virtual host bus adapters (vHBAs), including enabling, disabling, and resetting.\n",
                            "PRIVSET.Operate server vNICs": "Perform operations on virtual network interface cards (vNICs), including enabling, disabling, and resetting.\n",
                            "PRIVSET.Organizations": "A set of privileges that allows the access to manage Organizations.\n",
                            "PRIVSET.Persistent Memory policies": "Configure security, goals, and namespaces for persistent memory modules, ensuring data retention across power cycles.\n",
                            "PRIVSET.Port policies": "Manage Fabric Interconnect ports, including port roles, types (Ethernet or Fibre Channel), and connection modes.\n",
                            "PRIVSET.Power cycle chassis slots": "Power cycle chassis slots to refresh components.\n",
                            "PRIVSET.Power policies": "Manage power settings for FI-attached servers and chassis, including profiling and priority.\n",
                            "PRIVSET.Read Chassis Profiles and Chassis Profile Templates": "A set of privileges that allows read access to chassis profiles and chassis profile templates.\n",
                            "PRIVSET.Read Domain Profiles and Domain Profile Templates": "A set of privileges that allows read access to domain profiles and domain profile templates.\n",
                            "PRIVSET.Read Organizations": "As a Read Organizations user, you can view the configuration and status of the organization without making any modifications.\n",
                            "PRIVSET.Read Server Profiles and Server Profile Templates": "A set of privileges that allows read access to server profiles and server profile templates.\n",
                            "PRIVSET.Read Workflows": "As a Read Workflows user, you can view the configuration and status of workflows without making any modifications.\n",
                            "PRIVSET.Read all API keys in the account": "Read-only access to configuration and status of all API keys associated with the account.\n",
                            "PRIVSET.Read all OAuth apps in the account": "Read-only access to configuration and status of all OAuth tokens associated with the account.\n",
                            "PRIVSET.Read-Only": "A set of privileges that provides read-only access to services and resources in Intersight.\n",
                            "PRIVSET.Read-only": "Read-only access to configuration and status of all Intersight Infrastructure Services.\n",
                            "PRIVSET.Read-only Adapter Configuration policies": "Read-only access to configuration and status of Adapter Configuration policies.\n",
                            "PRIVSET.Read-only AuditD policies": "Read-only access to configuration and status of AuditD policies.\n",
                            "PRIVSET.Read-only BIOS policies": "Read-only access to configuration and status of BIOS policies.\n",
                            "PRIVSET.Read-only Boot Order policies": "Read-only access to configuration and status of Boot policies.\n",
                            "PRIVSET.Read-only CLI policies": "Read-only access to configuration and status of CLI policies.\n",
                            "PRIVSET.Read-only Certificate Management policies": "Read-only access to configuration and status of Certificate Management policies.\n",
                            "PRIVSET.Read-only Device Connector Policies": "Read-only access to configuration and status of Device Connector policies.\n",
                            "PRIVSET.Read-only Drive Security policies": "Read-only access to configuration and status of Drive Security policies.\n",
                            "PRIVSET.Read-only Ethernet Adapter policies": "Read-only access to configuration and status of Ethernet Adapter policies.\n",
                            "PRIVSET.Read-only Ethernet Network Control policies": "Read-only access to configuration and status of Ethernet Network Control policies.\n",
                            "PRIVSET.Read-only Ethernet Network Group policies": "Read-only access to configuration and status of Ethernet Network Group policies.\n",
                            "PRIVSET.Read-only Ethernet Network policies": "Read-only access to configuration and status of Ethernet Network policies.\n",
                            "PRIVSET.Read-only Ethernet QoS policies": "Read-only access to configuration and status of Ethernet QoS policies.\n",
                            "PRIVSET.Read-only FC Zone policies": "Read-only access to configuration and status of FC Zone policies.\n",
                            "PRIVSET.Read-only Fabric Interconnects": "Read-only access to configuration and status of fabric interconnects (FIs).\n",
                            "PRIVSET.Read-only Fibre Channel Adapter policies": "As a Read-only Fibre Channel Adapter Policy user, you can view the configuration and status of Fibre Channel adapter policies without making any modifications.\n",
                            "PRIVSET.Read-only Fibre Channel Network policies": "Read-only access to configuration and status of Fibre Channel Network policies.\n",
                            "PRIVSET.Read-only Fibre Channel QoS policies": "Read-only access to configuration and status of Fibre Channel QoS policies.\n",
                            "PRIVSET.Read-only Firmware policies": "Read-only access to configuration and status of Firmware policies.\n",
                            "PRIVSET.Read-only Flow Control policies": "Read-only access to configuration and status of Flow Control policies.\n",
                            "PRIVSET.Read-only HyperFlex cluster profiles": "Read-only access to configuration and status of HyperFlex Cluster Profiles.\n",
                            "PRIVSET.Read-only HyperFlex clusters": "Read-only access to configuration and status of HyperFlex (HX) clusters.\n",
                            "PRIVSET.Read-only IMC Access policies": "Read-only access to configuration and status of IMC Access policies.\n",
                            "PRIVSET.Read-only IP pools": "Read-only access to configuration and status of IP pools.\n",
                            "PRIVSET.Read-only IPMI over LAN policies": "Read-only access to configuration and status of IPMI over LAN policies.\n",
                            "PRIVSET.Read-only IQN pools": "Read-only access to configuration and status of IQN pools.\n",
                            "PRIVSET.Read-only Kubernetes cluster profiles": "Read-only access to configuration and status of Kubernetes Cluster Profiles.\n",
                            "PRIVSET.Read-only LAN Connectivity policies": "Read-only access to configuration and status of LAN Connectivity policies.\n",
                            "PRIVSET.Read-only LDAP policies": "As a LDAP Policy user, you can view the configuration and status of system QoS policies without making any modifications.\n",
                            "PRIVSET.Read-only Link Aggregation policies": "Read-only access to configuration and status of Link Aggregation policies.\n",
                            "PRIVSET.Read-only Link Control policies": "Read-only access to configuration and status of Link Control policies.\n",
                            "PRIVSET.Read-only Local User policies": "Read-only access to configuration and status of Local User policies.\n",
                            "PRIVSET.Read-only MAC pools": "Read-only access to configuration and status of MAC pools.\n",
                            "PRIVSET.Read-only Memory policies": "As a Read-only Memory Policy user, you can view the configuration and status of Memory policies without making any modifications.\n",
                            "PRIVSET.Read-only Multicast policies": "Read-only access to configuration and status of Multicast policies.\n",
                            "PRIVSET.Read-only NTP policies": "Read-only access to configuration and status of NTP policies.\n",
                            "PRIVSET.Read-only Network Connectivity policies": "Read-only access to configuration and status of Network Connectivity policies.\n",
                            "PRIVSET.Read-only Persistent Memory policies": "Read-only access to configuration and status of Persistent Memory policies.\n",
                            "PRIVSET.Read-only Port policies": "Read-only access to configuration and status of Port policies.\n",
                            "PRIVSET.Read-only Power policies": "Read-only access to configuration and status of Power policies.\n",
                            "PRIVSET.Read-only SAN Connectivity policies": "Read-only access to configuration and status of SAN Connectivity policies.\n",
                            "PRIVSET.Read-only SD Card policies": "Read-only access to configuration and status of SD Card policies.\n",
                            "PRIVSET.Read-only SMTP policies": "Read-only access to configuration and status of SMTP policies.\n",
                            "PRIVSET.Read-only SNMP policies": "Read-only access to configuration and status of SNMP policies\n",
                            "PRIVSET.Read-only SOL policies": "Read-only access to configuration and status of SOL policies.\n",
                            "PRIVSET.Read-only SSH policies": "Read-only access to configuration and status of SSH policies.\n",
                            "PRIVSET.Read-only SSL Certificates": "As a Read-only SSL Certificates user, you can view the configuration and status of SSL certificates without making any modifications.\n",
                            "PRIVSET.Read-only Scrub policies": "As a Read-only Scrub Policy user, you can view the configuration and status of Scrub policies without making any modifications.\n",
                            "PRIVSET.Read-only Storage policies": "Read-only access to configuration and status of Storage policies.\n",
                            "PRIVSET.Read-only Switch Control policies": "Read-only access to configuration and status of Switch Control policies.\n",
                            "PRIVSET.Read-only Syslog policies": "Read-only access to configuration and status of Syslog policies.\n",
                            "PRIVSET.Read-only System QoS policies": "Read-only access to configuration and status of System QoS policies.\n",
                            "PRIVSET.Read-only Thermal policies": "Read-only access to configuration and status of Thermal policies.\n",
                            "PRIVSET.Read-only UCS chassis profile templates": "Read-only access to configuration and status of UCS Chassis Profile templates.\n",
                            "PRIVSET.Read-only UCS chassis profiles": "Read-only access to configuration and status of UCS Chassis Profiles.\n",
                            "PRIVSET.Read-only UCS domain profile templates": "Read-only access to configuration and status of UCS Domain Profile templates.\n",
                            "PRIVSET.Read-only UCS domain profiles": "Read-only access to configuration and status of UCS Domain Profiles.\n",
                            "PRIVSET.Read-only UCS server profile templates": "Read-only access to configuration and status of UCS Server Profile templates.\n",
                            "PRIVSET.Read-only UCS server profiles": "Read-only access to configuration and status of UCS Server Profiles.\n",
                            "PRIVSET.Read-only UUID pools": "Read-only access to configuration and status of UUID pools.\n",
                            "PRIVSET.Read-only VLAN policies": "Read-only access to configuration and status of VLAN policies.\n",
                            "PRIVSET.Read-only VMs": "Read-only access to configuration and status of virtual machines (VMs).\n",
                            "PRIVSET.Read-only VSAN policies": "Read-only access to configuration and status of VSAN policies.\n",
                            "PRIVSET.Read-only Virtual KVM policies": "Read-only access to configuration and status of Virtual KVM policies.\n",
                            "PRIVSET.Read-only WWNN and WWPN pools": "Read-only access to configuration and status of WWNN or WWPN pools.\n",
                            "PRIVSET.Read-only all advisories": "As a Read-only Advisories user, you can view the configuration and status of all advisories without making any modifications.\n",
                            "PRIVSET.Read-only all alarms": "Read-only access to configuration and status of all alarms.\n",
                            "PRIVSET.Read-only all audit logs": "Read-only access to configuration and details of all audit logs.\n",
                            "PRIVSET.Read-only all compute policies": "Read-only access to configuration and status of Compute policies.\n",
                            "PRIVSET.Read-only all management policies": "Read-only access to configuration and status of all Management policies.\n",
                            "PRIVSET.Read-only all network policies": "Read-only access to configuration and status of all Network policies.\n",
                            "PRIVSET.Read-only all policies": "Read-only access to configuration and status of all policies.\n",
                            "PRIVSET.Read-only all storage policies": "Read-only access to configuration and status of Storage policies.\n",
                            "PRIVSET.Read-only chassis": "Read-only access to configuration and status of chassis.\n",
                            "PRIVSET.Read-only hosts": "As a Read-only Hosts user, you can view the configuration and status of hosts without making any modifications.\n",
                            "PRIVSET.Read-only iSCSI Adapter policies": "Read-only access to configuration and status of iSCSI Adapter policies.\n",
                            "PRIVSET.Read-only iSCSI Boot policies": "Read-only access to configuration and status of iSCSI Boot policies.\n",
                            "PRIVSET.Read-only iSCSI Static Target policies": "Read-only access to configuration and status of iSCSI Static Target policies.\n",
                            "PRIVSET.Read-only integrated systems": "Read-only access to configuration and status of integrated systems.\n",
                            "PRIVSET.Read-only licensing": "As a Read-only licensing user, you can view the configuration and status of licensing without making any modifications.\n",
                            "PRIVSET.Read-only metrics explorations": "Read-only access to configuration and status of metrics explorations.\n",
                            "PRIVSET.Read-only networking": "Read-only access to configuration and status of networking settings.\n",
                            "PRIVSET.Read-only pools": "Read-only access to configuration and status of all pools.\n",
                            "PRIVSET.Read-only profiles": "Read-only access to configuration and status of all Profiles.\n",
                            "PRIVSET.Read-only resource pools": "Read-only access to configuration and status of Resource pools.\n",
                            "PRIVSET.Read-only servers": "Read-only access to configuration and status of servers.\n",
                            "PRIVSET.Read-only software repository": "As a Red-only Software Repository user, you can view the configuration and status of the software repository without making any modifications.\n",
                            "PRIVSET.Read-only storage": "Read-only access to configuration and status of storage.\n",
                            "PRIVSET.Read-only targets": "Read-only access to configuration and status of targets.\n",
                            "PRIVSET.Read-only tech support bundles": "Read-only access to configuration and status of Tech Support Bundles\n",
                            "PRIVSET.Read-only templates": "Read-only access to configuration and status of all templates.\n",
                            "PRIVSET.Read-only vHBA templates": "Read-only access to configuration and status of vHBA templates.\n",
                            "PRIVSET.Read-only vMedia policies": "Read-only access to configuration and status of vMedia policies.\n",
                            "PRIVSET.Read-only vNIC templates": "Read-only access to configuration and status of vNIC templates.\n",
                            "PRIVSET.Reboot Fabric Interconnect": "As a Reboot Fabric Interconnect user, you can restart the fabric interconnect, allowing for system updates, configuration changes, or recovery from issues.\n",
                            "PRIVSET.Reboot management controllers": "Restart the management controller of a server.\n",
                            "PRIVSET.Recommission Fabric Extender (FEX)": "Reactivate and restore a previously decommissioned Fabric Extenders (FEX), reestablishing connections and updating the system status.\n",
                            "PRIVSET.Recommission chassis": "Reactivate and restore previously decommissioned chassis.\n",
                            "PRIVSET.Recommission servers": "Bring a previously decommissioned server back into operational status. Allows read access to Fabric Interconnect.\n",
                            "PRIVSET.Rediscover Fabric Extender (FEX)": "As a Rediscover Fabric Extender user, you can initiate a rediscovery process for fabric extenders,\n",
                            "PRIVSET.Rediscover chassis": "Initiate a process to re-scan and identify chassis in the network, updating their status and configurations.\n",
                            "PRIVSET.Rediscover servers": "Initiate a process to re-scan and identify servers in the network, updating their status and configurations.\n",
                            "PRIVSET.Regenerate domain names": "Refresh or recreate a domain name within the system, updating its configuration or resolving issues related to network addressing and resource identification.\n",
                            "PRIVSET.Register licenses": "Register Intersight licenses with Cisco Smart Licensing.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Reject Publish Requests": "Reject Publish Requests\n",
                            "PRIVSET.Remove Fabric Extender (FEX)": "Safely disconnect and remove Fabric Extenders (FEX) from the system, ensuring proper management of dependencies.\n",
                            "PRIVSET.Remove chassis": "Safely disconnect and remove chassis, ensuring all dependencies are managed.\n",
                            "PRIVSET.Remove servers": "Disconnect the server from the network, erase all data, and update inventory records to reflect the change.\n",
                            "PRIVSET.Renew licenses": "Update the Intersight license to include any changes on Cisco Smart Software Manager.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Replace Fabric Interconnect": "Oversee the replacement process for Fabric Interconnects (FIs).\n",
                            "PRIVSET.Reserve licenses": "Reserve licensing slots for specific private virtual appliance (PVA).\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Reset CMOS": "AReset CMOS settings, restoring BIOS to default.\n",
                            "PRIVSET.Reset IOMs and IFMs": "Reboot Input/Output Module (IOM) or Intelligent Fabric Module (IFM).\n",
                            "PRIVSET.Reset VMs": "Reset a virtual machine (VM).\n",
                            "PRIVSET.Reset memory errors": "Reset memory errors on servers.\n",
                            "PRIVSET.Reset peer IOMs and IFMs": "Reboot peer IOM or IFM to resolve issues.\n",
                            "PRIVSET.Reset vKVM": "Reset vKVM session, restarting the interface.\n",
                            "PRIVSET.Restart VMs": "Restart a virtual machine (VM).\n",
                            "PRIVSET.Return licenses": "Deregister the Intersight private virtual appliance (PVA) license after the initial setup.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Run Workflows": "As a Run Workflows user, you can execute workflows in the system.\n",
                            "PRIVSET.Run interoperability checks": "Run an interoperability check on integrated systems.\n",
                            "PRIVSET.SAN Administrator": "As a SAN Administrator, you can create, update, delete and view the Managed SAN switch objects.\nThe capability to view and execute workflows against the SAN switches is also granted.\n\nThis role does not include the ability to claim a target.  You must have a Device Technician,\nDevice Administrator, or an Account Administrator role to claim a target.\n",
                            "PRIVSET.SAN Connectivity policies": "Manage storage area network (SAN) settings for servers.\n",
                            "PRIVSET.SAN Operator": "As a SAN Operator, you can view the Managed SAN switch objects. The capability to view workflows against the\nSAN switches is also granted. This role does not include the ability to claim a target.\n\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to\nclaim a target.\n",
                            "PRIVSET.SCU links": "Manage server configuration utility (SCU) links.\n",
                            "PRIVSET.SD Card policies": "Configure the Cisco FlexFlash and FlexUtil Secure Digital (SD) cards for Cisco UCS servers. This policy specifies details of virtual drives on the SD cards and allows configuration in different modes such as Operating System Only, Utility Only, or Operating System + Utility modes.\n",
                            "PRIVSET.SD card operations": "Manage SD card operations like mounting and formatting.\n",
                            "PRIVSET.SMTP policies": "Set SMTP client preferences for outgoing communications on managed devices.\n",
                            "PRIVSET.SNMP policies": "Manage SNMP settings for sending alerts and traps from managed devices.\n",
                            "PRIVSET.SSH policies": "Manage access control and settings for Secure Shell (SSH) connections, allowing secure remote management.\n",
                            "PRIVSET.SSL Certificates": "As a user with access to SSL Certificates, you can view and manage the SSL certificates used for secure communications within the system.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Save and clone explorations": "Save or clone an existing exploration.\n",
                            "PRIVSET.Scrub policies": "As a Scrub Policy user, you can create, edit, delete, and manage virtual media policies, allowing you to configure and control remote media access for servers.\n",
                            "PRIVSET.Security and privacy": "Configure data collection and connection to Intersight.\n",
                            "PRIVSET.Serial Over LAN policies": "Manage remote access to the management console through the server's management interface, facilitating troubleshooting and server management without a direct connection.\n",
                            "PRIVSET.Server Administrator": "As a Server Administrator, you can view and manage UCS Servers and Fabric Interconnects,\nview all the server and Fabric Interconnect dashboard widgets, perform server actions,\nview server details, launch management interfaces and the CLI, create and deploy server\npolicies and profiles, and manage API keys. This role does not include the ability to claim a device.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "PRIVSET.Server Profiles": "A set of privileges that allows to manage server policies and server profiles.\nServer Policy Management privilege set is the top level privilege set of other privilege set(s) which are mapped to privileges\nrelated to server policy management.\n",
                            "PRIVSET.Server delete virtual drives": "Remove virtual drives, managing storage volumes.\n",
                            "PRIVSET.Server enable and disable vHBAs": "Enable or disable vHBAs to control storage operations.\n",
                            "PRIVSET.Server enable and disable vNICs": "Enable or disable vNICs to manage network participation.\n",
                            "PRIVSET.Server hard reset": "Initiate a hard reset on servers, restarting hardware without a graceful shutdown.\n",
                            "PRIVSET.Server power cycle": "Perform a power cycle on servers, rebooting hardware.\n",
                            "PRIVSET.Server power off": "Safely power off servers, terminating operations.\n",
                            "PRIVSET.Server power on": "Initiate the power-on sequence for server activation.\n",
                            "PRIVSET.Server reset vHBAs": "Reset vHBAs to resolve issues or refresh state.\n",
                            "PRIVSET.Server reset vNICs": "Reset vNICs to resolve issues or refresh state.\n",
                            "PRIVSET.Server secure erase drives": "Perform a secure erase on drives, permanently removing data.\n",
                            "PRIVSET.Server set drive states": "Change drive states to control availability.\n",
                            "PRIVSET.Server shutdown OS": "Initiate a graceful shutdown, ensuring services close properly before powering down.\n",
                            "PRIVSET.Servers": "A set of privileges that allows the access to detailed server information and to perform server related actions.\nServers privilege set is the top level privilege set of other privilege set(s) which are mapped to privileges\nrelated to servers.\n",
                            "PRIVSET.Service Designer": "As a Service Designer, you can create tasks, workflows, custom datatypes, resource selection criteria, and use\nthese building blocks to create service items. The service items are used to create resources with attributes\nin Intersight and associate with deploy, maintenance, and decommission actions on the resource.\n",
                            "PRIVSET.Service Operator": "As a Service Operator, you can view and update the catalog items, service items, and workflows.\nYou can deploy these resources and validate the catalog or service items.\n",
                            "PRIVSET.Sessions": "Manage and view active sessions.\n",
                            "PRIVSET.Set Fabric Interconnect user labels": "Assign and manage user labels for Fabric Interconnect.\n",
                            "PRIVSET.Set IMC certificates": "Assign and manage integrated management controller (IMC) certificates on servers.\n",
                            "PRIVSET.Set KMIP client certificates": "Assign and manage key management interoperability protocol (KMIP) in Intersight for cryptographic keys and client certificates on servers.\n",
                            "PRIVSET.Set and unset IP pool tags": "Assign or unassign tags to IP address pools for categorization.\n",
                            "PRIVSET.Set and unset chassis profile tags": "As a Set or Unset chassis profile Tag user, you can apply tags to chassis profiles to categorize and manage them more effectively within your infrastructure.\n",
                            "PRIVSET.Set and unset domain profile tags": "As a Set or Unset Domain Profile Tag user, you can assign, update or remove tags on a chassis profile.\n",
                            "PRIVSET.Set and unset server profile tags": "As a Set Server or Unset Profile Tag user, you can assign, remove and manage tags for server profiles.\nThis includes creating, updating, and ensuring tags are correctly applied for improved categorization and identification.\n",
                            "PRIVSET.Set chassis profile user labels": "Assign and manage user labels for chassis profiles.\n",
                            "PRIVSET.Set chassis user labels": "Assign and manage user labels for chassis.\n",
                            "PRIVSET.Set domain profile user labels": "Assign and manage user labels for domain profiles.\n",
                            "PRIVSET.Set or Unset Fabric Interconnect Tag": "As a Set or Unset Fabric Interconnect Tag user, you can assign, update or remove tags.\n",
                            "PRIVSET.Set or Unset IQN Pool Tags": "As a Set or Unset IQN Pool Tags user, you can assign tags to IQN pools or you can remove tags from IQN pools.\n",
                            "PRIVSET.Set or Unset MAC Pool Tags": "As a Set or Unset MAC Pool Tags user, you can assign tags to MAC address pools or you can remove tags from MAC address pools.\n",
                            "PRIVSET.Set or Unset Resource Pool Tags": "As a Set or Unset Resource Pool Tags user, you can assign tags to resource pools or you can remove tags from resource pools.\n",
                            "PRIVSET.Set or Unset Server Tag": "As a Set or unset Server Tag user, you can assign, remove and manage tags for servers.\n",
                            "PRIVSET.Set or Unset UUID Pool Tags": "As a Set or Unset UUID Pool Tags user, you can assign tags to UUID pools or you can remove tags from UUID pools.\n",
                            "PRIVSET.Set or Unset chassis Tag": "As a Set or Unset chassis Tag user, you can assign update or remove tags on a chassis for better identification and management.\n",
                            "PRIVSET.Set or unset WWNN or WWPN pool tags": "Set or remove unique IDs for Fibre Channel resources on a server.\n",
                            "PRIVSET.Set server asset tags": "Assign and manage asset tags for servers.\n",
                            "PRIVSET.Set server license tiers": "Assign and manage Intersight license tiers for servers.\n",
                            "PRIVSET.Set server profile user labels": "Assign and manage user labels for server profiles.\n",
                            "PRIVSET.Set server user labels": "Assign and manage user labels for servers.\n",
                            "PRIVSET.Single sign-on": "Manage single sign-on (SSO) integrations and authentication methods for seamless access to multiple applications.\n",
                            "PRIVSET.Soft stop VMs": "Perform a soft stop on a virtual machine (VM).\n",
                            "PRIVSET.Software repository": "Manage the software repository.\n",
                            "PRIVSET.Start and resume VMs": "Start or resume a virtual machine (VM).\n",
                            "PRIVSET.Stop VMs": "Stop a virtual machine (VM).\n",
                            "PRIVSET.Storage Administrator": "As a Storage Administrator, a user can view and manage Storage devices, view and execute\nworkflows and view all the storage dashboard widgets.\n\nThis privilege does not include the ability to claim a device. You must have a\nDevice Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "PRIVSET.Storage Arrays": "A set of privileges that allows the access to detailed storage array information and to perform storage array related actions.\nStorage Arrays privilege set is the top level privilege set of other privilege set(s) which are mapped to privileges\nrelated to storage arrays.\n",
                            "PRIVSET.Storage policies": "Manage storage resources (such as local drives, RAID configurations, and external storage).\n",
                            "PRIVSET.Support": "Download server event logs, rediscover servers and chassis, control server and chassis locator LEDs, and start server alarm suppression in Intersight Infrastructure Services.\n",
                            "PRIVSET.Support Services": "As a Support Services user, you can view the dashboard and table views of managed devices, change your user preferences, collect tech support bundles, and generate API keys. In this role, you cannot claim targets, add or remove users, configure Identity Providers, or perform server actions.\n",
                            "PRIVSET.Support chassis": "Perform chassis support functions such as diagnostics, troubleshooting, and managing chassis health.\n",
                            "PRIVSET.Support domains": "Perform domain support functions such as diagnostics, troubleshooting, and managing domain health.\n",
                            "PRIVSET.Support servers": "Perform server support functions such as diagnostics, troubleshooting, and managing server health.\n",
                            "PRIVSET.Suspend VMs": "Suspend a virtual machine (VM).\n",
                            "PRIVSET.Sustainability Metrics Viewer": "As a Sustainability Metrics Viewer user, you have read access to the Energy Management Capability (EMC) features and the ability\nregister an OAuth2 application for programmatic access to the APIs.\n",
                            "PRIVSET.Switch Control policies": "Configure changes on the Fabric Interconnects for transitioning between in-host and switching modes, enabling VLAN Port optimization and managing system VLAN settings.\n",
                            "PRIVSET.Switch Profiles": "A set of privileges that allows to manage Switch Profiles and Network configuration policies.\n",
                            "PRIVSET.Switch to Self Signed CSR": "As a user with the ability to switch to self-signed Certificate Signing Requests (CSR), you can change the configuration to use self-signed certificates for secure communications.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Sync Smart Licensing": "Manage and track Cisco licenses directly from the Intersight platform to ensure seamless monitoring of compliance and usage.\n",
                            "PRIVSET.Syslog policies": "Manage local and remote logging  capabilities.\n",
                            "PRIVSET.System Administration": "System related settings of Intersight Infrastructure Services. (Selecting any privilege under this hierarchy will change the scope of privilege set to 'All' and can not be used for 'Organization' scope in Role creation.)\n",
                            "PRIVSET.System QoS policies": "Configure network traffic prioritization by assigning system classes for individual vNICs.\n",
                            "PRIVSET.Tag Management": "Users can view and manage tag definitions. This role provides tag management privileges to an user.\n",
                            "PRIVSET.Tech support bundles": "Manage and configure tech support bundles.\n",
                            "PRIVSET.Telemetry": "A set of privileges that allows to access to telemetry data.\nTelemetry privilege set is the top level privilege set of other\nprivilege set(s) which are mapped to privileges related to Telemetry.\nView Telemetry allows [POST of a Druid query](http://druid.io/docs/latest/querying/querying).\nManage Telemetry allows [READ of broker information](http://druid.io/docs/latest/operations/api-reference.html#broker).\n",
                            "PRIVSET.Terminate VMs": "Terminate a virtual machine (VM).\n",
                            "PRIVSET.Terminate sessions": "Terminate active vKVM, Tunneled vKVM, and VMRC console sessions launched from Intersight.\n",
                            "PRIVSET.Thermal policies": "Set the fan control mode.\n",
                            "PRIVSET.Traffic mirroring  SPAN session": "As a Manage Traffic Mirroring Sessions user, you can set up and control traffic mirroring sessions to capture and analyze network traffic for monitoring, troubleshooting, or performance analysis.\n",
                            "PRIVSET.Trusted certificates": "Manage trusted certificates for secure communications.\n",
                            "PRIVSET.Turn Fabric Extender locator LED on and off": "Turn on or off the LED locator on the selected FEX.\n",
                            "PRIVSET.Turn chassis locator LEDs on and off": "Toggle the locator LED on or off for the chassis to visually locate it within a rack or data center for maintenance.\n",
                            "PRIVSET.Turn server locator LEDs on and off": "Toggle the locator LED on or off to visually locate the server within a rack or data center for maintenance.\n",
                            "PRIVSET.UCS Domain Administrator": "As a UCS Domain Administrator, you can view and manage Switch Profiles and Network Configuration Policies, view Fabric Interconnect dashboard widgets, perform actions on Switch, launch management interfaces and the CLI, create and deploy switch policies and profiles, and manage API keys. This role does not include the ability to claim a device. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "PRIVSET.Unassign chassis profiles": "Remove domain profiles from servers, disconnecting settings.\n",
                            "PRIVSET.Unassign domain profiles": "Remove domain profiles, disconnecting server settings.\n",
                            "PRIVSET.Unassign server profiles": "Unassign the server from the profile.\n",
                            "PRIVSET.Unclaim device connector": "Remove the association of a device connector from its current claim to allow reconfiguration or reassignment to a different system or user.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Unclaim targets": "Remove a target from the system's management or monitoring scope.\n",
                            "PRIVSET.Unified Edge": "A set of privileges that allows to perform operations related to Unified Edge chassis.\n",
                            "PRIVSET.Unified Edge Administrator": "As a Unified Edge Administrator, you can view and manage Switch Profiles and Network Configuration Policies, view Unified Edge dashboard widgets, perform actions on Switch, launch management interfaces and the CLI, create and deploy switch policies and profiles, and manage API keys. This role does not include the ability to claim a device. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "PRIVSET.Unified Edge Profiles": "A set of privileges that allows to manage Unified Edge Profiles, Network and Chassis configuration policies.\n",
                            "PRIVSET.Unlock and lock front panels": "Control access to the server's front panel.\n",
                            "PRIVSET.Unlock disks": "Unlock encrypted disks to grant data access.\n",
                            "PRIVSET.Update reserved licenses": "Reserve licenses again and generate a new authorization code in Smart Licensing Manager.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Upgrade chassis firmware": "Update the firmware of a chassis.\n",
                            "PRIVSET.Upgrade domain firmware": "Update the firmware for a Domain.\n",
                            "PRIVSET.Upgrade server firmware": "Disconnect the server from the network, erase all data, and update inventory records to reflect the change.\n",
                            "PRIVSET.User Access Administrator": "As a User Access Administrator, you can add and manage Users and Groups in Intersight, view account details\nand audit logs, manage the IdPs, roles, sessions and API keys for non Account Administrator users.\nHowever, you cannot claim a device or perform any management tasks in Intersight.\nYou cannot add or manage a user with Account Administrator role.\n",
                            "PRIVSET.VLAN policies": "Set up network segmentation by defining VLANs specific to organizations.\n",
                            "PRIVSET.VSAN policies": "Configure Virtual Storage Area Networks (VSANs) on fabric fibre channel uplinks.\n",
                            "PRIVSET.Verify domain names": "Perform checks and validations on domain names to ensure correctness and functionality for network addressing and resource identification.\n",
                            "PRIVSET.View Access and Permissions": "View access control rules and permissions.\n",
                            "PRIVSET.View Approval Requests": "View Approval Requests\n",
                            "PRIVSET.View Audit Logs": "View audit logs.\n",
                            "PRIVSET.View Datacenters": "View and monitor datacenters.\n",
                            "PRIVSET.View Devices": "A set of privileges that allows read access to devices.\n",
                            "PRIVSET.View Exports": "A set of privileges that allow users to view export operations.\n",
                            "PRIVSET.View Fabric Interconnects": "View Fabric Interconnects.\n",
                            "PRIVSET.View Functions": "A set of privileges that allows the users to view serverless functions.\n",
                            "PRIVSET.View HCI Clusters": "View HyperConverged Infrastructure Clusters.\n",
                            "PRIVSET.View HyperFlex Cluster Profiles": "View HyperFlex Cluster Profiles.\n",
                            "PRIVSET.View HyperFlex Clusters": "View HyperFlex Clusters.\n",
                            "PRIVSET.View Hypervisors": "A set of privileges that allow users to view hypervisor and virtual machines related inventory and dashboards.\n",
                            "PRIVSET.View Imports": "A set of privileges that allow users to view the import operations.\n",
                            "PRIVSET.View Language Runtimes": "A set of privileges that allows the users to view language runtimes for serverless functions.\n",
                            "PRIVSET.View Licensing Status": "View Licensing Status\n",
                            "PRIVSET.View Network Switches": "A set of privileges that allow the users to view the network switches.\n",
                            "PRIVSET.View Nexus Config": "A set of privileges that allows users to view their site templates and policies.\n",
                            "PRIVSET.View Nexus Reports": "A set of privileges that allow the users to view nexus reports.\n",
                            "PRIVSET.View Nexus Sites": "A set of privileges that allows users to view their onboarded sites and status.\n",
                            "PRIVSET.View Organizations": "View Organizations\n",
                            "PRIVSET.View SAN Switches": "A set of privileges that allow the users to view the SAN switches.\n",
                            "PRIVSET.View Server Profiles": "View server profiles.\n",
                            "PRIVSET.View Servers": "View Servers.\n",
                            "PRIVSET.View Storage Arrays": "A set of privileges that allow the users to view storage related inventory and dashboards.\n",
                            "PRIVSET.View Switch Profiles": "View Switch Profiles.\n",
                            "PRIVSET.View Telemetry": "allows [POST of a Druid query](http://druid.io/docs/latest/querying/querying).\n",
                            "PRIVSET.View Unified Edge": "View Unified Edge.\n",
                            "PRIVSET.View Unified Edge Profiles": "View Unified Edge Profiles.\n",
                            "PRIVSET.View Workflow Definitions": "A set of privileges that allow the users to view the workflow, task and custom data type definitions.\n",
                            "PRIVSET.View Workflow Executions": "A set of privileges that allow the users to view the running instances of the workflows.\n",
                            "PRIVSET.View Workload Definitions": "A set of privileges that allow the users to view workload definitions.\n",
                            "PRIVSET.View Workload Deployments": "A set of privileges that allow the users to view workload deployments.\n",
                            "PRIVSET.View clusters": "View and monitor clusters.\n",
                            "PRIVSET.View datastore clusters": "View and monitor datastore clusters.\n",
                            "PRIVSET.View datastores": "View and monitor datastores.\n",
                            "PRIVSET.View sessions": "View and terminate active vKVM, Tunneled vKVM, and VMRC console sessions launched from Intersight, and view session history.\n",
                            "PRIVSET.View virtual machine templates": "Manage and configure virtual machine (VM) templates.\n",
                            "PRIVSET.Virtual KVM policies": "Attach/detach Virtual KVM policies.\n",
                            "PRIVSET.Virtual Media policies": "Enable the virtual media service on the endpoint, encryption of all communications and low power USB.\n",
                            "PRIVSET.Virtual appliance licensing": "Manage the licensing for virtual appliance (VA). Learn more, Introduction to Licensing.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Virtual machines": "Manage and configure virtual machines (VMs).\n",
                            "PRIVSET.Virtualization Administrator": "As a Virtualization Administrator, a user can view and manage hypervisor resources, view\nand execute workflows.\n\nThis privilege does not include the ability to claim a device. You must have a\nDevice Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "PRIVSET.Virtualization hosts": "Manage and configure virtualization hosts.\n",
                            "PRIVSET.Withdraw Approvals": "Withdraw Approvals\n",
                            "PRIVSET.Workflow Designer": "As a Workflow Designer, you can define workflow definitions and custom data types,\nview workflow definitions, task definitions and custom data types, execute workflows and\nview workflow executions.\n",
                            "PRIVSET.Workload Administrator": "As a Workload Administrator, you can define workload definitions using Blueprints and underlying ServiceItems \nand workflow definitions. You can also define workload deployments using Workload Definitions and deploy workloads \nto target devices.\n",
                            "PRIVSET.Workload Designer": "As a Workload Designer, you can define workload definitions using Blueprints and underlying ServiceItems \nand workflow definitions. \n",
                            "PRIVSET.Workload Operator": "As a Workload Operator, you can define workload deployments using Workload Definitions and deploy workloads \nto target devices.\n",
                            "PRIVSET.Workload Optimizer Administrator": "As a Workload Optimizer Administrator, you can access all Workload Optimizer features and perform \nadministrative tasks to configure Workload Optimizer.\n",
                            "PRIVSET.Workload Optimizer Advisor": "As a Workload Optimizer Advisor, you can view workload optimization state and recommended actions,\nrun plans for workload optimization.\n",
                            "PRIVSET.Workload Optimizer Automator": "As a Workload Optimizer Automator, you can view workload optimization state, recommended actions,\nrun plans for workload optimization, execute workload optimization actions, and deploy workloads.\n",
                            "PRIVSET.Workload Optimizer Deployer": "As a Workload Optimizer Deployer, you can view all Workload Optimizer charts and data, deploy \nworkloads, and create policies and templates. You cannot run plans or execute any recommended actions.\n",
                            "PRIVSET.Workload Optimizer Observer": "As a Workload Optimizer Observer, you can view workload optimization state and recommended actions.\n",
                            "PRIVSET.iSCSI Adapter policies": "Configure settings for iSCSI traffic management, including TCP Connection Timeout, DHCP Timeout, and Retry Count for busy LUN IDs, optimizing iSCSI boot configurations.\n",
                            "PRIVSET.iSCSI Boot policies": "Configure settings required to enable a server to boot from an iSCSI-based storage device.\n",
                            "PRIVSET.iSCSI Static Target policies": "Define static iSCSI target configuration settings for servers that need to connect to specific storage devices over the iSCSI protocol.\n",
                            "PRIVSET.vKVM Only": "As a vKVM-only user, you can launch vKVM and tunneled vKVM sessions to a server from Intersight. In addition you can view servers, chassis and the running workflows. In this role, you cannot perform any server actions from Intersight apart from launching vKVM.\n",
                            "READ.aaa.AuditRecord": "Read a 'aaa.AuditRecord' resource.",
                            "READ.aaa.RetentionConfig": "Read a 'aaa.RetentionConfig' resource.",
                            "CREATE.aaa.RetentionPolicy": "Create a 'aaa.RetentionPolicy' resource.",
                            "READ.aaa.RetentionPolicy": "Read a 'aaa.RetentionPolicy' resource.",
                            "UPDATE.aaa.RetentionPolicy": "Update a 'aaa.RetentionPolicy' resource.",
                            "READ.access.IpAddress": "Read a 'access.IpAddress' resource.",
                            "CREATE.access.Policy": "Create a 'access.Policy' resource.",
                            "DELETE.access.Policy": "Delete a 'access.Policy' resource.",
                            "READ.access.Policy": "Read a 'access.Policy' resource.",
                            "UPDATE.access.Policy": "Update a 'access.Policy' resource.",
                            "READ.access.PolicyInventory": "Read a 'access.PolicyInventory' resource.",
                            "CREATE.adapter.ConfigPolicy": "Create a 'adapter.ConfigPolicy' resource.",
                            "DELETE.adapter.ConfigPolicy": "Delete a 'adapter.ConfigPolicy' resource.",
                            "READ.adapter.ConfigPolicy": "Read a 'adapter.ConfigPolicy' resource.",
                            "UPDATE.adapter.ConfigPolicy": "Update a 'adapter.ConfigPolicy' resource.",
                            "READ.adapter.ExtEthInterface": "Read a 'adapter.ExtEthInterface' resource.",
                            "READ.adapter.HostEthInterface": "Read a 'adapter.HostEthInterface' resource.",
                            "UPDATE.adapter.HostEthInterface": "Update a 'adapter.HostEthInterface' resource.",
                            "READ.adapter.HostFcInterface": "Read a 'adapter.HostFcInterface' resource.",
                            "UPDATE.adapter.HostFcInterface": "Update a 'adapter.HostFcInterface' resource.",
                            "READ.adapter.HostIscsiInterface": "Read a 'adapter.HostIscsiInterface' resource.",
                            "READ.adapter.Unit": "Read a 'adapter.Unit' resource.",
                            "READ.adapter.UnitExpander": "Read a 'adapter.UnitExpander' resource.",
                            "READ.apic.AciPod": "Read a 'apic.AciPod' resource.",
                            "READ.apic.Application": "Read a 'apic.Application' resource.",
                            "READ.apic.ApplicationEndpointGroup": "Read a 'apic.ApplicationEndpointGroup' resource.",
                            "READ.apic.BridgeDomain": "Read a 'apic.BridgeDomain' resource.",
                            "READ.apic.ExternalRoutedLayerThreeDomain": "Read a 'apic.ExternalRoutedLayerThreeDomain' resource.",
                            "READ.apic.FabricLeafNode": "Read a 'apic.FabricLeafNode' resource.",
                            "READ.apic.FabricLeafNodeInterface": "Read a 'apic.FabricLeafNodeInterface' resource.",
                            "READ.apic.Out": "Read a 'apic.Out' resource.",
                            "READ.apic.Subnet": "Read a 'apic.Subnet' resource.",
                            "READ.apic.Tenant": "Read a 'apic.Tenant' resource.",
                            "READ.apic.VpcGroup": "Read a 'apic.VpcGroup' resource.",
                            "READ.apic.Vrfs": "Read a 'apic.Vrfs' resource.",
                            "READ.apiproxy.AllowList": "Read a 'apiproxy.AllowList' resource.",
                            "READ.appliance.AppOpStatus": "Read a 'appliance.AppOpStatus' resource.",
                            "READ.appliance.AppStatus": "Read a 'appliance.AppStatus' resource.",
                            "READ.appliance.AutoRmaPolicy": "Read a 'appliance.AutoRmaPolicy' resource.",
                            "CREATE.appliance.Backup": "Create a 'appliance.Backup' resource.",
                            "DELETE.appliance.Backup": "Delete a 'appliance.Backup' resource.",
                            "READ.appliance.Backup": "Read a 'appliance.Backup' resource.",
                            "READ.appliance.BackupDownload": "Read a 'appliance.BackupDownload' resource.",
                            "READ.appliance.BackupMonitor": "Read a 'appliance.BackupMonitor' resource.",
                            "CREATE.appliance.BackupPolicy": "Create a 'appliance.BackupPolicy' resource.",
                            "READ.appliance.BackupPolicy": "Read a 'appliance.BackupPolicy' resource.",
                            "UPDATE.appliance.BackupPolicy": "Update a 'appliance.BackupPolicy' resource.",
                            "READ.appliance.BackupRotateData": "Read a 'appliance.BackupRotateData' resource.",
                            "READ.appliance.CertificateSetting": "Read a 'appliance.CertificateSetting' resource.",
                            "UPDATE.appliance.CertificateSetting": "Update a 'appliance.CertificateSetting' resource.",
                            "CREATE.appliance.ClusterInfo": "Create a 'appliance.ClusterInfo' resource.",
                            "DELETE.appliance.ClusterInfo": "Delete a 'appliance.ClusterInfo' resource.",
                            "READ.appliance.ClusterInfo": "Read a 'appliance.ClusterInfo' resource.",
                            "UPDATE.appliance.ClusterInfo": "Update a 'appliance.ClusterInfo' resource.",
                            "READ.appliance.ClusterInstall": "Read a 'appliance.ClusterInstall' resource.",
                            "UPDATE.appliance.ClusterInstall": "Update a 'appliance.ClusterInstall' resource.",
                            "CREATE.appliance.ClusterReplaceNode": "Create a 'appliance.ClusterReplaceNode' resource.",
                            "READ.appliance.ClusterReplaceNode": "Read a 'appliance.ClusterReplaceNode' resource.",
                            "UPDATE.appliance.ClusterReplaceNode": "Update a 'appliance.ClusterReplaceNode' resource.",
                            "CREATE.appliance.ClusterWorkerNode": "Create a 'appliance.ClusterWorkerNode' resource.",
                            "READ.appliance.ClusterWorkerNode": "Read a 'appliance.ClusterWorkerNode' resource.",
                            "UPDATE.appliance.ClusterWorkerNode": "Update a 'appliance.ClusterWorkerNode' resource.",
                            "CREATE.appliance.ClusterWorkerNodeReplace": "Create a 'appliance.ClusterWorkerNodeReplace' resource.",
                            "CREATE.appliance.ClusterWorkerNodeReuse": "Create a 'appliance.ClusterWorkerNodeReuse' resource.",
                            "READ.appliance.CpuUtilization": "Read a 'appliance.CpuUtilization' resource.",
                            "CREATE.appliance.DataExportPolicy": "Create a 'appliance.DataExportPolicy' resource.",
                            "READ.appliance.DataExportPolicy": "Read a 'appliance.DataExportPolicy' resource.",
                            "UPDATE.appliance.DataExportPolicy": "Update a 'appliance.DataExportPolicy' resource.",
                            "READ.appliance.DeviceCertificate": "Read a 'appliance.DeviceCertificate' resource.",
                            "CREATE.appliance.DeviceClaim": "Create a 'appliance.DeviceClaim' resource.",
                            "READ.appliance.DeviceClaim": "Read a 'appliance.DeviceClaim' resource.",
                            "UPDATE.appliance.DeviceClaim": "Update a 'appliance.DeviceClaim' resource.",
                            "READ.appliance.DeviceClusterInstall": "Read a 'appliance.DeviceClusterInstall' resource.",
                            "READ.appliance.DeviceState": "Read a 'appliance.DeviceState' resource.",
                            "READ.appliance.DeviceUpgradePolicy": "Read a 'appliance.DeviceUpgradePolicy' resource.",
                            "UPDATE.appliance.DeviceUpgradePolicy": "Update a 'appliance.DeviceUpgradePolicy' resource.",
                            "CREATE.appliance.DiagSetting": "Create a 'appliance.DiagSetting' resource.",
                            "READ.appliance.DiagSetting": "Read a 'appliance.DiagSetting' resource.",
                            "UPDATE.appliance.DiagSetting": "Update a 'appliance.DiagSetting' resource.",
                            "CREATE.appliance.ExternalSyslogSetting": "Create a 'appliance.ExternalSyslogSetting' resource.",
                            "DELETE.appliance.ExternalSyslogSetting": "Delete a 'appliance.ExternalSyslogSetting' resource.",
                            "READ.appliance.ExternalSyslogSetting": "Read a 'appliance.ExternalSyslogSetting' resource.",
                            "UPDATE.appliance.ExternalSyslogSetting": "Update a 'appliance.ExternalSyslogSetting' resource.",
                            "READ.appliance.FileGateway": "Read a 'appliance.FileGateway' resource.",
                            "READ.appliance.FileSystemOpStatus": "Read a 'appliance.FileSystemOpStatus' resource.",
                            "READ.appliance.FileSystemOpSummary": "Read a 'appliance.FileSystemOpSummary' resource.",
                            "READ.appliance.FileSystemStatus": "Read a 'appliance.FileSystemStatus' resource.",
                            "READ.appliance.FileSystemTelemetry": "Read a 'appliance.FileSystemTelemetry' resource.",
                            "CREATE.appliance.FqdnUpdate": "Create a 'appliance.FqdnUpdate' resource.",
                            "READ.appliance.FqdnUpdate": "Read a 'appliance.FqdnUpdate' resource.",
                            "UPDATE.appliance.FqdnUpdate": "Update a 'appliance.FqdnUpdate' resource.",
                            "READ.appliance.GroupOpStatus": "Read a 'appliance.GroupOpStatus' resource.",
                            "READ.appliance.GroupStatus": "Read a 'appliance.GroupStatus' resource.",
                            "READ.appliance.ImageBundle": "Read a 'appliance.ImageBundle' resource.",
                            "READ.appliance.MemoryUtilization": "Read a 'appliance.MemoryUtilization' resource.",
                            "READ.appliance.MetaManifest": "Read a 'appliance.MetaManifest' resource.",
                            "READ.appliance.MetricsConfig": "Read a 'appliance.MetricsConfig' resource.",
                            "UPDATE.appliance.MetricsConfig": "Update a 'appliance.MetricsConfig' resource.",
                            "READ.appliance.MetricsIngestionUtilization": "Read a 'appliance.MetricsIngestionUtilization' resource.",
                            "READ.appliance.NetworkLinkStatus": "Read a 'appliance.NetworkLinkStatus' resource.",
                            "READ.appliance.NodeInfo": "Read a 'appliance.NodeInfo' resource.",
                            "READ.appliance.NodeIopsMetric": "Read a 'appliance.NodeIopsMetric' resource.",
                            "READ.appliance.NodeOpStatus": "Read a 'appliance.NodeOpStatus' resource.",
                            "READ.appliance.NodeStatus": "Read a 'appliance.NodeStatus' resource.",
                            "READ.appliance.NodeTelemetry": "Read a 'appliance.NodeTelemetry' resource.",
                            "READ.appliance.ReleaseNote": "Read a 'appliance.ReleaseNote' resource.",
                            "CREATE.appliance.RemoteFileImport": "Create a 'appliance.RemoteFileImport' resource.",
                            "READ.appliance.RemoteFileImport": "Read a 'appliance.RemoteFileImport' resource.",
                            "CREATE.appliance.Restore": "Create a 'appliance.Restore' resource.",
                            "DELETE.appliance.Restore": "Delete a 'appliance.Restore' resource.",
                            "READ.appliance.Restore": "Read a 'appliance.Restore' resource.",
                            "READ.appliance.SetupInfo": "Read a 'appliance.SetupInfo' resource.",
                            "UPDATE.appliance.SetupInfo": "Update a 'appliance.SetupInfo' resource.",
                            "READ.appliance.SystemInfo": "Read a 'appliance.SystemInfo' resource.",
                            "READ.appliance.SystemOpStatus": "Read a 'appliance.SystemOpStatus' resource.",
                            "READ.appliance.SystemStatus": "Read a 'appliance.SystemStatus' resource.",
                            "DELETE.appliance.Upgrade": "Delete a 'appliance.Upgrade' resource.",
                            "READ.appliance.Upgrade": "Read a 'appliance.Upgrade' resource.",
                            "UPDATE.appliance.Upgrade": "Update a 'appliance.Upgrade' resource.",
                            "READ.appliance.UpgradePolicy": "Read a 'appliance.UpgradePolicy' resource.",
                            "UPDATE.appliance.UpgradePolicy": "Update a 'appliance.UpgradePolicy' resource.",
                            "READ.appliance.UpgradeTracker": "Read a 'appliance.UpgradeTracker' resource.",
                            "CREATE.asset.ClaimToken": "Create a 'asset.ClaimToken' resource.",
                            "DELETE.asset.ClaimToken": "Delete a 'asset.ClaimToken' resource.",
                            "READ.asset.ClaimToken": "Read a 'asset.ClaimToken' resource.",
                            "READ.asset.ClusterMember": "Read a 'asset.ClusterMember' resource.",
                            "READ.asset.Deployment": "Read a 'asset.Deployment' resource.",
                            "READ.asset.DeploymentDevice": "Read a 'asset.DeploymentDevice' resource.",
                            "CREATE.asset.DeviceClaim": "Create a 'asset.DeviceClaim' resource.",
                            "DELETE.asset.DeviceClaim": "Delete a 'asset.DeviceClaim' resource.",
                            "READ.asset.DeviceConfiguration": "Read a 'asset.DeviceConfiguration' resource.",
                            "UPDATE.asset.DeviceConfiguration": "Update a 'asset.DeviceConfiguration' resource.",
                            "READ.asset.DeviceConnectorManager": "Read a 'asset.DeviceConnectorManager' resource.",
                            "READ.asset.DeviceContractInformation": "Read a 'asset.DeviceContractInformation' resource.",
                            "UPDATE.asset.DeviceContractInformation": "Update a 'asset.DeviceContractInformation' resource.",
                            "CREATE.asset.DeviceContractNotification": "Create a 'asset.DeviceContractNotification' resource.",
                            "READ.asset.DeviceRegistration": "Read a 'asset.DeviceRegistration' resource.",
                            "UPDATE.asset.DeviceRegistration": "Updates the resource representing the device connector. For example, this can be used to annotate the device connector resource with user-specified tags.",
                            "CREATE.asset.GeoLocation": "Create a 'asset.GeoLocation' resource.",
                            "DELETE.asset.GeoLocation": "Delete a 'asset.GeoLocation' resource.",
                            "READ.asset.GeoLocation": "Read a 'asset.GeoLocation' resource.",
                            "UPDATE.asset.GeoLocation": "Update a 'asset.GeoLocation' resource.",
                            "CREATE.asset.PreClaim": "Create a 'asset.PreClaim' resource.",
                            "UPDATE.asset.PreClaim": "Update a 'asset.PreClaim' resource.",
                            "READ.asset.Subscription": "Read a 'asset.Subscription' resource.",
                            "READ.asset.SubscriptionAccount": "Read a 'asset.SubscriptionAccount' resource.",
                            "READ.asset.SubscriptionDeviceContractInformation": "Read a 'asset.SubscriptionDeviceContractInformation' resource.",
                            "CREATE.asset.Target": "Create a 'asset.Target' resource.",
                            "DELETE.asset.Target": "Delete a 'asset.Target' resource.",
                            "READ.asset.Target": "Read a 'asset.Target' resource.",
                            "UPDATE.asset.Target": "Update a 'asset.Target' resource.",
                            "CREATE.auditd.Policy": "Create a 'auditd.Policy' resource.",
                            "DELETE.auditd.Policy": "Delete a 'auditd.Policy' resource.",
                            "READ.auditd.Policy": "Read a 'auditd.Policy' resource.",
                            "UPDATE.auditd.Policy": "Update a 'auditd.Policy' resource.",
                            "READ.bios.BootDevice": "Read a 'bios.BootDevice' resource.",
                            "READ.bios.BootMode": "Read a 'bios.BootMode' resource.",
                            "UPDATE.bios.BootMode": "Update a 'bios.BootMode' resource.",
                            "CREATE.bios.Policy": "Create a 'bios.Policy' resource.",
                            "DELETE.bios.Policy": "Delete a 'bios.Policy' resource.",
                            "READ.bios.Policy": "Read a 'bios.Policy' resource.",
                            "UPDATE.bios.Policy": "Update a 'bios.Policy' resource.",
                            "READ.bios.SystemBootOrder": "Read a 'bios.SystemBootOrder' resource.",
                            "READ.bios.TokenSettings": "Read a 'bios.TokenSettings' resource.",
                            "READ.bios.Unit": "Read a 'bios.Unit' resource.",
                            "UPDATE.bios.Unit": "Update a 'bios.Unit' resource.",
                            "READ.bios.VfSelectMemoryRasConfiguration": "Read a 'bios.VfSelectMemoryRasConfiguration' resource.",
                            "READ.boot.CddDevice": "Read a 'boot.CddDevice' resource.",
                            "UPDATE.boot.CddDevice": "Update a 'boot.CddDevice' resource.",
                            "READ.boot.DeviceBootMode": "Read a 'boot.DeviceBootMode' resource.",
                            "UPDATE.boot.DeviceBootMode": "Update a 'boot.DeviceBootMode' resource.",
                            "READ.boot.DeviceBootSecurity": "Read a 'boot.DeviceBootSecurity' resource.",
                            "UPDATE.boot.DeviceBootSecurity": "Update a 'boot.DeviceBootSecurity' resource.",
                            "READ.boot.HddDevice": "Read a 'boot.HddDevice' resource.",
                            "UPDATE.boot.HddDevice": "Update a 'boot.HddDevice' resource.",
                            "READ.boot.IscsiDevice": "Read a 'boot.IscsiDevice' resource.",
                            "UPDATE.boot.IscsiDevice": "Update a 'boot.IscsiDevice' resource.",
                            "READ.boot.NvmeDevice": "Read a 'boot.NvmeDevice' resource.",
                            "UPDATE.boot.NvmeDevice": "Update a 'boot.NvmeDevice' resource.",
                            "READ.boot.PchStorageDevice": "Read a 'boot.PchStorageDevice' resource.",
                            "UPDATE.boot.PchStorageDevice": "Update a 'boot.PchStorageDevice' resource.",
                            "CREATE.boot.PrecisionPolicy": "Create a 'boot.PrecisionPolicy' resource.",
                            "DELETE.boot.PrecisionPolicy": "Delete a 'boot.PrecisionPolicy' resource.",
                            "READ.boot.PrecisionPolicy": "Read a 'boot.PrecisionPolicy' resource.",
                            "UPDATE.boot.PrecisionPolicy": "Update a 'boot.PrecisionPolicy' resource.",
                            "READ.boot.PxeDevice": "Read a 'boot.PxeDevice' resource.",
                            "UPDATE.boot.PxeDevice": "Update a 'boot.PxeDevice' resource.",
                            "READ.boot.SanDevice": "Read a 'boot.SanDevice' resource.",
                            "UPDATE.boot.SanDevice": "Update a 'boot.SanDevice' resource.",
                            "READ.boot.SdDevice": "Read a 'boot.SdDevice' resource.",
                            "UPDATE.boot.SdDevice": "Update a 'boot.SdDevice' resource.",
                            "READ.boot.UefiShellDevice": "Read a 'boot.UefiShellDevice' resource.",
                            "UPDATE.boot.UefiShellDevice": "Update a 'boot.UefiShellDevice' resource.",
                            "READ.boot.UsbDevice": "Read a 'boot.UsbDevice' resource.",
                            "UPDATE.boot.UsbDevice": "Update a 'boot.UsbDevice' resource.",
                            "READ.boot.VmediaDevice": "Read a 'boot.VmediaDevice' resource.",
                            "UPDATE.boot.VmediaDevice": "Update a 'boot.VmediaDevice' resource.",
                            "CREATE.bulk.Export": "Create a 'bulk.Export' resource.",
                            "DELETE.bulk.Export": "Delete a 'bulk.Export' resource.",
                            "READ.bulk.Export": "Read a 'bulk.Export' resource.",
                            "UPDATE.bulk.Export": "Update a 'bulk.Export' resource.",
                            "READ.bulk.ExportedItem": "Read a 'bulk.ExportedItem' resource.",
                            "CREATE.bulk.MoCloner": "Create a 'bulk.MoCloner' resource.",
                            "READ.bulk.MoCloner": "Read a 'bulk.MoCloner' resource.",
                            "CREATE.bulk.MoDeepCloner": "Create a 'bulk.MoDeepCloner' resource.",
                            "READ.bulk.MoDeepCloner": "Read a 'bulk.MoDeepCloner' resource.",
                            "CREATE.bulk.MoMerger": "Create a 'bulk.MoMerger' resource.",
                            "READ.bulk.MoMerger": "Read a 'bulk.MoMerger' resource.",
                            "CREATE.bulk.Request": "Create a 'bulk.Request' resource.",
                            "READ.bulk.Request": "Read a 'bulk.Request' resource.",
                            "READ.bulk.Result": "Read a 'bulk.Result' resource.",
                            "READ.bulk.SubRequestObj": "Read a 'bulk.SubRequestObj' resource.",
                            "READ.capability.ActionsMetaData": "Read a 'capability.ActionsMetaData' resource.",
                            "READ.capability.AdapterDeprecatedDef": "Read a 'capability.AdapterDeprecatedDef' resource.",
                            "READ.capability.AdapterFirmwareRequirement": "Read a 'capability.AdapterFirmwareRequirement' resource.",
                            "READ.capability.AdapterUnitDescriptor": "Read a 'capability.AdapterUnitDescriptor' resource.",
                            "READ.capability.AdapterUpdateConstraintMeta": "Read a 'capability.AdapterUpdateConstraintMeta' resource.",
                            "READ.capability.AdapterUpgradeSupportMeta": "Read a 'capability.AdapterUpgradeSupportMeta' resource.",
                            "READ.capability.BiosTokens": "Read a 'capability.BiosTokens' resource.",
                            "READ.capability.Catalog": "Read a 'capability.Catalog' resource.",
                            "READ.capability.ChassisDescriptor": "Read a 'capability.ChassisDescriptor' resource.",
                            "READ.capability.ChassisManufacturingDef": "Read a 'capability.ChassisManufacturingDef' resource.",
                            "READ.capability.ChassisUpgradeSupportMeta": "Read a 'capability.ChassisUpgradeSupportMeta' resource.",
                            "READ.capability.CimcFirmwareDescriptor": "Read a 'capability.CimcFirmwareDescriptor' resource.",
                            "READ.capability.CpuEndpointDescriptor": "Read a 'capability.CpuEndpointDescriptor' resource.",
                            "READ.capability.DimmsEndpointDescriptor": "Read a 'capability.DimmsEndpointDescriptor' resource.",
                            "READ.capability.DomainPolicyRequirement": "Read a 'capability.DomainPolicyRequirement' resource.",
                            "READ.capability.DrivesEndpointDescriptor": "Read a 'capability.DrivesEndpointDescriptor' resource.",
                            "READ.capability.EquipmentPhysicalDef": "Read a 'capability.EquipmentPhysicalDef' resource.",
                            "READ.capability.EquipmentSlotArray": "Read a 'capability.EquipmentSlotArray' resource.",
                            "READ.capability.FanModuleDescriptor": "Read a 'capability.FanModuleDescriptor' resource.",
                            "READ.capability.FanModuleManufacturingDef": "Read a 'capability.FanModuleManufacturingDef' resource.",
                            "READ.capability.FexCapabilityDef": "Read a 'capability.FexCapabilityDef' resource.",
                            "READ.capability.FexDescriptor": "Read a 'capability.FexDescriptor' resource.",
                            "READ.capability.FexManufacturingDef": "Read a 'capability.FexManufacturingDef' resource.",
                            "READ.capability.FexSupportMeta": "Read a 'capability.FexSupportMeta' resource.",
                            "READ.capability.GpuEndpointDescriptor": "Read a 'capability.GpuEndpointDescriptor' resource.",
                            "READ.capability.HsuIsoFileSupportMeta": "Read a 'capability.HsuIsoFileSupportMeta' resource.",
                            "READ.capability.IoCardCapabilityDef": "Read a 'capability.IoCardCapabilityDef' resource.",
                            "READ.capability.IoCardDescriptor": "Read a 'capability.IoCardDescriptor' resource.",
                            "READ.capability.IoCardManufacturingDef": "Read a 'capability.IoCardManufacturingDef' resource.",
                            "READ.capability.IomUpgradeSupportMeta": "Read a 'capability.IomUpgradeSupportMeta' resource.",
                            "READ.capability.NetworkEquipmentPowerDef": "Read a 'capability.NetworkEquipmentPowerDef' resource.",
                            "READ.capability.PolicyConstants": "Read a 'capability.PolicyConstants' resource.",
                            "READ.capability.PortGroupAggregationDef": "Read a 'capability.PortGroupAggregationDef' resource.",
                            "READ.capability.ProcessorUnitUpdateConstraintMeta": "Read a 'capability.ProcessorUnitUpdateConstraintMeta' resource.",
                            "READ.capability.PsuDescriptor": "Read a 'capability.PsuDescriptor' resource.",
                            "READ.capability.PsuManufacturingDef": "Read a 'capability.PsuManufacturingDef' resource.",
                            "READ.capability.ServerActionsMeta": "Read a 'capability.ServerActionsMeta' resource.",
                            "READ.capability.ServerDescriptor": "Read a 'capability.ServerDescriptor' resource.",
                            "READ.capability.ServerModelsCapabilityDef": "Read a 'capability.ServerModelsCapabilityDef' resource.",
                            "READ.capability.ServerPcieConnectivityCatalog": "Read a 'capability.ServerPcieConnectivityCatalog' resource.",
                            "READ.capability.ServerSchemaDescriptor": "Read a 'capability.ServerSchemaDescriptor' resource.",
                            "READ.capability.ServerTopologyMap": "Read a 'capability.ServerTopologyMap' resource.",
                            "READ.capability.ServerUpgradeSupportMeta": "Read a 'capability.ServerUpgradeSupportMeta' resource.",
                            "READ.capability.SiocModuleCapabilityDef": "Read a 'capability.SiocModuleCapabilityDef' resource.",
                            "READ.capability.SiocModuleDescriptor": "Read a 'capability.SiocModuleDescriptor' resource.",
                            "READ.capability.SiocModuleManufacturingDef": "Read a 'capability.SiocModuleManufacturingDef' resource.",
                            "READ.capability.StandardRedfishSupportMeta": "Read a 'capability.StandardRedfishSupportMeta' resource.",
                            "READ.capability.StorageControllerUpdateConstraintMeta": "Read a 'capability.StorageControllerUpdateConstraintMeta' resource.",
                            "READ.capability.StorageControllersMetaData": "Read a 'capability.StorageControllersMetaData' resource.",
                            "READ.capability.SwitchCapability": "Read a 'capability.SwitchCapability' resource.",
                            "READ.capability.SwitchDescriptor": "Read a 'capability.SwitchDescriptor' resource.",
                            "READ.capability.SwitchEquipmentInfo": "Read a 'capability.SwitchEquipmentInfo' resource.",
                            "READ.capability.SwitchManufacturingDef": "Read a 'capability.SwitchManufacturingDef' resource.",
                            "READ.capability.SwitchUpgradeSupportMeta": "Read a 'capability.SwitchUpgradeSupportMeta' resource.",
                            "READ.capability.TemplateCatalog": "Read a 'capability.TemplateCatalog' resource.",
                            "READ.capability.TimeZoneMetaData": "Read a 'capability.TimeZoneMetaData' resource.",
                            "READ.capability.UpdateOrderMeta": "Read a 'capability.UpdateOrderMeta' resource.",
                            "READ.capability.VicDescriptor": "Read a 'capability.VicDescriptor' resource.",
                            "READ.catalystsdwan.ConfigGroup": "Read a 'catalystsdwan.ConfigGroup' resource.",
                            "READ.catalystsdwan.Interface": "Read a 'catalystsdwan.Interface' resource.",
                            "READ.catalystsdwan.PhysicalPort": "Read a 'catalystsdwan.PhysicalPort' resource.",
                            "READ.catalystsdwan.PolicyGroup": "Read a 'catalystsdwan.PolicyGroup' resource.",
                            "READ.catalystsdwan.PortChannel": "Read a 'catalystsdwan.PortChannel' resource.",
                            "READ.catalystsdwan.VedgeDevice": "Read a 'catalystsdwan.VedgeDevice' resource.",
                            "READ.catalystsdwan.Vlan": "Read a 'catalystsdwan.Vlan' resource.",
                            "READ.catalystsdwan.WanEdgeDevice": "Read a 'catalystsdwan.WanEdgeDevice' resource.",
                            "CREATE.certificatemanagement.Policy": "Create a 'certificatemanagement.Policy' resource.",
                            "DELETE.certificatemanagement.Policy": "Delete a 'certificatemanagement.Policy' resource.",
                            "READ.certificatemanagement.Policy": "Read a 'certificatemanagement.Policy' resource.",
                            "UPDATE.certificatemanagement.Policy": "Update a 'certificatemanagement.Policy' resource.",
                            "READ.certificatemanagement.PolicyInventory": "Read a 'certificatemanagement.PolicyInventory' resource.",
                            "READ.chassis.ConfigChangeDetail": "Read a 'chassis.ConfigChangeDetail' resource.",
                            "CREATE.chassis.ConfigImport": "Create a 'chassis.ConfigImport' resource.",
                            "READ.chassis.ConfigImport": "Read a 'chassis.ConfigImport' resource.",
                            "READ.chassis.ConfigResult": "Read a 'chassis.ConfigResult' resource.",
                            "READ.chassis.ConfigResultEntry": "Read a 'chassis.ConfigResultEntry' resource.",
                            "READ.chassis.IomProfile": "Read a 'chassis.IomProfile' resource.",
                            "CREATE.chassis.Profile": "Create a 'chassis.Profile' resource.",
                            "DELETE.chassis.Profile": "Delete a 'chassis.Profile' resource.",
                            "READ.chassis.Profile": "Read a 'chassis.Profile' resource.",
                            "UPDATE.chassis.Profile": "Update a 'chassis.Profile' resource.",
                            "CREATE.chassis.ProfileTemplate": "Create a 'chassis.ProfileTemplate' resource.",
                            "DELETE.chassis.ProfileTemplate": "Delete a 'chassis.ProfileTemplate' resource.",
                            "READ.chassis.ProfileTemplate": "Read a 'chassis.ProfileTemplate' resource.",
                            "UPDATE.chassis.ProfileTemplate": "Update a 'chassis.ProfileTemplate' resource.",
                            "CREATE.cli.CliPolicy": "Create a 'cli.CliPolicy' resource.",
                            "DELETE.cli.CliPolicy": "Delete a 'cli.CliPolicy' resource.",
                            "READ.cli.CliPolicy": "Read a 'cli.CliPolicy' resource.",
                            "UPDATE.cli.CliPolicy": "Update a 'cli.CliPolicy' resource.",
                            "CREATE.cloud.CollectInventory": "Create a 'cloud.CollectInventory' resource.",
                            "READ.cloud.TfcAgentpool": "Read a 'cloud.TfcAgentpool' resource.",
                            "READ.cloud.TfcOrganization": "Read a 'cloud.TfcOrganization' resource.",
                            "READ.cloud.TfcWorkspace": "Read a 'cloud.TfcWorkspace' resource.",
                            "CREATE.comm.HttpProxyPolicy": "Create a 'comm.HttpProxyPolicy' resource.",
                            "DELETE.comm.HttpProxyPolicy": "Delete a 'comm.HttpProxyPolicy' resource.",
                            "READ.comm.HttpProxyPolicy": "Read a 'comm.HttpProxyPolicy' resource.",
                            "UPDATE.comm.HttpProxyPolicy": "Update a 'comm.HttpProxyPolicy' resource.",
                            "CREATE.comm.TagDefinition": "Create a 'comm.TagDefinition' resource.",
                            "DELETE.comm.TagDefinition": "Delete a 'comm.TagDefinition' resource.",
                            "READ.comm.TagDefinition": "Read a 'comm.TagDefinition' resource.",
                            "UPDATE.comm.TagDefinition": "Update a 'comm.TagDefinition' resource.",
                            "READ.compute.Blade": "Read a 'compute.Blade' resource.",
                            "UPDATE.compute.Blade": "Update a 'compute.Blade' resource.",
                            "READ.compute.BladeIdentity": "Read a 'compute.BladeIdentity' resource.",
                            "UPDATE.compute.BladeIdentity": "Update a 'compute.BladeIdentity' resource.",
                            "READ.compute.Board": "Read a 'compute.Board' resource.",
                            "UPDATE.compute.Board": "Update a 'compute.Board' resource.",
                            "READ.compute.DownloadStatus": "Read a 'compute.DownloadStatus' resource.",
                            "CREATE.compute.HostUtilityOperation": "Create a 'compute.HostUtilityOperation' resource.",
                            "READ.compute.HostUtilityOperation": "Read a 'compute.HostUtilityOperation' resource.",
                            "READ.compute.Mapping": "Read a 'compute.Mapping' resource.",
                            "UPDATE.compute.Mapping": "Update a 'compute.Mapping' resource.",
                            "CREATE.compute.PcieConnectivityPolicy": "Create a 'compute.PcieConnectivityPolicy' resource.",
                            "DELETE.compute.PcieConnectivityPolicy": "Delete a 'compute.PcieConnectivityPolicy' resource.",
                            "READ.compute.PcieConnectivityPolicy": "Read a 'compute.PcieConnectivityPolicy' resource.",
                            "UPDATE.compute.PcieConnectivityPolicy": "Update a 'compute.PcieConnectivityPolicy' resource.",
                            "READ.compute.PcieConnectivityPolicyInventory": "Read a 'compute.PcieConnectivityPolicyInventory' resource.",
                            "READ.compute.Personality": "Read a 'compute.Personality' resource.",
                            "UPDATE.compute.Personality": "Update a 'compute.Personality' resource.",
                            "READ.compute.PhysicalSummary": "Read a 'compute.PhysicalSummary' resource.",
                            "DELETE.compute.RackUnit": "Delete a 'compute.RackUnit' resource.",
                            "READ.compute.RackUnit": "Read a 'compute.RackUnit' resource.",
                            "UPDATE.compute.RackUnit": "Update a 'compute.RackUnit' resource.",
                            "DELETE.compute.RackUnitIdentity": "Delete a 'compute.RackUnitIdentity' resource.",
                            "READ.compute.RackUnitIdentity": "Read a 'compute.RackUnitIdentity' resource.",
                            "UPDATE.compute.RackUnitIdentity": "Update a 'compute.RackUnitIdentity' resource.",
                            "CREATE.compute.ScrubPolicy": "Create a 'compute.ScrubPolicy' resource.",
                            "DELETE.compute.ScrubPolicy": "Delete a 'compute.ScrubPolicy' resource.",
                            "READ.compute.ScrubPolicy": "Read a 'compute.ScrubPolicy' resource.",
                            "UPDATE.compute.ScrubPolicy": "Update a 'compute.ScrubPolicy' resource.",
                            "READ.compute.ServerIdPool": "Read a 'compute.ServerIdPool' resource.",
                            "READ.compute.ServerPowerParameters": "Read a 'compute.ServerPowerParameters' resource.",
                            "DELETE.compute.ServerPowerPolicy": "Delete a 'compute.ServerPowerPolicy' resource.",
                            "READ.compute.ServerPowerPolicy": "Read a 'compute.ServerPowerPolicy' resource.",
                            "UPDATE.compute.ServerPowerPolicy": "Update a 'compute.ServerPowerPolicy' resource.",
                            "READ.compute.ServerSetting": "Read a 'compute.ServerSetting' resource.",
                            "UPDATE.compute.ServerSetting": "Update a 'compute.ServerSetting' resource.",
                            "READ.compute.Vmedia": "Read a 'compute.Vmedia' resource.",
                            "READ.cond.Alarm": "Read a 'cond.Alarm' resource.",
                            "UPDATE.cond.Alarm": "Update a 'cond.Alarm' resource.",
                            "READ.cond.AlarmAggregation": "Read a 'cond.AlarmAggregation' resource.",
                            "READ.cond.AlarmClassification": "Read a 'cond.AlarmClassification' resource.",
                            "READ.cond.AlarmDefinition": "Read a 'cond.AlarmDefinition' resource.",
                            "CREATE.cond.AlarmRule": "Create a 'cond.AlarmRule' resource.",
                            "DELETE.cond.AlarmRule": "Delete a 'cond.AlarmRule' resource.",
                            "READ.cond.AlarmRule": "Read a 'cond.AlarmRule' resource.",
                            "UPDATE.cond.AlarmRule": "Update a 'cond.AlarmRule' resource.",
                            "CREATE.cond.AlarmSuppression": "Create a 'cond.AlarmSuppression' resource.",
                            "DELETE.cond.AlarmSuppression": "Delete a 'cond.AlarmSuppression' resource.",
                            "READ.cond.AlarmSuppression": "Read a 'cond.AlarmSuppression' resource.",
                            "UPDATE.cond.AlarmSuppression": "Update a 'cond.AlarmSuppression' resource.",
                            "CREATE.cond.AlarmSuppressionDryRun": "Create a 'cond.AlarmSuppressionDryRun' resource.",
                            "CREATE.cond.CustomHclBaseline": "Create a 'cond.CustomHclBaseline' resource.",
                            "DELETE.cond.CustomHclBaseline": "Delete a 'cond.CustomHclBaseline' resource.",
                            "READ.cond.CustomHclBaseline": "Read a 'cond.CustomHclBaseline' resource.",
                            "UPDATE.cond.CustomHclBaseline": "Update a 'cond.CustomHclBaseline' resource.",
                            "CREATE.cond.CustomHclStatus": "Create a 'cond.CustomHclStatus' resource.",
                            "READ.cond.CustomHclStatus": "Read a 'cond.CustomHclStatus' resource.",
                            "READ.cond.HclStatus": "Read a 'cond.HclStatus' resource.",
                            "READ.cond.HclStatusDetail": "Read a 'cond.HclStatusDetail' resource.",
                            "CREATE.cond.HclStatusJob": "Create a 'cond.HclStatusJob' resource.",
                            "READ.cond.HclStatusJob": "Read a 'cond.HclStatusJob' resource.",
                            "CREATE.cond.ThresholdDefinition": "Create a 'cond.ThresholdDefinition' resource.",
                            "DELETE.cond.ThresholdDefinition": "Delete a 'cond.ThresholdDefinition' resource.",
                            "READ.cond.ThresholdDefinition": "Read a 'cond.ThresholdDefinition' resource.",
                            "UPDATE.cond.ThresholdDefinition": "Update a 'cond.ThresholdDefinition' resource.",
                            "CREATE.connectorpack.ConnectorPackUpgrade": "Create a 'connectorpack.ConnectorPackUpgrade' resource.",
                            "DELETE.connectorpack.ConnectorPackUpgrade": "Delete a 'connectorpack.ConnectorPackUpgrade' resource.",
                            "READ.connectorpack.ConnectorPackUpgrade": "Read a 'connectorpack.ConnectorPackUpgrade' resource.",
                            "READ.connectorpack.UpgradeImpact": "Read a 'connectorpack.UpgradeImpact' resource.",
                            "READ.console.ConsoleConfig": "Read a 'console.ConsoleConfig' resource.",
                            "READ.convergedinfra.AdapterComplianceDetails": "Read a 'convergedinfra.AdapterComplianceDetails' resource.",
                            "READ.convergedinfra.Pod": "Read a 'convergedinfra.Pod' resource.",
                            "UPDATE.convergedinfra.Pod": "Update a 'convergedinfra.Pod' resource.",
                            "READ.convergedinfra.PodComplianceInfo": "Read a 'convergedinfra.PodComplianceInfo' resource.",
                            "READ.convergedinfra.ServerComplianceDetails": "Read a 'convergedinfra.ServerComplianceDetails' resource.",
                            "READ.convergedinfra.StorageComplianceDetails": "Read a 'convergedinfra.StorageComplianceDetails' resource.",
                            "READ.convergedinfra.SwitchComplianceDetails": "Read a 'convergedinfra.SwitchComplianceDetails' resource.",
                            "DELETE.coremanagement.CoreFile": "Delete a 'coremanagement.CoreFile' resource.",
                            "READ.coremanagement.CoreFile": "Read a 'coremanagement.CoreFile' resource.",
                            "UPDATE.coremanagement.CoreFile": "Update a 'coremanagement.CoreFile' resource.",
                            "READ.coremanagement.Download": "Read a 'coremanagement.Download' resource.",
                            "CREATE.crd.CustomResource": "Create a 'crd.CustomResource' resource.",
                            "DELETE.crd.CustomResource": "Delete a 'crd.CustomResource' resource.",
                            "READ.crd.CustomResource": "Read a 'crd.CustomResource' resource.",
                            "UPDATE.crd.CustomResource": "Update a 'crd.CustomResource' resource.",
                            "CREATE.deviceconnector.Policy": "Create a 'deviceconnector.Policy' resource.",
                            "DELETE.deviceconnector.Policy": "Delete a 'deviceconnector.Policy' resource.",
                            "READ.deviceconnector.Policy": "Read a 'deviceconnector.Policy' resource.",
                            "UPDATE.deviceconnector.Policy": "Update a 'deviceconnector.Policy' resource.",
                            "READ.dnac.Device": "Read a 'dnac.Device' resource.",
                            "READ.dnac.DeviceInterface": "Read a 'dnac.DeviceInterface' resource.",
                            "READ.dnac.ExternalBorderNode": "Read a 'dnac.ExternalBorderNode' resource.",
                            "READ.dnac.ExternalBorderNodeInterface": "Read a 'dnac.ExternalBorderNodeInterface' resource.",
                            "READ.dnac.FabricSite": "Read a 'dnac.FabricSite' resource.",
                            "READ.dnac.Site": "Read a 'dnac.Site' resource.",
                            "READ.dnac.SiteIpPool": "Read a 'dnac.SiteIpPool' resource.",
                            "READ.dnac.Template": "Read a 'dnac.Template' resource.",
                            "READ.dnac.Transit": "Read a 'dnac.Transit' resource.",
                            "READ.dnac.VirtualNetworkFabricSite": "Read a 'dnac.VirtualNetworkFabricSite' resource.",
                            "CREATE.energy.DailyMetrics": "Create a 'energy.DailyMetrics' resource.",
                            "CREATE.energy.Metrics": "Create a 'energy.Metrics' resource.",
                            "READ.equipment.Chassis": "Read a 'equipment.Chassis' resource.",
                            "UPDATE.equipment.Chassis": "Update a 'equipment.Chassis' resource.",
                            "READ.equipment.ChassisController": "Read a 'equipment.ChassisController' resource.",
                            "UPDATE.equipment.ChassisController": "Update a 'equipment.ChassisController' resource.",
                            "READ.equipment.ChassisIdPool": "Read a 'equipment.ChassisIdPool' resource.",
                            "READ.equipment.ChassisIdentity": "Read a 'equipment.ChassisIdentity' resource.",
                            "UPDATE.equipment.ChassisIdentity": "Update a 'equipment.ChassisIdentity' resource.",
                            "READ.equipment.ChassisOperation": "Read a 'equipment.ChassisOperation' resource.",
                            "UPDATE.equipment.ChassisOperation": "Update a 'equipment.ChassisOperation' resource.",
                            "READ.equipment.DeviceSummary": "Read a 'equipment.DeviceSummary' resource.",
                            "READ.equipment.EnclosureElement": "Read a 'equipment.EnclosureElement' resource.",
                            "UPDATE.equipment.EnclosureElement": "Update a 'equipment.EnclosureElement' resource.",
                            "READ.equipment.EndPointLog": "Read a 'equipment.EndPointLog' resource.",
                            "READ.equipment.ExpanderModule": "Read a 'equipment.ExpanderModule' resource.",
                            "UPDATE.equipment.ExpanderModule": "Update a 'equipment.ExpanderModule' resource.",
                            "READ.equipment.ExpanderModuleIdentity": "Read a 'equipment.ExpanderModuleIdentity' resource.",
                            "UPDATE.equipment.ExpanderModuleIdentity": "Update a 'equipment.ExpanderModuleIdentity' resource.",
                            "READ.equipment.ExpanderModuleOperation": "Read a 'equipment.ExpanderModuleOperation' resource.",
                            "UPDATE.equipment.ExpanderModuleOperation": "Update a 'equipment.ExpanderModuleOperation' resource.",
                            "READ.equipment.Fan": "Read a 'equipment.Fan' resource.",
                            "UPDATE.equipment.Fan": "Update a 'equipment.Fan' resource.",
                            "READ.equipment.FanControl": "Read a 'equipment.FanControl' resource.",
                            "UPDATE.equipment.FanControl": "Update a 'equipment.FanControl' resource.",
                            "READ.equipment.FanModule": "Read a 'equipment.FanModule' resource.",
                            "UPDATE.equipment.FanModule": "Update a 'equipment.FanModule' resource.",
                            "READ.equipment.Fex": "Read a 'equipment.Fex' resource.",
                            "UPDATE.equipment.Fex": "Update a 'equipment.Fex' resource.",
                            "READ.equipment.FexIdentity": "Read a 'equipment.FexIdentity' resource.",
                            "UPDATE.equipment.FexIdentity": "Update a 'equipment.FexIdentity' resource.",
                            "READ.equipment.FexOperation": "Read a 'equipment.FexOperation' resource.",
                            "UPDATE.equipment.FexOperation": "Update a 'equipment.FexOperation' resource.",
                            "READ.equipment.Fru": "Read a 'equipment.Fru' resource.",
                            "UPDATE.equipment.Fru": "Update a 'equipment.Fru' resource.",
                            "READ.equipment.HybridDriveSlot": "Read a 'equipment.HybridDriveSlot' resource.",
                            "READ.equipment.Interconnect": "Read a 'equipment.Interconnect' resource.",
                            "READ.equipment.IoCard": "Read a 'equipment.IoCard' resource.",
                            "UPDATE.equipment.IoCard": "Update a 'equipment.IoCard' resource.",
                            "READ.equipment.IoCardOperation": "Read a 'equipment.IoCardOperation' resource.",
                            "UPDATE.equipment.IoCardOperation": "Update a 'equipment.IoCardOperation' resource.",
                            "READ.equipment.IoExpander": "Read a 'equipment.IoExpander' resource.",
                            "UPDATE.equipment.IoExpander": "Update a 'equipment.IoExpander' resource.",
                            "READ.equipment.LocatorLed": "Read a 'equipment.LocatorLed' resource.",
                            "UPDATE.equipment.LocatorLed": "Update a 'equipment.LocatorLed' resource.",
                            "READ.equipment.LogDownload": "Read a 'equipment.LogDownload' resource.",
                            "READ.equipment.Psu": "Read a 'equipment.Psu' resource.",
                            "UPDATE.equipment.Psu": "Update a 'equipment.Psu' resource.",
                            "READ.equipment.PsuControl": "Read a 'equipment.PsuControl' resource.",
                            "UPDATE.equipment.PsuControl": "Update a 'equipment.PsuControl' resource.",
                            "READ.equipment.RackEnclosure": "Read a 'equipment.RackEnclosure' resource.",
                            "UPDATE.equipment.RackEnclosure": "Update a 'equipment.RackEnclosure' resource.",
                            "READ.equipment.RackEnclosureSlot": "Read a 'equipment.RackEnclosureSlot' resource.",
                            "UPDATE.equipment.RackEnclosureSlot": "Update a 'equipment.RackEnclosureSlot' resource.",
                            "READ.equipment.Riser": "Read a 'equipment.Riser' resource.",
                            "READ.equipment.Sensor": "Read a 'equipment.Sensor' resource.",
                            "READ.equipment.SharedAdapterUnit": "Read a 'equipment.SharedAdapterUnit' resource.",
                            "READ.equipment.SharedGraphicsCard": "Read a 'equipment.SharedGraphicsCard' resource.",
                            "READ.equipment.SharedIoModule": "Read a 'equipment.SharedIoModule' resource.",
                            "UPDATE.equipment.SharedIoModule": "Update a 'equipment.SharedIoModule' resource.",
                            "READ.equipment.SwitchCard": "Read a 'equipment.SwitchCard' resource.",
                            "UPDATE.equipment.SwitchCard": "Update a 'equipment.SwitchCard' resource.",
                            "READ.equipment.SwitchOperation": "Read a 'equipment.SwitchOperation' resource.",
                            "UPDATE.equipment.SwitchOperation": "Update a 'equipment.SwitchOperation' resource.",
                            "READ.equipment.SystemIoController": "Read a 'equipment.SystemIoController' resource.",
                            "UPDATE.equipment.SystemIoController": "Update a 'equipment.SystemIoController' resource.",
                            "READ.equipment.Tpm": "Read a 'equipment.Tpm' resource.",
                            "UPDATE.equipment.Tpm": "Update a 'equipment.Tpm' resource.",
                            "READ.equipment.Transceiver": "Read a 'equipment.Transceiver' resource.",
                            "UPDATE.equipment.Transceiver": "Update a 'equipment.Transceiver' resource.",
                            "READ.ether.HostPort": "Read a 'ether.HostPort' resource.",
                            "UPDATE.ether.HostPort": "Update a 'ether.HostPort' resource.",
                            "READ.ether.InterSwitchPort": "Read a 'ether.InterSwitchPort' resource.",
                            "READ.ether.LanPort": "Read a 'ether.LanPort' resource.",
                            "READ.ether.NetworkPort": "Read a 'ether.NetworkPort' resource.",
                            "UPDATE.ether.NetworkPort": "Update a 'ether.NetworkPort' resource.",
                            "READ.ether.PhysicalPort": "Read a 'ether.PhysicalPort' resource.",
                            "UPDATE.ether.PhysicalPort": "Update a 'ether.PhysicalPort' resource.",
                            "READ.ether.PortChannel": "Read a 'ether.PortChannel' resource.",
                            "CREATE.externalsite.Authorization": "Create a 'externalsite.Authorization' resource.",
                            "READ.externalsite.Authorization": "Read a 'externalsite.Authorization' resource.",
                            "UPDATE.externalsite.Authorization": "Update a 'externalsite.Authorization' resource.",
                            "CREATE.fabric.AppliancePcRole": "Create a 'fabric.AppliancePcRole' resource.",
                            "DELETE.fabric.AppliancePcRole": "Delete a 'fabric.AppliancePcRole' resource.",
                            "READ.fabric.AppliancePcRole": "Read a 'fabric.AppliancePcRole' resource.",
                            "UPDATE.fabric.AppliancePcRole": "Update a 'fabric.AppliancePcRole' resource.",
                            "CREATE.fabric.ApplianceRole": "Create a 'fabric.ApplianceRole' resource.",
                            "DELETE.fabric.ApplianceRole": "Delete a 'fabric.ApplianceRole' resource.",
                            "READ.fabric.ApplianceRole": "Read a 'fabric.ApplianceRole' resource.",
                            "UPDATE.fabric.ApplianceRole": "Update a 'fabric.ApplianceRole' resource.",
                            "READ.fabric.ConfigChangeDetail": "Read a 'fabric.ConfigChangeDetail' resource.",
                            "READ.fabric.ConfigResult": "Read a 'fabric.ConfigResult' resource.",
                            "READ.fabric.ConfigResultEntry": "Read a 'fabric.ConfigResultEntry' resource.",
                            "READ.fabric.ElementIdentity": "Read a 'fabric.ElementIdentity' resource.",
                            "UPDATE.fabric.ElementIdentity": "Update a 'fabric.ElementIdentity' resource.",
                            "CREATE.fabric.EstimateImpact": "Create a 'fabric.EstimateImpact' resource.",
                            "CREATE.fabric.EthNetworkControlPolicy": "Create a 'fabric.EthNetworkControlPolicy' resource.",
                            "DELETE.fabric.EthNetworkControlPolicy": "Delete a 'fabric.EthNetworkControlPolicy' resource.",
                            "READ.fabric.EthNetworkControlPolicy": "Read a 'fabric.EthNetworkControlPolicy' resource.",
                            "UPDATE.fabric.EthNetworkControlPolicy": "Update a 'fabric.EthNetworkControlPolicy' resource.",
                            "READ.fabric.EthNetworkControlPolicyInventory": "Read a 'fabric.EthNetworkControlPolicyInventory' resource.",
                            "CREATE.fabric.EthNetworkGroupPolicy": "Create a 'fabric.EthNetworkGroupPolicy' resource.",
                            "DELETE.fabric.EthNetworkGroupPolicy": "Delete a 'fabric.EthNetworkGroupPolicy' resource.",
                            "READ.fabric.EthNetworkGroupPolicy": "Read a 'fabric.EthNetworkGroupPolicy' resource.",
                            "UPDATE.fabric.EthNetworkGroupPolicy": "Update a 'fabric.EthNetworkGroupPolicy' resource.",
                            "READ.fabric.EthNetworkGroupPolicyInventory": "Read a 'fabric.EthNetworkGroupPolicyInventory' resource.",
                            "CREATE.fabric.EthNetworkPolicy": "Create a 'fabric.EthNetworkPolicy' resource.",
                            "DELETE.fabric.EthNetworkPolicy": "Delete a 'fabric.EthNetworkPolicy' resource.",
                            "READ.fabric.EthNetworkPolicy": "Read a 'fabric.EthNetworkPolicy' resource.",
                            "UPDATE.fabric.EthNetworkPolicy": "Update a 'fabric.EthNetworkPolicy' resource.",
                            "CREATE.fabric.FcNetworkPolicy": "Create a 'fabric.FcNetworkPolicy' resource.",
                            "DELETE.fabric.FcNetworkPolicy": "Delete a 'fabric.FcNetworkPolicy' resource.",
                            "READ.fabric.FcNetworkPolicy": "Read a 'fabric.FcNetworkPolicy' resource.",
                            "UPDATE.fabric.FcNetworkPolicy": "Update a 'fabric.FcNetworkPolicy' resource.",
                            "CREATE.fabric.FcStorageRole": "Create a 'fabric.FcStorageRole' resource.",
                            "DELETE.fabric.FcStorageRole": "Delete a 'fabric.FcStorageRole' resource.",
                            "READ.fabric.FcStorageRole": "Read a 'fabric.FcStorageRole' resource.",
                            "UPDATE.fabric.FcStorageRole": "Update a 'fabric.FcStorageRole' resource.",
                            "CREATE.fabric.FcUplinkPcRole": "Create a 'fabric.FcUplinkPcRole' resource.",
                            "DELETE.fabric.FcUplinkPcRole": "Delete a 'fabric.FcUplinkPcRole' resource.",
                            "READ.fabric.FcUplinkPcRole": "Read a 'fabric.FcUplinkPcRole' resource.",
                            "UPDATE.fabric.FcUplinkPcRole": "Update a 'fabric.FcUplinkPcRole' resource.",
                            "CREATE.fabric.FcUplinkRole": "Create a 'fabric.FcUplinkRole' resource.",
                            "DELETE.fabric.FcUplinkRole": "Delete a 'fabric.FcUplinkRole' resource.",
                            "READ.fabric.FcUplinkRole": "Read a 'fabric.FcUplinkRole' resource.",
                            "UPDATE.fabric.FcUplinkRole": "Update a 'fabric.FcUplinkRole' resource.",
                            "CREATE.fabric.FcZonePolicy": "Create a 'fabric.FcZonePolicy' resource.",
                            "DELETE.fabric.FcZonePolicy": "Delete a 'fabric.FcZonePolicy' resource.",
                            "READ.fabric.FcZonePolicy": "Read a 'fabric.FcZonePolicy' resource.",
                            "UPDATE.fabric.FcZonePolicy": "Update a 'fabric.FcZonePolicy' resource.",
                            "CREATE.fabric.FcoeUplinkPcRole": "Create a 'fabric.FcoeUplinkPcRole' resource.",
                            "DELETE.fabric.FcoeUplinkPcRole": "Delete a 'fabric.FcoeUplinkPcRole' resource.",
                            "READ.fabric.FcoeUplinkPcRole": "Read a 'fabric.FcoeUplinkPcRole' resource.",
                            "UPDATE.fabric.FcoeUplinkPcRole": "Update a 'fabric.FcoeUplinkPcRole' resource.",
                            "CREATE.fabric.FcoeUplinkRole": "Create a 'fabric.FcoeUplinkRole' resource.",
                            "DELETE.fabric.FcoeUplinkRole": "Delete a 'fabric.FcoeUplinkRole' resource.",
                            "READ.fabric.FcoeUplinkRole": "Read a 'fabric.FcoeUplinkRole' resource.",
                            "UPDATE.fabric.FcoeUplinkRole": "Update a 'fabric.FcoeUplinkRole' resource.",
                            "CREATE.fabric.FlowControlPolicy": "Create a 'fabric.FlowControlPolicy' resource.",
                            "DELETE.fabric.FlowControlPolicy": "Delete a 'fabric.FlowControlPolicy' resource.",
                            "READ.fabric.FlowControlPolicy": "Read a 'fabric.FlowControlPolicy' resource.",
                            "UPDATE.fabric.FlowControlPolicy": "Update a 'fabric.FlowControlPolicy' resource.",
                            "CREATE.fabric.LanPinGroup": "Create a 'fabric.LanPinGroup' resource.",
                            "DELETE.fabric.LanPinGroup": "Delete a 'fabric.LanPinGroup' resource.",
                            "READ.fabric.LanPinGroup": "Read a 'fabric.LanPinGroup' resource.",
                            "UPDATE.fabric.LanPinGroup": "Update a 'fabric.LanPinGroup' resource.",
                            "CREATE.fabric.LinkAggregationPolicy": "Create a 'fabric.LinkAggregationPolicy' resource.",
                            "DELETE.fabric.LinkAggregationPolicy": "Delete a 'fabric.LinkAggregationPolicy' resource.",
                            "READ.fabric.LinkAggregationPolicy": "Read a 'fabric.LinkAggregationPolicy' resource.",
                            "UPDATE.fabric.LinkAggregationPolicy": "Update a 'fabric.LinkAggregationPolicy' resource.",
                            "CREATE.fabric.LinkControlPolicy": "Create a 'fabric.LinkControlPolicy' resource.",
                            "DELETE.fabric.LinkControlPolicy": "Delete a 'fabric.LinkControlPolicy' resource.",
                            "READ.fabric.LinkControlPolicy": "Read a 'fabric.LinkControlPolicy' resource.",
                            "UPDATE.fabric.LinkControlPolicy": "Update a 'fabric.LinkControlPolicy' resource.",
                            "CREATE.fabric.MacSecPolicy": "Create a 'fabric.MacSecPolicy' resource.",
                            "DELETE.fabric.MacSecPolicy": "Delete a 'fabric.MacSecPolicy' resource.",
                            "READ.fabric.MacSecPolicy": "Read a 'fabric.MacSecPolicy' resource.",
                            "UPDATE.fabric.MacSecPolicy": "Update a 'fabric.MacSecPolicy' resource.",
                            "CREATE.fabric.MulticastPolicy": "Create a 'fabric.MulticastPolicy' resource.",
                            "DELETE.fabric.MulticastPolicy": "Delete a 'fabric.MulticastPolicy' resource.",
                            "READ.fabric.MulticastPolicy": "Read a 'fabric.MulticastPolicy' resource.",
                            "UPDATE.fabric.MulticastPolicy": "Update a 'fabric.MulticastPolicy' resource.",
                            "CREATE.fabric.NetFlowExporter": "Create a 'fabric.NetFlowExporter' resource.",
                            "DELETE.fabric.NetFlowExporter": "Delete a 'fabric.NetFlowExporter' resource.",
                            "READ.fabric.NetFlowExporter": "Read a 'fabric.NetFlowExporter' resource.",
                            "UPDATE.fabric.NetFlowExporter": "Update a 'fabric.NetFlowExporter' resource.",
                            "CREATE.fabric.NetFlowMonitor": "Create a 'fabric.NetFlowMonitor' resource.",
                            "DELETE.fabric.NetFlowMonitor": "Delete a 'fabric.NetFlowMonitor' resource.",
                            "READ.fabric.NetFlowMonitor": "Read a 'fabric.NetFlowMonitor' resource.",
                            "UPDATE.fabric.NetFlowMonitor": "Update a 'fabric.NetFlowMonitor' resource.",
                            "CREATE.fabric.NetFlowPolicy": "Create a 'fabric.NetFlowPolicy' resource.",
                            "DELETE.fabric.NetFlowPolicy": "Delete a 'fabric.NetFlowPolicy' resource.",
                            "READ.fabric.NetFlowPolicy": "Read a 'fabric.NetFlowPolicy' resource.",
                            "UPDATE.fabric.NetFlowPolicy": "Update a 'fabric.NetFlowPolicy' resource.",
                            "CREATE.fabric.NetFlowRecord": "Create a 'fabric.NetFlowRecord' resource.",
                            "DELETE.fabric.NetFlowRecord": "Delete a 'fabric.NetFlowRecord' resource.",
                            "READ.fabric.NetFlowRecord": "Read a 'fabric.NetFlowRecord' resource.",
                            "UPDATE.fabric.NetFlowRecord": "Update a 'fabric.NetFlowRecord' resource.",
                            "READ.fabric.PcMember": "Read a 'fabric.PcMember' resource.",
                            "CREATE.fabric.PcOperation": "Create a 'fabric.PcOperation' resource.",
                            "DELETE.fabric.PcOperation": "Delete a 'fabric.PcOperation' resource.",
                            "READ.fabric.PcOperation": "Read a 'fabric.PcOperation' resource.",
                            "UPDATE.fabric.PcOperation": "Update a 'fabric.PcOperation' resource.",
                            "CREATE.fabric.PortMode": "Create a 'fabric.PortMode' resource.",
                            "DELETE.fabric.PortMode": "Delete a 'fabric.PortMode' resource.",
                            "READ.fabric.PortMode": "Read a 'fabric.PortMode' resource.",
                            "UPDATE.fabric.PortMode": "Update a 'fabric.PortMode' resource.",
                            "CREATE.fabric.PortOperation": "Create a 'fabric.PortOperation' resource.",
                            "DELETE.fabric.PortOperation": "Delete a 'fabric.PortOperation' resource.",
                            "READ.fabric.PortOperation": "Read a 'fabric.PortOperation' resource.",
                            "UPDATE.fabric.PortOperation": "Update a 'fabric.PortOperation' resource.",
                            "CREATE.fabric.PortPolicy": "Create a 'fabric.PortPolicy' resource.",
                            "DELETE.fabric.PortPolicy": "Delete a 'fabric.PortPolicy' resource.",
                            "READ.fabric.PortPolicy": "Read a 'fabric.PortPolicy' resource.",
                            "UPDATE.fabric.PortPolicy": "Update a 'fabric.PortPolicy' resource.",
                            "CREATE.fabric.SanPinGroup": "Create a 'fabric.SanPinGroup' resource.",
                            "DELETE.fabric.SanPinGroup": "Delete a 'fabric.SanPinGroup' resource.",
                            "READ.fabric.SanPinGroup": "Read a 'fabric.SanPinGroup' resource.",
                            "UPDATE.fabric.SanPinGroup": "Update a 'fabric.SanPinGroup' resource.",
                            "CREATE.fabric.SecureRouterRole": "Create a 'fabric.SecureRouterRole' resource.",
                            "DELETE.fabric.SecureRouterRole": "Delete a 'fabric.SecureRouterRole' resource.",
                            "READ.fabric.SecureRouterRole": "Read a 'fabric.SecureRouterRole' resource.",
                            "UPDATE.fabric.SecureRouterRole": "Update a 'fabric.SecureRouterRole' resource.",
                            "CREATE.fabric.ServerRole": "Create a 'fabric.ServerRole' resource.",
                            "DELETE.fabric.ServerRole": "Delete a 'fabric.ServerRole' resource.",
                            "READ.fabric.ServerRole": "Read a 'fabric.ServerRole' resource.",
                            "UPDATE.fabric.ServerRole": "Update a 'fabric.ServerRole' resource.",
                            "CREATE.fabric.SpanDestEthPort": "Create a 'fabric.SpanDestEthPort' resource.",
                            "DELETE.fabric.SpanDestEthPort": "Delete a 'fabric.SpanDestEthPort' resource.",
                            "READ.fabric.SpanDestEthPort": "Read a 'fabric.SpanDestEthPort' resource.",
                            "UPDATE.fabric.SpanDestEthPort": "Update a 'fabric.SpanDestEthPort' resource.",
                            "CREATE.fabric.SpanSession": "Create a 'fabric.SpanSession' resource.",
                            "DELETE.fabric.SpanSession": "Delete a 'fabric.SpanSession' resource.",
                            "READ.fabric.SpanSession": "Read a 'fabric.SpanSession' resource.",
                            "UPDATE.fabric.SpanSession": "Update a 'fabric.SpanSession' resource.",
                            "CREATE.fabric.SpanSourceEthPort": "Create a 'fabric.SpanSourceEthPort' resource.",
                            "DELETE.fabric.SpanSourceEthPort": "Delete a 'fabric.SpanSourceEthPort' resource.",
                            "READ.fabric.SpanSourceEthPort": "Read a 'fabric.SpanSourceEthPort' resource.",
                            "CREATE.fabric.SpanSourceEthPortChannel": "Create a 'fabric.SpanSourceEthPortChannel' resource.",
                            "DELETE.fabric.SpanSourceEthPortChannel": "Delete a 'fabric.SpanSourceEthPortChannel' resource.",
                            "READ.fabric.SpanSourceEthPortChannel": "Read a 'fabric.SpanSourceEthPortChannel' resource.",
                            "CREATE.fabric.SpanSourceVlan": "Create a 'fabric.SpanSourceVlan' resource.",
                            "DELETE.fabric.SpanSourceVlan": "Delete a 'fabric.SpanSourceVlan' resource.",
                            "READ.fabric.SpanSourceVlan": "Read a 'fabric.SpanSourceVlan' resource.",
                            "CREATE.fabric.SpanSourceVnicEthIf": "Create a 'fabric.SpanSourceVnicEthIf' resource.",
                            "DELETE.fabric.SpanSourceVnicEthIf": "Delete a 'fabric.SpanSourceVnicEthIf' resource.",
                            "READ.fabric.SpanSourceVnicEthIf": "Read a 'fabric.SpanSourceVnicEthIf' resource.",
                            "CREATE.fabric.SwitchClusterProfile": "Create a 'fabric.SwitchClusterProfile' resource.",
                            "DELETE.fabric.SwitchClusterProfile": "Delete a 'fabric.SwitchClusterProfile' resource.",
                            "READ.fabric.SwitchClusterProfile": "Read a 'fabric.SwitchClusterProfile' resource.",
                            "UPDATE.fabric.SwitchClusterProfile": "Update a 'fabric.SwitchClusterProfile' resource.",
                            "CREATE.fabric.SwitchClusterProfileTemplate": "Create a 'fabric.SwitchClusterProfileTemplate' resource.",
                            "DELETE.fabric.SwitchClusterProfileTemplate": "Delete a 'fabric.SwitchClusterProfileTemplate' resource.",
                            "READ.fabric.SwitchClusterProfileTemplate": "Read a 'fabric.SwitchClusterProfileTemplate' resource.",
                            "UPDATE.fabric.SwitchClusterProfileTemplate": "Update a 'fabric.SwitchClusterProfileTemplate' resource.",
                            "CREATE.fabric.SwitchControlPolicy": "Create a 'fabric.SwitchControlPolicy' resource.",
                            "DELETE.fabric.SwitchControlPolicy": "Delete a 'fabric.SwitchControlPolicy' resource.",
                            "READ.fabric.SwitchControlPolicy": "Read a 'fabric.SwitchControlPolicy' resource.",
                            "UPDATE.fabric.SwitchControlPolicy": "Update a 'fabric.SwitchControlPolicy' resource.",
                            "CREATE.fabric.SwitchProfile": "Create a 'fabric.SwitchProfile' resource.",
                            "DELETE.fabric.SwitchProfile": "Delete a 'fabric.SwitchProfile' resource.",
                            "READ.fabric.SwitchProfile": "Read a 'fabric.SwitchProfile' resource.",
                            "UPDATE.fabric.SwitchProfile": "Update a 'fabric.SwitchProfile' resource.",
                            "CREATE.fabric.SwitchProfileTemplate": "Create a 'fabric.SwitchProfileTemplate' resource.",
                            "DELETE.fabric.SwitchProfileTemplate": "Delete a 'fabric.SwitchProfileTemplate' resource.",
                            "READ.fabric.SwitchProfileTemplate": "Read a 'fabric.SwitchProfileTemplate' resource.",
                            "UPDATE.fabric.SwitchProfileTemplate": "Update a 'fabric.SwitchProfileTemplate' resource.",
                            "CREATE.fabric.SystemQosPolicy": "Create a 'fabric.SystemQosPolicy' resource.",
                            "DELETE.fabric.SystemQosPolicy": "Delete a 'fabric.SystemQosPolicy' resource.",
                            "READ.fabric.SystemQosPolicy": "Read a 'fabric.SystemQosPolicy' resource.",
                            "UPDATE.fabric.SystemQosPolicy": "Update a 'fabric.SystemQosPolicy' resource.",
                            "CREATE.fabric.UplinkPcRole": "Create a 'fabric.UplinkPcRole' resource.",
                            "DELETE.fabric.UplinkPcRole": "Delete a 'fabric.UplinkPcRole' resource.",
                            "READ.fabric.UplinkPcRole": "Read a 'fabric.UplinkPcRole' resource.",
                            "UPDATE.fabric.UplinkPcRole": "Update a 'fabric.UplinkPcRole' resource.",
                            "CREATE.fabric.UplinkRole": "Create a 'fabric.UplinkRole' resource.",
                            "DELETE.fabric.UplinkRole": "Delete a 'fabric.UplinkRole' resource.",
                            "READ.fabric.UplinkRole": "Read a 'fabric.UplinkRole' resource.",
                            "UPDATE.fabric.UplinkRole": "Update a 'fabric.UplinkRole' resource.",
                            "CREATE.fabric.Vlan": "Create a 'fabric.Vlan' resource.",
                            "DELETE.fabric.Vlan": "Delete a 'fabric.Vlan' resource.",
                            "READ.fabric.Vlan": "Read a 'fabric.Vlan' resource.",
                            "UPDATE.fabric.Vlan": "Update a 'fabric.Vlan' resource.",
                            "READ.fabric.VlanInventory": "Read a 'fabric.VlanInventory' resource.",
                            "READ.fabric.VlanSet": "Read a 'fabric.VlanSet' resource.",
                            "CREATE.fabric.Vsan": "Create a 'fabric.Vsan' resource.",
                            "DELETE.fabric.Vsan": "Delete a 'fabric.Vsan' resource.",
                            "READ.fabric.Vsan": "Read a 'fabric.Vsan' resource.",
                            "UPDATE.fabric.Vsan": "Update a 'fabric.Vsan' resource.",
                            "READ.fabric.VsanInventory": "Read a 'fabric.VsanInventory' resource.",
                            "READ.fault.Instance": "Read a 'fault.Instance' resource.",
                            "UPDATE.fault.Instance": "Update a 'fault.Instance' resource.",
                            "READ.fc.Neighbor": "Read a 'fc.Neighbor' resource.",
                            "READ.fc.PhysicalPort": "Read a 'fc.PhysicalPort' resource.",
                            "UPDATE.fc.PhysicalPort": "Update a 'fc.PhysicalPort' resource.",
                            "READ.fc.PortChannel": "Read a 'fc.PortChannel' resource.",
                            "READ.fcpool.FcBlock": "Read a 'fcpool.FcBlock' resource.",
                            "DELETE.fcpool.Lease": "Delete a 'fcpool.Lease' resource.",
                            "READ.fcpool.Lease": "Read a 'fcpool.Lease' resource.",
                            "CREATE.fcpool.Pool": "Create a 'fcpool.Pool' resource.",
                            "DELETE.fcpool.Pool": "Delete a 'fcpool.Pool' resource.",
                            "READ.fcpool.Pool": "Read a 'fcpool.Pool' resource.",
                            "UPDATE.fcpool.Pool": "Update a 'fcpool.Pool' resource.",
                            "READ.fcpool.PoolMember": "Read a 'fcpool.PoolMember' resource.",
                            "CREATE.fcpool.Reservation": "Create a 'fcpool.Reservation' resource.",
                            "DELETE.fcpool.Reservation": "Delete a 'fcpool.Reservation' resource.",
                            "READ.fcpool.Reservation": "Read a 'fcpool.Reservation' resource.",
                            "UPDATE.fcpool.Reservation": "Update a 'fcpool.Reservation' resource.",
                            "READ.fcpool.Universe": "Read a 'fcpool.Universe' resource.",
                            "CREATE.feedback.FeedbackPost": "Create a 'feedback.FeedbackPost' resource.",
                            "UPDATE.feedback.FeedbackPost": "Update a 'feedback.FeedbackPost' resource.",
                            "READ.firmware.BiosDescriptor": "Read a 'firmware.BiosDescriptor' resource.",
                            "READ.firmware.BoardControllerDescriptor": "Read a 'firmware.BoardControllerDescriptor' resource.",
                            "CREATE.firmware.ChassisUpgrade": "Create a 'firmware.ChassisUpgrade' resource.",
                            "DELETE.firmware.ChassisUpgrade": "Delete a 'firmware.ChassisUpgrade' resource.",
                            "READ.firmware.ChassisUpgrade": "Read a 'firmware.ChassisUpgrade' resource.",
                            "READ.firmware.CimcDescriptor": "Read a 'firmware.CimcDescriptor' resource.",
                            "READ.firmware.DimmDescriptor": "Read a 'firmware.DimmDescriptor' resource.",
                            "CREATE.firmware.Distributable": "Create a 'firmware.Distributable' resource.",
                            "DELETE.firmware.Distributable": "Delete a 'firmware.Distributable' resource.",
                            "READ.firmware.Distributable": "Read a 'firmware.Distributable' resource.",
                            "UPDATE.firmware.Distributable": "Update a 'firmware.Distributable' resource.",
                            "READ.firmware.DistributableMeta": "Read a 'firmware.DistributableMeta' resource.",
                            "READ.firmware.DriveDescriptor": "Read a 'firmware.DriveDescriptor' resource.",
                            "CREATE.firmware.DriverDistributable": "Create a 'firmware.DriverDistributable' resource.",
                            "DELETE.firmware.DriverDistributable": "Delete a 'firmware.DriverDistributable' resource.",
                            "READ.firmware.DriverDistributable": "Read a 'firmware.DriverDistributable' resource.",
                            "UPDATE.firmware.DriverDistributable": "Update a 'firmware.DriverDistributable' resource.",
                            "CREATE.firmware.Eula": "Create a 'firmware.Eula' resource.",
                            "READ.firmware.Eula": "Read a 'firmware.Eula' resource.",
                            "READ.firmware.FirmwareSummary": "Read a 'firmware.FirmwareSummary' resource.",
                            "READ.firmware.GpuDescriptor": "Read a 'firmware.GpuDescriptor' resource.",
                            "READ.firmware.HbaDescriptor": "Read a 'firmware.HbaDescriptor' resource.",
                            "READ.firmware.IomDescriptor": "Read a 'firmware.IomDescriptor' resource.",
                            "READ.firmware.MswitchDescriptor": "Read a 'firmware.MswitchDescriptor' resource.",
                            "READ.firmware.NxosDescriptor": "Read a 'firmware.NxosDescriptor' resource.",
                            "CREATE.firmware.PciNodeUpgrade": "Create a 'firmware.PciNodeUpgrade' resource.",
                            "DELETE.firmware.PciNodeUpgrade": "Delete a 'firmware.PciNodeUpgrade' resource.",
                            "READ.firmware.PciNodeUpgrade": "Read a 'firmware.PciNodeUpgrade' resource.",
                            "READ.firmware.PcieDescriptor": "Read a 'firmware.PcieDescriptor' resource.",
                            "CREATE.firmware.Policy": "Create a 'firmware.Policy' resource.",
                            "DELETE.firmware.Policy": "Delete a 'firmware.Policy' resource.",
                            "READ.firmware.Policy": "Read a 'firmware.Policy' resource.",
                            "UPDATE.firmware.Policy": "Update a 'firmware.Policy' resource.",
                            "READ.firmware.PsuDescriptor": "Read a 'firmware.PsuDescriptor' resource.",
                            "READ.firmware.PsxDescriptor": "Read a 'firmware.PsxDescriptor' resource.",
                            "READ.firmware.RunningFirmware": "Read a 'firmware.RunningFirmware' resource.",
                            "UPDATE.firmware.RunningFirmware": "Update a 'firmware.RunningFirmware' resource.",
                            "READ.firmware.SasExpanderDescriptor": "Read a 'firmware.SasExpanderDescriptor' resource.",
                            "CREATE.firmware.SecureRouterUpgrade": "Create a 'firmware.SecureRouterUpgrade' resource.",
                            "DELETE.firmware.SecureRouterUpgrade": "Delete a 'firmware.SecureRouterUpgrade' resource.",
                            "READ.firmware.SecureRouterUpgrade": "Read a 'firmware.SecureRouterUpgrade' resource.",
                            "CREATE.firmware.ServerConfigurationUtilityDistributable": "Create a 'firmware.ServerConfigurationUtilityDistributable' resource.",
                            "DELETE.firmware.ServerConfigurationUtilityDistributable": "Delete a 'firmware.ServerConfigurationUtilityDistributable' resource.",
                            "READ.firmware.ServerConfigurationUtilityDistributable": "Read a 'firmware.ServerConfigurationUtilityDistributable' resource.",
                            "UPDATE.firmware.ServerConfigurationUtilityDistributable": "Update a 'firmware.ServerConfigurationUtilityDistributable' resource.",
                            "READ.firmware.StorageControllerDescriptor": "Read a 'firmware.StorageControllerDescriptor' resource.",
                            "CREATE.firmware.SwitchUpgrade": "Create a 'firmware.SwitchUpgrade' resource.",
                            "DELETE.firmware.SwitchUpgrade": "Delete a 'firmware.SwitchUpgrade' resource.",
                            "READ.firmware.SwitchUpgrade": "Read a 'firmware.SwitchUpgrade' resource.",
                            "CREATE.firmware.UnsupportedVersionUpgrade": "Create a 'firmware.UnsupportedVersionUpgrade' resource.",
                            "DELETE.firmware.UnsupportedVersionUpgrade": "Delete a 'firmware.UnsupportedVersionUpgrade' resource.",
                            "READ.firmware.UnsupportedVersionUpgrade": "Read a 'firmware.UnsupportedVersionUpgrade' resource.",
                            "UPDATE.firmware.UnsupportedVersionUpgrade": "Update a 'firmware.UnsupportedVersionUpgrade' resource.",
                            "CREATE.firmware.Upgrade": "Create a 'firmware.Upgrade' resource.",
                            "DELETE.firmware.Upgrade": "Delete a 'firmware.Upgrade' resource.",
                            "READ.firmware.Upgrade": "Read a 'firmware.Upgrade' resource.",
                            "UPDATE.firmware.Upgrade": "Update a 'firmware.Upgrade' resource.",
                            "CREATE.firmware.UpgradeImpact": "Create a 'firmware.UpgradeImpact' resource.",
                            "READ.firmware.UpgradeImpactStatus": "Read a 'firmware.UpgradeImpactStatus' resource.",
                            "READ.firmware.UpgradeStatus": "Read a 'firmware.UpgradeStatus' resource.",
                            "CREATE.firmware.UpgradeValidity": "Create a 'firmware.UpgradeValidity' resource.",
                            "READ.fmc.Device": "Read a 'fmc.Device' resource.",
                            "READ.fmc.DeviceHaPair": "Read a 'fmc.DeviceHaPair' resource.",
                            "READ.fmc.Domain": "Read a 'fmc.Domain' resource.",
                            "READ.fmc.PhysicalInterface": "Read a 'fmc.PhysicalInterface' resource.",
                            "READ.forecast.Catalog": "Read a 'forecast.Catalog' resource.",
                            "READ.forecast.Definition": "Read a 'forecast.Definition' resource.",
                            "READ.forecast.Instance": "Read a 'forecast.Instance' resource.",
                            "UPDATE.forecast.Instance": "Update a 'forecast.Instance' resource.",
                            "READ.graphics.Card": "Read a 'graphics.Card' resource.",
                            "UPDATE.graphics.Card": "Update a 'graphics.Card' resource.",
                            "READ.graphics.Controller": "Read a 'graphics.Controller' resource.",
                            "UPDATE.graphics.Controller": "Update a 'graphics.Controller' resource.",
                            "READ.hci.AhvVm": "Read a 'hci.AhvVm' resource.",
                            "UPDATE.hci.AhvVm": "Update a 'hci.AhvVm' resource.",
                            "READ.hci.AhvVmDisk": "Read a 'hci.AhvVmDisk' resource.",
                            "READ.hci.AhvVmGpu": "Read a 'hci.AhvVmGpu' resource.",
                            "READ.hci.AhvVmNic": "Read a 'hci.AhvVmNic' resource.",
                            "READ.hci.Alarm": "Read a 'hci.Alarm' resource.",
                            "READ.hci.Cluster": "Read a 'hci.Cluster' resource.",
                            "UPDATE.hci.Cluster": "Update a 'hci.Cluster' resource.",
                            "READ.hci.ClusterOperation": "Read a 'hci.ClusterOperation' resource.",
                            "UPDATE.hci.ClusterOperation": "Update a 'hci.ClusterOperation' resource.",
                            "READ.hci.Compliance": "Read a 'hci.Compliance' resource.",
                            "READ.hci.Disk": "Read a 'hci.Disk' resource.",
                            "READ.hci.DomainManager": "Read a 'hci.DomainManager' resource.",
                            "READ.hci.Entitlement": "Read a 'hci.Entitlement' resource.",
                            "READ.hci.EsxiVm": "Read a 'hci.EsxiVm' resource.",
                            "UPDATE.hci.EsxiVm": "Update a 'hci.EsxiVm' resource.",
                            "READ.hci.EsxiVmDisk": "Read a 'hci.EsxiVmDisk' resource.",
                            "READ.hci.EsxiVmNic": "Read a 'hci.EsxiVmNic' resource.",
                            "READ.hci.ExternalStorage": "Read a 'hci.ExternalStorage' resource.",
                            "READ.hci.Gpu": "Read a 'hci.Gpu' resource.",
                            "READ.hci.License": "Read a 'hci.License' resource.",
                            "READ.hci.NccCheckPolicy": "Read a 'hci.NccCheckPolicy' resource.",
                            "READ.hci.Node": "Read a 'hci.Node' resource.",
                            "UPDATE.hci.Node": "Update a 'hci.Node' resource.",
                            "READ.hci.PhysicalGpu": "Read a 'hci.PhysicalGpu' resource.",
                            "READ.hci.StorageContainer": "Read a 'hci.StorageContainer' resource.",
                            "READ.hci.Violation": "Read a 'hci.Violation' resource.",
                            "READ.hci.VirtualGpu": "Read a 'hci.VirtualGpu' resource.",
                            "CREATE.hcl.CompatibilityStatus": "Create a 'hcl.CompatibilityStatus' resource.",
                            "READ.hcl.DataImportLog": "Read a 'hcl.DataImportLog' resource.",
                            "READ.hcl.DriverImage": "Read a 'hcl.DriverImage' resource.",
                            "READ.hcl.ExemptedCatalog": "Read a 'hcl.ExemptedCatalog' resource.",
                            "READ.hcl.HwCatalogInfo": "Read a 'hcl.HwCatalogInfo' resource.",
                            "READ.hcl.HyperflexSoftwareCompatibilityInfo": "Read a 'hcl.HyperflexSoftwareCompatibilityInfo' resource.",
                            "READ.hcl.OperatingSystem": "Read a 'hcl.OperatingSystem' resource.",
                            "READ.hcl.OperatingSystemVendor": "Read a 'hcl.OperatingSystemVendor' resource.",
                            "READ.hcl.ServerCatalog": "Read a 'hcl.ServerCatalog' resource.",
                            "READ.hcl.ServerHwCatalogInfo": "Read a 'hcl.ServerHwCatalogInfo' resource.",
                            "CREATE.hcl.SupportedDriverName": "Create a 'hcl.SupportedDriverName' resource.",
                            "READ.hyperflex.Alarm": "Read a 'hyperflex.Alarm' resource.",
                            "READ.hyperflex.AppCatalog": "Read a 'hyperflex.AppCatalog' resource.",
                            "CREATE.hyperflex.AutoSupportPolicy": "Create a 'hyperflex.AutoSupportPolicy' resource.",
                            "DELETE.hyperflex.AutoSupportPolicy": "Delete a 'hyperflex.AutoSupportPolicy' resource.",
                            "READ.hyperflex.AutoSupportPolicy": "Read a 'hyperflex.AutoSupportPolicy' resource.",
                            "UPDATE.hyperflex.AutoSupportPolicy": "Update a 'hyperflex.AutoSupportPolicy' resource.",
                            "DELETE.hyperflex.BackupCluster": "Delete a 'hyperflex.BackupCluster' resource.",
                            "READ.hyperflex.BackupCluster": "Read a 'hyperflex.BackupCluster' resource.",
                            "CREATE.hyperflex.CapabilityInfo": "Create a 'hyperflex.CapabilityInfo' resource.",
                            "READ.hyperflex.CapabilityInfo": "Read a 'hyperflex.CapabilityInfo' resource.",
                            "UPDATE.hyperflex.CapabilityInfo": "Update a 'hyperflex.CapabilityInfo' resource.",
                            "READ.hyperflex.Cluster": "Read a 'hyperflex.Cluster' resource.",
                            "UPDATE.hyperflex.Cluster": "Update a 'hyperflex.Cluster' resource.",
                            "CREATE.hyperflex.ClusterBackupPolicy": "Create a 'hyperflex.ClusterBackupPolicy' resource.",
                            "DELETE.hyperflex.ClusterBackupPolicy": "Delete a 'hyperflex.ClusterBackupPolicy' resource.",
                            "READ.hyperflex.ClusterBackupPolicy": "Read a 'hyperflex.ClusterBackupPolicy' resource.",
                            "UPDATE.hyperflex.ClusterBackupPolicy": "Update a 'hyperflex.ClusterBackupPolicy' resource.",
                            "CREATE.hyperflex.ClusterBackupPolicyDeployment": "Create a 'hyperflex.ClusterBackupPolicyDeployment' resource.",
                            "DELETE.hyperflex.ClusterBackupPolicyDeployment": "Delete a 'hyperflex.ClusterBackupPolicyDeployment' resource.",
                            "READ.hyperflex.ClusterBackupPolicyDeployment": "Read a 'hyperflex.ClusterBackupPolicyDeployment' resource.",
                            "UPDATE.hyperflex.ClusterBackupPolicyDeployment": "Update a 'hyperflex.ClusterBackupPolicyDeployment' resource.",
                            "DELETE.hyperflex.ClusterBackupPolicyInventory": "Delete a 'hyperflex.ClusterBackupPolicyInventory' resource.",
                            "READ.hyperflex.ClusterBackupPolicyInventory": "Read a 'hyperflex.ClusterBackupPolicyInventory' resource.",
                            "READ.hyperflex.ClusterHealthCheckExecutionSnapshot": "Read a 'hyperflex.ClusterHealthCheckExecutionSnapshot' resource.",
                            "CREATE.hyperflex.ClusterNetworkPolicy": "Create a 'hyperflex.ClusterNetworkPolicy' resource.",
                            "DELETE.hyperflex.ClusterNetworkPolicy": "Delete a 'hyperflex.ClusterNetworkPolicy' resource.",
                            "READ.hyperflex.ClusterNetworkPolicy": "Read a 'hyperflex.ClusterNetworkPolicy' resource.",
                            "UPDATE.hyperflex.ClusterNetworkPolicy": "Update a 'hyperflex.ClusterNetworkPolicy' resource.",
                            "CREATE.hyperflex.ClusterProfile": "Create a 'hyperflex.ClusterProfile' resource.",
                            "DELETE.hyperflex.ClusterProfile": "Delete a 'hyperflex.ClusterProfile' resource.",
                            "READ.hyperflex.ClusterProfile": "Read a 'hyperflex.ClusterProfile' resource.",
                            "UPDATE.hyperflex.ClusterProfile": "Update a 'hyperflex.ClusterProfile' resource.",
                            "CREATE.hyperflex.ClusterReplicationNetworkPolicy": "Create a 'hyperflex.ClusterReplicationNetworkPolicy' resource.",
                            "DELETE.hyperflex.ClusterReplicationNetworkPolicy": "Delete a 'hyperflex.ClusterReplicationNetworkPolicy' resource.",
                            "READ.hyperflex.ClusterReplicationNetworkPolicy": "Read a 'hyperflex.ClusterReplicationNetworkPolicy' resource.",
                            "UPDATE.hyperflex.ClusterReplicationNetworkPolicy": "Update a 'hyperflex.ClusterReplicationNetworkPolicy' resource.",
                            "CREATE.hyperflex.ClusterReplicationNetworkPolicyDeployment": "Create a 'hyperflex.ClusterReplicationNetworkPolicyDeployment' resource.",
                            "DELETE.hyperflex.ClusterReplicationNetworkPolicyDeployment": "Delete a 'hyperflex.ClusterReplicationNetworkPolicyDeployment' resource.",
                            "READ.hyperflex.ClusterReplicationNetworkPolicyDeployment": "Read a 'hyperflex.ClusterReplicationNetworkPolicyDeployment' resource.",
                            "UPDATE.hyperflex.ClusterReplicationNetworkPolicyDeployment": "Update a 'hyperflex.ClusterReplicationNetworkPolicyDeployment' resource.",
                            "CREATE.hyperflex.ClusterStoragePolicy": "Create a 'hyperflex.ClusterStoragePolicy' resource.",
                            "DELETE.hyperflex.ClusterStoragePolicy": "Delete a 'hyperflex.ClusterStoragePolicy' resource.",
                            "READ.hyperflex.ClusterStoragePolicy": "Read a 'hyperflex.ClusterStoragePolicy' resource.",
                            "UPDATE.hyperflex.ClusterStoragePolicy": "Update a 'hyperflex.ClusterStoragePolicy' resource.",
                            "READ.hyperflex.ConfigResult": "Read a 'hyperflex.ConfigResult' resource.",
                            "READ.hyperflex.ConfigResultEntry": "Read a 'hyperflex.ConfigResultEntry' resource.",
                            "READ.hyperflex.DataProtectionPeer": "Read a 'hyperflex.DataProtectionPeer' resource.",
                            "READ.hyperflex.DatastoreStatistic": "Read a 'hyperflex.DatastoreStatistic' resource.",
                            "READ.hyperflex.DevicePackageDownloadState": "Read a 'hyperflex.DevicePackageDownloadState' resource.",
                            "READ.hyperflex.Drive": "Read a 'hyperflex.Drive' resource.",
                            "UPDATE.hyperflex.Drive": "Update a 'hyperflex.Drive' resource.",
                            "READ.hyperflex.Encryption": "Read a 'hyperflex.Encryption' resource.",
                            "CREATE.hyperflex.ExtFcStoragePolicy": "Create a 'hyperflex.ExtFcStoragePolicy' resource.",
                            "DELETE.hyperflex.ExtFcStoragePolicy": "Delete a 'hyperflex.ExtFcStoragePolicy' resource.",
                            "READ.hyperflex.ExtFcStoragePolicy": "Read a 'hyperflex.ExtFcStoragePolicy' resource.",
                            "UPDATE.hyperflex.ExtFcStoragePolicy": "Update a 'hyperflex.ExtFcStoragePolicy' resource.",
                            "CREATE.hyperflex.ExtIscsiStoragePolicy": "Create a 'hyperflex.ExtIscsiStoragePolicy' resource.",
                            "DELETE.hyperflex.ExtIscsiStoragePolicy": "Delete a 'hyperflex.ExtIscsiStoragePolicy' resource.",
                            "READ.hyperflex.ExtIscsiStoragePolicy": "Read a 'hyperflex.ExtIscsiStoragePolicy' resource.",
                            "UPDATE.hyperflex.ExtIscsiStoragePolicy": "Update a 'hyperflex.ExtIscsiStoragePolicy' resource.",
                            "READ.hyperflex.FeatureLimitExternal": "Read a 'hyperflex.FeatureLimitExternal' resource.",
                            "READ.hyperflex.FeatureLimitInternal": "Read a 'hyperflex.FeatureLimitInternal' resource.",
                            "READ.hyperflex.Health": "Read a 'hyperflex.Health' resource.",
                            "READ.hyperflex.HealthCheckDefinition": "Read a 'hyperflex.HealthCheckDefinition' resource.",
                            "READ.hyperflex.HealthCheckExecution": "Read a 'hyperflex.HealthCheckExecution' resource.",
                            "READ.hyperflex.HealthCheckExecutionSnapshot": "Read a 'hyperflex.HealthCheckExecutionSnapshot' resource.",
                            "READ.hyperflex.HealthCheckPackageChecksum": "Read a 'hyperflex.HealthCheckPackageChecksum' resource.",
                            "READ.hyperflex.HealthCheckSchedulePolicy": "Read a 'hyperflex.HealthCheckSchedulePolicy' resource.",
                            "READ.hyperflex.HwCatalog": "Read a 'hyperflex.HwCatalog' resource.",
                            "READ.hyperflex.HxdpVersion": "Read a 'hyperflex.HxdpVersion' resource.",
                            "READ.hyperflex.HypervisorHost": "Read a 'hyperflex.HypervisorHost' resource.",
                            "UPDATE.hyperflex.HypervisorHost": "Update a 'hyperflex.HypervisorHost' resource.",
                            "READ.hyperflex.HypervisorVirtualMachine": "Read a 'hyperflex.HypervisorVirtualMachine' resource.",
                            "UPDATE.hyperflex.HypervisorVirtualMachine": "Update a 'hyperflex.HypervisorVirtualMachine' resource.",
                            "READ.hyperflex.InitiatorGroup": "Read a 'hyperflex.InitiatorGroup' resource.",
                            "UPDATE.hyperflex.InitiatorGroup": "Update a 'hyperflex.InitiatorGroup' resource.",
                            "READ.hyperflex.IscsiNetwork": "Read a 'hyperflex.IscsiNetwork' resource.",
                            "UPDATE.hyperflex.IscsiNetwork": "Update a 'hyperflex.IscsiNetwork' resource.",
                            "CREATE.hyperflex.KeyEncryptionKey": "Create a 'hyperflex.KeyEncryptionKey' resource.",
                            "DELETE.hyperflex.KeyEncryptionKey": "Delete a 'hyperflex.KeyEncryptionKey' resource.",
                            "READ.hyperflex.KeyEncryptionKey": "Read a 'hyperflex.KeyEncryptionKey' resource.",
                            "UPDATE.hyperflex.KeyEncryptionKey": "Update a 'hyperflex.KeyEncryptionKey' resource.",
                            "READ.hyperflex.License": "Read a 'hyperflex.License' resource.",
                            "CREATE.hyperflex.LocalCredentialPolicy": "Create a 'hyperflex.LocalCredentialPolicy' resource.",
                            "DELETE.hyperflex.LocalCredentialPolicy": "Delete a 'hyperflex.LocalCredentialPolicy' resource.",
                            "READ.hyperflex.LocalCredentialPolicy": "Read a 'hyperflex.LocalCredentialPolicy' resource.",
                            "UPDATE.hyperflex.LocalCredentialPolicy": "Update a 'hyperflex.LocalCredentialPolicy' resource.",
                            "READ.hyperflex.Lun": "Read a 'hyperflex.Lun' resource.",
                            "UPDATE.hyperflex.Lun": "Update a 'hyperflex.Lun' resource.",
                            "READ.hyperflex.Node": "Read a 'hyperflex.Node' resource.",
                            "CREATE.hyperflex.NodeConfigPolicy": "Create a 'hyperflex.NodeConfigPolicy' resource.",
                            "DELETE.hyperflex.NodeConfigPolicy": "Delete a 'hyperflex.NodeConfigPolicy' resource.",
                            "READ.hyperflex.NodeConfigPolicy": "Read a 'hyperflex.NodeConfigPolicy' resource.",
                            "UPDATE.hyperflex.NodeConfigPolicy": "Update a 'hyperflex.NodeConfigPolicy' resource.",
                            "CREATE.hyperflex.NodeProfile": "Create a 'hyperflex.NodeProfile' resource.",
                            "DELETE.hyperflex.NodeProfile": "Delete a 'hyperflex.NodeProfile' resource.",
                            "READ.hyperflex.NodeProfile": "Read a 'hyperflex.NodeProfile' resource.",
                            "UPDATE.hyperflex.NodeProfile": "Update a 'hyperflex.NodeProfile' resource.",
                            "READ.hyperflex.ProtectedCluster": "Read a 'hyperflex.ProtectedCluster' resource.",
                            "CREATE.hyperflex.ProxySettingPolicy": "Create a 'hyperflex.ProxySettingPolicy' resource.",
                            "DELETE.hyperflex.ProxySettingPolicy": "Delete a 'hyperflex.ProxySettingPolicy' resource.",
                            "READ.hyperflex.ProxySettingPolicy": "Read a 'hyperflex.ProxySettingPolicy' resource.",
                            "UPDATE.hyperflex.ProxySettingPolicy": "Update a 'hyperflex.ProxySettingPolicy' resource.",
                            "CREATE.hyperflex.ReduceReSync": "Create a 'hyperflex.ReduceReSync' resource.",
                            "READ.hyperflex.ReduceReSync": "Read a 'hyperflex.ReduceReSync' resource.",
                            "UPDATE.hyperflex.ReduceReSync": "Update a 'hyperflex.ReduceReSync' resource.",
                            "READ.hyperflex.ServerFirmwareVersion": "Read a 'hyperflex.ServerFirmwareVersion' resource.",
                            "READ.hyperflex.ServerFirmwareVersionEntry": "Read a 'hyperflex.ServerFirmwareVersionEntry' resource.",
                            "READ.hyperflex.ServerModel": "Read a 'hyperflex.ServerModel' resource.",
                            "CREATE.hyperflex.ServiceAuthToken": "Create a 'hyperflex.ServiceAuthToken' resource.",
                            "DELETE.hyperflex.ServiceAuthToken": "Delete a 'hyperflex.ServiceAuthToken' resource.",
                            "READ.hyperflex.ServiceAuthToken": "Read a 'hyperflex.ServiceAuthToken' resource.",
                            "UPDATE.hyperflex.ServiceAuthToken": "Update a 'hyperflex.ServiceAuthToken' resource.",
                            "READ.hyperflex.SoftwareDistributionComponent": "Read a 'hyperflex.SoftwareDistributionComponent' resource.",
                            "READ.hyperflex.SoftwareDistributionEntry": "Read a 'hyperflex.SoftwareDistributionEntry' resource.",
                            "READ.hyperflex.SoftwareDistributionVersion": "Read a 'hyperflex.SoftwareDistributionVersion' resource.",
                            "CREATE.hyperflex.SoftwareVersionPolicy": "Create a 'hyperflex.SoftwareVersionPolicy' resource.",
                            "DELETE.hyperflex.SoftwareVersionPolicy": "Delete a 'hyperflex.SoftwareVersionPolicy' resource.",
                            "READ.hyperflex.SoftwareVersionPolicy": "Read a 'hyperflex.SoftwareVersionPolicy' resource.",
                            "UPDATE.hyperflex.SoftwareVersionPolicy": "Update a 'hyperflex.SoftwareVersionPolicy' resource.",
                            "CREATE.hyperflex.StartReduceReSync": "Create a 'hyperflex.StartReduceReSync' resource.",
                            "READ.hyperflex.StartReduceReSync": "Read a 'hyperflex.StartReduceReSync' resource.",
                            "READ.hyperflex.StorageContainer": "Read a 'hyperflex.StorageContainer' resource.",
                            "UPDATE.hyperflex.StorageContainer": "Update a 'hyperflex.StorageContainer' resource.",
                            "CREATE.hyperflex.SysConfigPolicy": "Create a 'hyperflex.SysConfigPolicy' resource.",
                            "DELETE.hyperflex.SysConfigPolicy": "Delete a 'hyperflex.SysConfigPolicy' resource.",
                            "READ.hyperflex.SysConfigPolicy": "Read a 'hyperflex.SysConfigPolicy' resource.",
                            "UPDATE.hyperflex.SysConfigPolicy": "Update a 'hyperflex.SysConfigPolicy' resource.",
                            "READ.hyperflex.Target": "Read a 'hyperflex.Target' resource.",
                            "UPDATE.hyperflex.Target": "Update a 'hyperflex.Target' resource.",
                            "CREATE.hyperflex.UcsmConfigPolicy": "Create a 'hyperflex.UcsmConfigPolicy' resource.",
                            "DELETE.hyperflex.UcsmConfigPolicy": "Delete a 'hyperflex.UcsmConfigPolicy' resource.",
                            "READ.hyperflex.UcsmConfigPolicy": "Read a 'hyperflex.UcsmConfigPolicy' resource.",
                            "UPDATE.hyperflex.UcsmConfigPolicy": "Update a 'hyperflex.UcsmConfigPolicy' resource.",
                            "CREATE.hyperflex.VcenterConfigPolicy": "Create a 'hyperflex.VcenterConfigPolicy' resource.",
                            "DELETE.hyperflex.VcenterConfigPolicy": "Delete a 'hyperflex.VcenterConfigPolicy' resource.",
                            "READ.hyperflex.VcenterConfigPolicy": "Read a 'hyperflex.VcenterConfigPolicy' resource.",
                            "UPDATE.hyperflex.VcenterConfigPolicy": "Update a 'hyperflex.VcenterConfigPolicy' resource.",
                            "DELETE.hyperflex.VmBackupInfo": "Delete a 'hyperflex.VmBackupInfo' resource.",
                            "READ.hyperflex.VmBackupInfo": "Read a 'hyperflex.VmBackupInfo' resource.",
                            "CREATE.hyperflex.VmImportOperation": "Create a 'hyperflex.VmImportOperation' resource.",
                            "DELETE.hyperflex.VmImportOperation": "Delete a 'hyperflex.VmImportOperation' resource.",
                            "READ.hyperflex.VmImportOperation": "Read a 'hyperflex.VmImportOperation' resource.",
                            "CREATE.hyperflex.VmRestoreOperation": "Create a 'hyperflex.VmRestoreOperation' resource.",
                            "DELETE.hyperflex.VmRestoreOperation": "Delete a 'hyperflex.VmRestoreOperation' resource.",
                            "READ.hyperflex.VmRestoreOperation": "Read a 'hyperflex.VmRestoreOperation' resource.",
                            "DELETE.hyperflex.VmSnapshotInfo": "Delete a 'hyperflex.VmSnapshotInfo' resource.",
                            "READ.hyperflex.VmSnapshotInfo": "Read a 'hyperflex.VmSnapshotInfo' resource.",
                            "READ.hyperflex.Volume": "Read a 'hyperflex.Volume' resource.",
                            "UPDATE.hyperflex.Volume": "Update a 'hyperflex.Volume' resource.",
                            "READ.hyperflex.WitnessConfiguration": "Read a 'hyperflex.WitnessConfiguration' resource.",
                            "READ.iaas.ConnectorPack": "Read a 'iaas.ConnectorPack' resource.",
                            "READ.iaas.CustomTaskInfo": "Read a 'iaas.CustomTaskInfo' resource.",
                            "READ.iaas.DeviceStatus": "Read a 'iaas.DeviceStatus' resource.",
                            "READ.iaas.DiagnosticMessages": "Read a 'iaas.DiagnosticMessages' resource.",
                            "READ.iaas.LicenseInfo": "Read a 'iaas.LicenseInfo' resource.",
                            "READ.iaas.MostRunTasks": "Read a 'iaas.MostRunTasks' resource.",
                            "READ.iaas.ServiceRequest": "Read a 'iaas.ServiceRequest' resource.",
                            "READ.iaas.SystemTaskInfo": "Read a 'iaas.SystemTaskInfo' resource.",
                            "READ.iaas.UcsdInfo": "Read a 'iaas.UcsdInfo' resource.",
                            "UPDATE.iaas.UcsdInfo": "Update a 'iaas.UcsdInfo' resource.",
                            "READ.iaas.UcsdManagedInfra": "Read a 'iaas.UcsdManagedInfra' resource.",
                            "READ.iaas.UcsdMessages": "Read a 'iaas.UcsdMessages' resource.",
                            "CREATE.iam.Account": "Create a 'iam.Account' resource.",
                            "DELETE.iam.Account": "Delete a 'iam.Account' resource.",
                            "READ.iam.Account": "Read a 'iam.Account' resource.",
                            "UPDATE.iam.Account": "Update a 'iam.Account' resource.",
                            "READ.iam.AccountExperience": "Read a 'iam.AccountExperience' resource.",
                            "CREATE.iam.ApiKey": "Create a 'iam.ApiKey' resource.",
                            "DELETE.iam.ApiKey": "Delete a 'iam.ApiKey' resource.",
                            "READ.iam.ApiKey": "Read a 'iam.ApiKey' resource.",
                            "UPDATE.iam.ApiKey": "Update a 'iam.ApiKey' resource.",
                            "CREATE.iam.AppRegistration": "Create a 'iam.AppRegistration' resource.",
                            "DELETE.iam.AppRegistration": "Delete a 'iam.AppRegistration' resource.",
                            "READ.iam.AppRegistration": "Read a 'iam.AppRegistration' resource.",
                            "UPDATE.iam.AppRegistration": "Update a 'iam.AppRegistration' resource.",
                            "READ.iam.BannerMessage": "Read a 'iam.BannerMessage' resource.",
                            "UPDATE.iam.BannerMessage": "Update a 'iam.BannerMessage' resource.",
                            "CREATE.iam.Certificate": "Create a 'iam.Certificate' resource.",
                            "DELETE.iam.Certificate": "Delete a 'iam.Certificate' resource.",
                            "READ.iam.Certificate": "Read a 'iam.Certificate' resource.",
                            "UPDATE.iam.Certificate": "Update a 'iam.Certificate' resource.",
                            "CREATE.iam.CertificateRequest": "Create a 'iam.CertificateRequest' resource.",
                            "DELETE.iam.CertificateRequest": "Delete a 'iam.CertificateRequest' resource.",
                            "READ.iam.CertificateRequest": "Read a 'iam.CertificateRequest' resource.",
                            "UPDATE.iam.CertificateRequest": "Update a 'iam.CertificateRequest' resource.",
                            "CREATE.iam.CuiIntegration": "Create a 'iam.CuiIntegration' resource.",
                            "READ.iam.CuiIntegration": "Read a 'iam.CuiIntegration' resource.",
                            "UPDATE.iam.CuiIntegration": "Update a 'iam.CuiIntegration' resource.",
                            "READ.iam.DefaultAuthentication": "Read a 'iam.DefaultAuthentication' resource.",
                            "UPDATE.iam.DefaultAuthentication": "Update a 'iam.DefaultAuthentication' resource.",
                            "READ.iam.DomainGroup": "Read a 'iam.DomainGroup' resource.",
                            "CREATE.iam.DomainNameInfo": "Create a 'iam.DomainNameInfo' resource.",
                            "DELETE.iam.DomainNameInfo": "Delete a 'iam.DomainNameInfo' resource.",
                            "READ.iam.DomainNameInfo": "Read a 'iam.DomainNameInfo' resource.",
                            "UPDATE.iam.DomainNameInfo": "Update a 'iam.DomainNameInfo' resource.",
                            "READ.iam.EndPointPrivilege": "Read a 'iam.EndPointPrivilege' resource.",
                            "READ.iam.EndPointRole": "Read a 'iam.EndPointRole' resource.",
                            "CREATE.iam.EndPointUser": "Create a 'iam.EndPointUser' resource.",
                            "DELETE.iam.EndPointUser": "Delete a 'iam.EndPointUser' resource.",
                            "READ.iam.EndPointUser": "Read a 'iam.EndPointUser' resource.",
                            "UPDATE.iam.EndPointUser": "Update a 'iam.EndPointUser' resource.",
                            "READ.iam.EndPointUserInventory": "Read a 'iam.EndPointUserInventory' resource.",
                            "CREATE.iam.EndPointUserPolicy": "Create a 'iam.EndPointUserPolicy' resource.",
                            "DELETE.iam.EndPointUserPolicy": "Delete a 'iam.EndPointUserPolicy' resource.",
                            "READ.iam.EndPointUserPolicy": "Read a 'iam.EndPointUserPolicy' resource.",
                            "UPDATE.iam.EndPointUserPolicy": "Update a 'iam.EndPointUserPolicy' resource.",
                            "READ.iam.EndPointUserPolicyInventory": "Read a 'iam.EndPointUserPolicyInventory' resource.",
                            "CREATE.iam.EndPointUserRole": "Create a 'iam.EndPointUserRole' resource.",
                            "DELETE.iam.EndPointUserRole": "Delete a 'iam.EndPointUserRole' resource.",
                            "READ.iam.EndPointUserRole": "Read a 'iam.EndPointUserRole' resource.",
                            "UPDATE.iam.EndPointUserRole": "Update a 'iam.EndPointUserRole' resource.",
                            "READ.iam.EndPointUserRoleInventory": "Read a 'iam.EndPointUserRoleInventory' resource.",
                            "CREATE.iam.GuestAccessSettings": "Create a 'iam.GuestAccessSettings' resource.",
                            "DELETE.iam.GuestAccessSettings": "Delete a 'iam.GuestAccessSettings' resource.",
                            "READ.iam.GuestAccessSettings": "Read a 'iam.GuestAccessSettings' resource.",
                            "UPDATE.iam.GuestAccessSettings": "Update a 'iam.GuestAccessSettings' resource.",
                            "CREATE.iam.Idp": "Create a 'iam.Idp' resource.",
                            "DELETE.iam.Idp": "Delete a 'iam.Idp' resource.",
                            "READ.iam.Idp": "Read a 'iam.Idp' resource.",
                            "UPDATE.iam.Idp": "Update a 'iam.Idp' resource.",
                            "READ.iam.IdpReference": "Read a 'iam.IdpReference' resource.",
                            "UPDATE.iam.IdpReference": "Update a 'iam.IdpReference' resource.",
                            "CREATE.iam.IpAccessManagement": "Create a 'iam.IpAccessManagement' resource.",
                            "READ.iam.IpAccessManagement": "Read a 'iam.IpAccessManagement' resource.",
                            "UPDATE.iam.IpAccessManagement": "Update a 'iam.IpAccessManagement' resource.",
                            "CREATE.iam.IpAddress": "Create a 'iam.IpAddress' resource.",
                            "DELETE.iam.IpAddress": "Delete a 'iam.IpAddress' resource.",
                            "READ.iam.IpAddress": "Read a 'iam.IpAddress' resource.",
                            "UPDATE.iam.IpAddress": "Update a 'iam.IpAddress' resource.",
                            "READ.iam.LdapConfigParams": "Read a 'iam.LdapConfigParams' resource.",
                            "CREATE.iam.LdapGroup": "Create a 'iam.LdapGroup' resource.",
                            "DELETE.iam.LdapGroup": "Delete a 'iam.LdapGroup' resource.",
                            "READ.iam.LdapGroup": "Read a 'iam.LdapGroup' resource.",
                            "UPDATE.iam.LdapGroup": "Update a 'iam.LdapGroup' resource.",
                            "READ.iam.LdapGroupInventory": "Read a 'iam.LdapGroupInventory' resource.",
                            "READ.iam.LdapMeta": "Read a 'iam.LdapMeta' resource.",
                            "CREATE.iam.LdapPolicy": "Create a 'iam.LdapPolicy' resource.",
                            "DELETE.iam.LdapPolicy": "Delete a 'iam.LdapPolicy' resource.",
                            "READ.iam.LdapPolicy": "Read a 'iam.LdapPolicy' resource.",
                            "UPDATE.iam.LdapPolicy": "Update a 'iam.LdapPolicy' resource.",
                            "READ.iam.LdapPolicyInventory": "Read a 'iam.LdapPolicyInventory' resource.",
                            "CREATE.iam.LdapProvider": "Create a 'iam.LdapProvider' resource.",
                            "DELETE.iam.LdapProvider": "Delete a 'iam.LdapProvider' resource.",
                            "READ.iam.LdapProvider": "Read a 'iam.LdapProvider' resource.",
                            "UPDATE.iam.LdapProvider": "Update a 'iam.LdapProvider' resource.",
                            "READ.iam.LdapProviderInventory": "Read a 'iam.LdapProviderInventory' resource.",
                            "CREATE.iam.LocalUserPassword": "Create a 'iam.LocalUserPassword' resource.",
                            "READ.iam.LocalUserPassword": "Read a 'iam.LocalUserPassword' resource.",
                            "UPDATE.iam.LocalUserPassword": "Update a 'iam.LocalUserPassword' resource.",
                            "READ.iam.LocalUserPasswordPolicy": "Read a 'iam.LocalUserPasswordPolicy' resource.",
                            "UPDATE.iam.LocalUserPasswordPolicy": "Update a 'iam.LocalUserPasswordPolicy' resource.",
                            "DELETE.iam.OAuthToken": "Delete a 'iam.OAuthToken' resource.",
                            "READ.iam.OAuthToken": "Read a 'iam.OAuthToken' resource.",
                            "READ.iam.PasswordHistorySettingCollection": "Read a 'iam.PasswordHistorySettingCollection' resource.",
                            "CREATE.iam.Permission": "Create a 'iam.Permission' resource.",
                            "DELETE.iam.Permission": "Delete a 'iam.Permission' resource.",
                            "READ.iam.Permission": "Read a 'iam.Permission' resource.",
                            "UPDATE.iam.Permission": "Update a 'iam.Permission' resource.",
                            "CREATE.iam.PrivateKeySpec": "Create a 'iam.PrivateKeySpec' resource.",
                            "DELETE.iam.PrivateKeySpec": "Delete a 'iam.PrivateKeySpec' resource.",
                            "READ.iam.PrivateKeySpec": "Read a 'iam.PrivateKeySpec' resource.",
                            "UPDATE.iam.PrivateKeySpec": "Update a 'iam.PrivateKeySpec' resource.",
                            "READ.iam.Privilege": "Read a 'iam.Privilege' resource.",
                            "CREATE.iam.PrivilegeSet": "Create a 'iam.PrivilegeSet' resource.",
                            "DELETE.iam.PrivilegeSet": "Delete a 'iam.PrivilegeSet' resource.",
                            "READ.iam.PrivilegeSet": "Read a 'iam.PrivilegeSet' resource.",
                            "UPDATE.iam.PrivilegeSet": "Update a 'iam.PrivilegeSet' resource.",
                            "CREATE.iam.PrivilegeSetMetaInfo": "Create a 'iam.PrivilegeSetMetaInfo' resource.",
                            "READ.iam.PrivilegeSetMetaInfo": "Read a 'iam.PrivilegeSetMetaInfo' resource.",
                            "CREATE.iam.Qualifier": "Create a 'iam.Qualifier' resource.",
                            "DELETE.iam.Qualifier": "Delete a 'iam.Qualifier' resource.",
                            "READ.iam.Qualifier": "Read a 'iam.Qualifier' resource.",
                            "UPDATE.iam.Qualifier": "Update a 'iam.Qualifier' resource.",
                            "READ.iam.ResourceLimits": "Read a 'iam.ResourceLimits' resource.",
                            "UPDATE.iam.ResourceLimits": "Update a 'iam.ResourceLimits' resource.",
                            "READ.iam.ResourcePermission": "Read a 'iam.ResourcePermission' resource.",
                            "CREATE.iam.ResourceRoles": "Create a 'iam.ResourceRoles' resource.",
                            "DELETE.iam.ResourceRoles": "Delete a 'iam.ResourceRoles' resource.",
                            "READ.iam.ResourceRoles": "Read a 'iam.ResourceRoles' resource.",
                            "UPDATE.iam.ResourceRoles": "Update a 'iam.ResourceRoles' resource.",
                            "READ.iam.Role": "Read a 'iam.Role' resource.",
                            "READ.iam.SecurityHolder": "Read a 'iam.SecurityHolder' resource.",
                            "READ.iam.ServiceProvider": "Read a 'iam.ServiceProvider' resource.",
                            "DELETE.iam.Session": "Delete a 'iam.Session' resource.",
                            "READ.iam.Session": "Read a 'iam.Session' resource.",
                            "CREATE.iam.SessionLimits": "Create a 'iam.SessionLimits' resource.",
                            "DELETE.iam.SessionLimits": "Delete a 'iam.SessionLimits' resource.",
                            "READ.iam.SessionLimits": "Read a 'iam.SessionLimits' resource.",
                            "UPDATE.iam.SessionLimits": "Update a 'iam.SessionLimits' resource.",
                            "CREATE.iam.SharingRule": "Create a 'iam.SharingRule' resource.",
                            "DELETE.iam.SharingRule": "Delete a 'iam.SharingRule' resource.",
                            "READ.iam.SharingRule": "Read a 'iam.SharingRule' resource.",
                            "UPDATE.iam.SharingRule": "Update a 'iam.SharingRule' resource.",
                            "READ.iam.System": "Read a 'iam.System' resource.",
                            "READ.iam.TestIdpConfiguration": "Read a 'iam.TestIdpConfiguration' resource.",
                            "UPDATE.iam.TestIdpConfiguration": "Update a 'iam.TestIdpConfiguration' resource.",
                            "CREATE.iam.TrustPoint": "Create a 'iam.TrustPoint' resource.",
                            "DELETE.iam.TrustPoint": "Delete a 'iam.TrustPoint' resource.",
                            "READ.iam.TrustPoint": "Read a 'iam.TrustPoint' resource.",
                            "CREATE.iam.User": "Create a 'iam.User' resource.",
                            "DELETE.iam.User": "Delete a 'iam.User' resource.",
                            "READ.iam.User": "Read a 'iam.User' resource.",
                            "UPDATE.iam.User": "Update a 'iam.User' resource.",
                            "CREATE.iam.UserGroup": "Create a 'iam.UserGroup' resource.",
                            "DELETE.iam.UserGroup": "Delete a 'iam.UserGroup' resource.",
                            "READ.iam.UserGroup": "Read a 'iam.UserGroup' resource.",
                            "UPDATE.iam.UserGroup": "Update a 'iam.UserGroup' resource.",
                            "READ.iam.UserPreference": "Read a 'iam.UserPreference' resource.",
                            "UPDATE.iam.UserPreference": "Update a 'iam.UserPreference' resource.",
                            "CREATE.iam.UserQualifier": "Create a 'iam.UserQualifier' resource.",
                            "DELETE.iam.UserQualifier": "Delete a 'iam.UserQualifier' resource.",
                            "READ.iam.UserQualifier": "Read a 'iam.UserQualifier' resource.",
                            "UPDATE.iam.UserQualifier": "Update a 'iam.UserQualifier' resource.",
                            "CREATE.iam.UserSetting": "Create a 'iam.UserSetting' resource.",
                            "READ.iam.UserSetting": "Read a 'iam.UserSetting' resource.",
                            "UPDATE.iam.UserSetting": "Update a 'iam.UserSetting' resource.",
                            "READ.inventory.DeviceInfo": "Read a 'inventory.DeviceInfo' resource.",
                            "READ.inventory.DnMoBinding": "Read a 'inventory.DnMoBinding' resource.",
                            "READ.inventory.GenericInventory": "Read a 'inventory.GenericInventory' resource.",
                            "UPDATE.inventory.GenericInventory": "Update a 'inventory.GenericInventory' resource.",
                            "READ.inventory.GenericInventoryHolder": "Read a 'inventory.GenericInventoryHolder' resource.",
                            "UPDATE.inventory.GenericInventoryHolder": "Update a 'inventory.GenericInventoryHolder' resource.",
                            "CREATE.inventory.Request": "Create a 'inventory.Request' resource.",
                            "CREATE.ipmioverlan.Policy": "Create a 'ipmioverlan.Policy' resource.",
                            "DELETE.ipmioverlan.Policy": "Delete a 'ipmioverlan.Policy' resource.",
                            "READ.ipmioverlan.Policy": "Read a 'ipmioverlan.Policy' resource.",
                            "UPDATE.ipmioverlan.Policy": "Update a 'ipmioverlan.Policy' resource.",
                            "READ.ipmioverlan.PolicyInventory": "Read a 'ipmioverlan.PolicyInventory' resource.",
                            "READ.ippool.BlockLease": "Read a 'ippool.BlockLease' resource.",
                            "DELETE.ippool.IpLease": "Delete a 'ippool.IpLease' resource.",
                            "READ.ippool.IpLease": "Read a 'ippool.IpLease' resource.",
                            "CREATE.ippool.Pool": "Create a 'ippool.Pool' resource.",
                            "DELETE.ippool.Pool": "Delete a 'ippool.Pool' resource.",
                            "READ.ippool.Pool": "Read a 'ippool.Pool' resource.",
                            "UPDATE.ippool.Pool": "Update a 'ippool.Pool' resource.",
                            "READ.ippool.PoolMember": "Read a 'ippool.PoolMember' resource.",
                            "CREATE.ippool.Reservation": "Create a 'ippool.Reservation' resource.",
                            "DELETE.ippool.Reservation": "Delete a 'ippool.Reservation' resource.",
                            "READ.ippool.Reservation": "Read a 'ippool.Reservation' resource.",
                            "UPDATE.ippool.Reservation": "Update a 'ippool.Reservation' resource.",
                            "READ.ippool.ShadowBlock": "Read a 'ippool.ShadowBlock' resource.",
                            "READ.ippool.ShadowPool": "Read a 'ippool.ShadowPool' resource.",
                            "READ.ippool.Universe": "Read a 'ippool.Universe' resource.",
                            "READ.iqnpool.Block": "Read a 'iqnpool.Block' resource.",
                            "DELETE.iqnpool.Lease": "Delete a 'iqnpool.Lease' resource.",
                            "READ.iqnpool.Lease": "Read a 'iqnpool.Lease' resource.",
                            "CREATE.iqnpool.Pool": "Create a 'iqnpool.Pool' resource.",
                            "DELETE.iqnpool.Pool": "Delete a 'iqnpool.Pool' resource.",
                            "READ.iqnpool.Pool": "Read a 'iqnpool.Pool' resource.",
                            "UPDATE.iqnpool.Pool": "Update a 'iqnpool.Pool' resource.",
                            "READ.iqnpool.PoolMember": "Read a 'iqnpool.PoolMember' resource.",
                            "CREATE.iqnpool.Reservation": "Create a 'iqnpool.Reservation' resource.",
                            "DELETE.iqnpool.Reservation": "Delete a 'iqnpool.Reservation' resource.",
                            "READ.iqnpool.Reservation": "Read a 'iqnpool.Reservation' resource.",
                            "READ.iqnpool.Universe": "Read a 'iqnpool.Universe' resource.",
                            "READ.iwotenant.MaintenanceNotification": "Read a 'iwotenant.MaintenanceNotification' resource.",
                            "CREATE.iwotenant.Migrate": "Create a 'iwotenant.Migrate' resource.",
                            "READ.iwotenant.Migrate": "Read a 'iwotenant.Migrate' resource.",
                            "UPDATE.iwotenant.Migrate": "Update a 'iwotenant.Migrate' resource.",
                            "CREATE.iwotenant.TenantCustomization": "Create a 'iwotenant.TenantCustomization' resource.",
                            "DELETE.iwotenant.TenantCustomization": "Delete a 'iwotenant.TenantCustomization' resource.",
                            "READ.iwotenant.TenantCustomization": "Read a 'iwotenant.TenantCustomization' resource.",
                            "UPDATE.iwotenant.TenantCustomization": "Update a 'iwotenant.TenantCustomization' resource.",
                            "READ.iwotenant.TenantStatus": "Read a 'iwotenant.TenantStatus' resource.",
                            "CREATE.kvm.Policy": "Create a 'kvm.Policy' resource.",
                            "DELETE.kvm.Policy": "Delete a 'kvm.Policy' resource.",
                            "READ.kvm.Policy": "Read a 'kvm.Policy' resource.",
                            "UPDATE.kvm.Policy": "Update a 'kvm.Policy' resource.",
                            "READ.kvm.PolicyInventory": "Read a 'kvm.PolicyInventory' resource.",
                            "CREATE.kvm.Session": "Create a 'kvm.Session' resource.",
                            "READ.kvm.Session": "Read a 'kvm.Session' resource.",
                            "UPDATE.kvm.Session": "Update a 'kvm.Session' resource.",
                            "CREATE.kvm.Tunnel": "Create a 'kvm.Tunnel' resource.",
                            "READ.kvm.Tunnel": "Read a 'kvm.Tunnel' resource.",
                            "CREATE.kvm.TunneledKvmPolicy": "Create a 'kvm.TunneledKvmPolicy' resource.",
                            "DELETE.kvm.TunneledKvmPolicy": "Delete a 'kvm.TunneledKvmPolicy' resource.",
                            "READ.kvm.TunneledKvmPolicy": "Read a 'kvm.TunneledKvmPolicy' resource.",
                            "UPDATE.kvm.TunneledKvmPolicy": "Update a 'kvm.TunneledKvmPolicy' resource.",
                            "READ.license.AccountLicenseData": "Read a 'license.AccountLicenseData' resource.",
                            "UPDATE.license.AccountLicenseData": "Update a 'license.AccountLicenseData' resource.",
                            "READ.license.CustomerOp": "Read a 'license.CustomerOp' resource.",
                            "UPDATE.license.CustomerOp": "Update a 'license.CustomerOp' resource.",
                            "READ.license.ErpCustomerOp": "Read a 'license.ErpCustomerOp' resource.",
                            "UPDATE.license.ErpCustomerOp": "Update a 'license.ErpCustomerOp' resource.",
                            "CREATE.license.ErpLicenseCount": "Create a 'license.ErpLicenseCount' resource.",
                            "READ.license.ErpLicenseCount": "Read a 'license.ErpLicenseCount' resource.",
                            "READ.license.IksCustomerOp": "Read a 'license.IksCustomerOp' resource.",
                            "UPDATE.license.IksCustomerOp": "Update a 'license.IksCustomerOp' resource.",
                            "CREATE.license.IksLicenseCount": "Create a 'license.IksLicenseCount' resource.",
                            "READ.license.IksLicenseCount": "Read a 'license.IksLicenseCount' resource.",
                            "UPDATE.license.IksLicenseCount": "Update a 'license.IksLicenseCount' resource.",
                            "READ.license.IncCustomerOp": "Read a 'license.IncCustomerOp' resource.",
                            "UPDATE.license.IncCustomerOp": "Update a 'license.IncCustomerOp' resource.",
                            "CREATE.license.IncLicenseCount": "Create a 'license.IncLicenseCount' resource.",
                            "READ.license.IncLicenseCount": "Read a 'license.IncLicenseCount' resource.",
                            "UPDATE.license.IncLicenseCount": "Update a 'license.IncLicenseCount' resource.",
                            "READ.license.IwoCustomerOp": "Read a 'license.IwoCustomerOp' resource.",
                            "UPDATE.license.IwoCustomerOp": "Update a 'license.IwoCustomerOp' resource.",
                            "CREATE.license.IwoLicenseCount": "Create a 'license.IwoLicenseCount' resource.",
                            "READ.license.IwoLicenseCount": "Read a 'license.IwoLicenseCount' resource.",
                            "UPDATE.license.IwoLicenseCount": "Update a 'license.IwoLicenseCount' resource.",
                            "CREATE.license.LicenseInfo": "Create a 'license.LicenseInfo' resource.",
                            "READ.license.LicenseInfo": "Read a 'license.LicenseInfo' resource.",
                            "UPDATE.license.LicenseInfo": "Update a 'license.LicenseInfo' resource.",
                            "READ.license.LicenseInfoView": "Read a 'license.LicenseInfoView' resource.",
                            "READ.license.LicenseRegistrationStatus": "Read a 'license.LicenseRegistrationStatus' resource.",
                            "UPDATE.license.LicenseRegistrationStatus": "Update a 'license.LicenseRegistrationStatus' resource.",
                            "CREATE.license.LicenseReservationOp": "Create a 'license.LicenseReservationOp' resource.",
                            "READ.license.LicenseReservationOp": "Read a 'license.LicenseReservationOp' resource.",
                            "UPDATE.license.LicenseReservationOp": "Update a 'license.LicenseReservationOp' resource.",
                            "READ.license.SmartlicenseToken": "Read a 'license.SmartlicenseToken' resource.",
                            "UPDATE.license.SmartlicenseToken": "Update a 'license.SmartlicenseToken' resource.",
                            "READ.ls.ServiceProfile": "Read a 'ls.ServiceProfile' resource.",
                            "UPDATE.ls.ServiceProfile": "Update a 'ls.ServiceProfile' resource.",
                            "READ.macpool.IdBlock": "Read a 'macpool.IdBlock' resource.",
                            "DELETE.macpool.Lease": "Delete a 'macpool.Lease' resource.",
                            "READ.macpool.Lease": "Read a 'macpool.Lease' resource.",
                            "CREATE.macpool.Pool": "Create a 'macpool.Pool' resource.",
                            "DELETE.macpool.Pool": "Delete a 'macpool.Pool' resource.",
                            "READ.macpool.Pool": "Read a 'macpool.Pool' resource.",
                            "UPDATE.macpool.Pool": "Update a 'macpool.Pool' resource.",
                            "READ.macpool.PoolMember": "Read a 'macpool.PoolMember' resource.",
                            "CREATE.macpool.Reservation": "Create a 'macpool.Reservation' resource.",
                            "DELETE.macpool.Reservation": "Delete a 'macpool.Reservation' resource.",
                            "READ.macpool.Reservation": "Read a 'macpool.Reservation' resource.",
                            "UPDATE.macpool.Reservation": "Update a 'macpool.Reservation' resource.",
                            "READ.macpool.Universe": "Read a 'macpool.Universe' resource.",
                            "READ.management.Controller": "Read a 'management.Controller' resource.",
                            "UPDATE.management.Controller": "Update a 'management.Controller' resource.",
                            "READ.management.Entity": "Read a 'management.Entity' resource.",
                            "UPDATE.management.Entity": "Update a 'management.Entity' resource.",
                            "READ.management.Interface": "Read a 'management.Interface' resource.",
                            "UPDATE.management.Interface": "Update a 'management.Interface' resource.",
                            "READ.memory.Array": "Read a 'memory.Array' resource.",
                            "UPDATE.memory.Array": "Update a 'memory.Array' resource.",
                            "READ.memory.PersistentMemoryConfigResult": "Read a 'memory.PersistentMemoryConfigResult' resource.",
                            "UPDATE.memory.PersistentMemoryConfigResult": "Update a 'memory.PersistentMemoryConfigResult' resource.",
                            "READ.memory.PersistentMemoryConfiguration": "Read a 'memory.PersistentMemoryConfiguration' resource.",
                            "UPDATE.memory.PersistentMemoryConfiguration": "Update a 'memory.PersistentMemoryConfiguration' resource.",
                            "READ.memory.PersistentMemoryNamespace": "Read a 'memory.PersistentMemoryNamespace' resource.",
                            "UPDATE.memory.PersistentMemoryNamespace": "Update a 'memory.PersistentMemoryNamespace' resource.",
                            "READ.memory.PersistentMemoryNamespaceConfigResult": "Read a 'memory.PersistentMemoryNamespaceConfigResult' resource.",
                            "UPDATE.memory.PersistentMemoryNamespaceConfigResult": "Update a 'memory.PersistentMemoryNamespaceConfigResult' resource.",
                            "CREATE.memory.PersistentMemoryPolicy": "Create a 'memory.PersistentMemoryPolicy' resource.",
                            "DELETE.memory.PersistentMemoryPolicy": "Delete a 'memory.PersistentMemoryPolicy' resource.",
                            "READ.memory.PersistentMemoryPolicy": "Read a 'memory.PersistentMemoryPolicy' resource.",
                            "UPDATE.memory.PersistentMemoryPolicy": "Update a 'memory.PersistentMemoryPolicy' resource.",
                            "READ.memory.PersistentMemoryRegion": "Read a 'memory.PersistentMemoryRegion' resource.",
                            "UPDATE.memory.PersistentMemoryRegion": "Update a 'memory.PersistentMemoryRegion' resource.",
                            "READ.memory.PersistentMemoryUnit": "Read a 'memory.PersistentMemoryUnit' resource.",
                            "UPDATE.memory.PersistentMemoryUnit": "Update a 'memory.PersistentMemoryUnit' resource.",
                            "CREATE.memory.Policy": "Create a 'memory.Policy' resource.",
                            "DELETE.memory.Policy": "Delete a 'memory.Policy' resource.",
                            "READ.memory.Policy": "Read a 'memory.Policy' resource.",
                            "UPDATE.memory.Policy": "Update a 'memory.Policy' resource.",
                            "READ.memory.PolicyInventory": "Read a 'memory.PolicyInventory' resource.",
                            "READ.memory.Unit": "Read a 'memory.Unit' resource.",
                            "UPDATE.memory.Unit": "Update a 'memory.Unit' resource.",
                            "READ.meraki.Device": "Read a 'meraki.Device' resource.",
                            "READ.meraki.Network": "Read a 'meraki.Network' resource.",
                            "READ.meraki.Organization": "Read a 'meraki.Organization' resource.",
                            "READ.meraki.PortProfile": "Read a 'meraki.PortProfile' resource.",
                            "READ.meraki.Tag": "Read a 'meraki.Tag' resource.",
                            "READ.meta.Definition": "Read a 'meta.Definition' resource.",
                            "READ.metrics.Configuration": "Read a 'metrics.Configuration' resource.",
                            "UPDATE.metrics.Configuration": "Update a 'metrics.Configuration' resource.",
                            "CREATE.metrics.MetricsExploration": "Create a 'metrics.MetricsExploration' resource.",
                            "DELETE.metrics.MetricsExploration": "Delete a 'metrics.MetricsExploration' resource.",
                            "READ.metrics.MetricsExploration": "Read a 'metrics.MetricsExploration' resource.",
                            "UPDATE.metrics.MetricsExploration": "Update a 'metrics.MetricsExploration' resource.",
                            "CREATE.metrics.ResourceConfiguration": "Create a 'metrics.ResourceConfiguration' resource.",
                            "READ.metrics.ResourceConfiguration": "Read a 'metrics.ResourceConfiguration' resource.",
                            "UPDATE.metrics.ResourceConfiguration": "Update a 'metrics.ResourceConfiguration' resource.",
                            "READ.mgmt.BackupCategory": "Read a 'mgmt.BackupCategory' resource.",
                            "CREATE.mgmt.ConfigBackupFile": "Create a 'mgmt.ConfigBackupFile' resource.",
                            "DELETE.mgmt.ConfigBackupFile": "Delete a 'mgmt.ConfigBackupFile' resource.",
                            "READ.mgmt.ConfigBackupFile": "Read a 'mgmt.ConfigBackupFile' resource.",
                            "UPDATE.mgmt.ConfigBackupFile": "Update a 'mgmt.ConfigBackupFile' resource.",
                            "DELETE.mgmt.ConfigBackupInstance": "Delete a 'mgmt.ConfigBackupInstance' resource.",
                            "READ.mgmt.ConfigBackupInstance": "Read a 'mgmt.ConfigBackupInstance' resource.",
                            "UPDATE.mgmt.ConfigBackupInstance": "Update a 'mgmt.ConfigBackupInstance' resource.",
                            "CREATE.mgmt.ConfigBackupOperation": "Create a 'mgmt.ConfigBackupOperation' resource.",
                            "DELETE.mgmt.ConfigBackupOperation": "Delete a 'mgmt.ConfigBackupOperation' resource.",
                            "READ.mgmt.ConfigBackupOperation": "Read a 'mgmt.ConfigBackupOperation' resource.",
                            "UPDATE.mgmt.ConfigBackupOperation": "Update a 'mgmt.ConfigBackupOperation' resource.",
                            "READ.mgmt.ConfigCategorySummary": "Read a 'mgmt.ConfigCategorySummary' resource.",
                            "CREATE.mgmt.ConfigOperationSetting": "Create a 'mgmt.ConfigOperationSetting' resource.",
                            "DELETE.mgmt.ConfigOperationSetting": "Delete a 'mgmt.ConfigOperationSetting' resource.",
                            "READ.mgmt.ConfigOperationSetting": "Read a 'mgmt.ConfigOperationSetting' resource.",
                            "UPDATE.mgmt.ConfigOperationSetting": "Update a 'mgmt.ConfigOperationSetting' resource.",
                            "READ.mgmt.ConfigRestoreCategorySummary": "Read a 'mgmt.ConfigRestoreCategorySummary' resource.",
                            "CREATE.mgmt.ConfigRestoreOperation": "Create a 'mgmt.ConfigRestoreOperation' resource.",
                            "DELETE.mgmt.ConfigRestoreOperation": "Delete a 'mgmt.ConfigRestoreOperation' resource.",
                            "READ.mgmt.ConfigRestoreOperation": "Read a 'mgmt.ConfigRestoreOperation' resource.",
                            "READ.mgmt.ObjectBackupMeta": "Read a 'mgmt.ObjectBackupMeta' resource.",
                            "READ.mgmt.OrgBackupOperation": "Read a 'mgmt.OrgBackupOperation' resource.",
                            "READ.mgmt.OrgRestoreOperation": "Read a 'mgmt.OrgRestoreOperation' resource.",
                            "READ.monitoring.HealthStatus": "Read a 'monitoring.HealthStatus' resource.",
                            "READ.network.DiscoveredNeighbor": "Read a 'network.DiscoveredNeighbor' resource.",
                            "READ.network.Dns": "Read a 'network.Dns' resource.",
                            "READ.network.Element": "Read a 'network.Element' resource.",
                            "UPDATE.network.Element": "Update a 'network.Element' resource.",
                            "READ.network.ElementSummary": "Read a 'network.ElementSummary' resource.",
                            "READ.network.FcZoneInfo": "Read a 'network.FcZoneInfo' resource.",
                            "UPDATE.network.FcZoneInfo": "Update a 'network.FcZoneInfo' resource.",
                            "READ.network.FeatureControl": "Read a 'network.FeatureControl' resource.",
                            "READ.network.InterfaceList": "Read a 'network.InterfaceList' resource.",
                            "READ.network.LicenseFile": "Read a 'network.LicenseFile' resource.",
                            "READ.network.SecureRouter": "Read a 'network.SecureRouter' resource.",
                            "UPDATE.network.SecureRouter": "Update a 'network.SecureRouter' resource.",
                            "READ.network.SecureRouterSetting": "Read a 'network.SecureRouterSetting' resource.",
                            "UPDATE.network.SecureRouterSetting": "Update a 'network.SecureRouterSetting' resource.",
                            "READ.network.SupervisorCard": "Read a 'network.SupervisorCard' resource.",
                            "READ.network.TelemetryCheck": "Read a 'network.TelemetryCheck' resource.",
                            "READ.network.Vethernet": "Read a 'network.Vethernet' resource.",
                            "UPDATE.network.Vethernet": "Update a 'network.Vethernet' resource.",
                            "READ.network.Vfc": "Read a 'network.Vfc' resource.",
                            "UPDATE.network.Vfc": "Update a 'network.Vfc' resource.",
                            "READ.network.VlanPortInfo": "Read a 'network.VlanPortInfo' resource.",
                            "UPDATE.network.VlanPortInfo": "Update a 'network.VlanPortInfo' resource.",
                            "READ.network.VpcDomain": "Read a 'network.VpcDomain' resource.",
                            "READ.network.VpcMember": "Read a 'network.VpcMember' resource.",
                            "READ.network.VpcPeer": "Read a 'network.VpcPeer' resource.",
                            "READ.network.Vrf": "Read a 'network.Vrf' resource.",
                            "CREATE.networkconfig.Policy": "Create a 'networkconfig.Policy' resource.",
                            "DELETE.networkconfig.Policy": "Delete a 'networkconfig.Policy' resource.",
                            "READ.networkconfig.Policy": "Read a 'networkconfig.Policy' resource.",
                            "UPDATE.networkconfig.Policy": "Update a 'networkconfig.Policy' resource.",
                            "READ.networkconfig.PolicyInventory": "Read a 'networkconfig.PolicyInventory' resource.",
                            "READ.niaapi.ApicCcoPost": "Read a 'niaapi.ApicCcoPost' resource.",
                            "READ.niaapi.ApicFieldNotice": "Read a 'niaapi.ApicFieldNotice' resource.",
                            "READ.niaapi.ApicHweol": "Read a 'niaapi.ApicHweol' resource.",
                            "READ.niaapi.ApicLatestMaintainedRelease": "Read a 'niaapi.ApicLatestMaintainedRelease' resource.",
                            "READ.niaapi.ApicReleaseRecommend": "Read a 'niaapi.ApicReleaseRecommend' resource.",
                            "READ.niaapi.ApicSweol": "Read a 'niaapi.ApicSweol' resource.",
                            "READ.niaapi.DcnmCcoPost": "Read a 'niaapi.DcnmCcoPost' resource.",
                            "READ.niaapi.DcnmFieldNotice": "Read a 'niaapi.DcnmFieldNotice' resource.",
                            "READ.niaapi.DcnmHweol": "Read a 'niaapi.DcnmHweol' resource.",
                            "READ.niaapi.DcnmLatestMaintainedRelease": "Read a 'niaapi.DcnmLatestMaintainedRelease' resource.",
                            "READ.niaapi.DcnmReleaseRecommend": "Read a 'niaapi.DcnmReleaseRecommend' resource.",
                            "READ.niaapi.DcnmSweol": "Read a 'niaapi.DcnmSweol' resource.",
                            "READ.niaapi.FileDownloader": "Read a 'niaapi.FileDownloader' resource.",
                            "READ.niaapi.NdEncryptedFileDownload": "Read a 'niaapi.NdEncryptedFileDownload' resource.",
                            "READ.niaapi.NdMetadata": "Read a 'niaapi.NdMetadata' resource.",
                            "READ.niaapi.NdMetadataFileDownloader": "Read a 'niaapi.NdMetadataFileDownloader' resource.",
                            "READ.niaapi.NdMetadataSoftwareDownload": "Read a 'niaapi.NdMetadataSoftwareDownload' resource.",
                            "READ.niaapi.NiaMetadata": "Read a 'niaapi.NiaMetadata' resource.",
                            "READ.niaapi.NibFileDownloader": "Read a 'niaapi.NibFileDownloader' resource.",
                            "READ.niaapi.NibMetadata": "Read a 'niaapi.NibMetadata' resource.",
                            "READ.niaapi.PuvScriptDownloader": "Read a 'niaapi.PuvScriptDownloader' resource.",
                            "READ.niaapi.SnValidatorMetadata": "Read a 'niaapi.SnValidatorMetadata' resource.",
                            "READ.niaapi.UpgradeAssistFile": "Read a 'niaapi.UpgradeAssistFile' resource.",
                            "READ.niaapi.VersionRegex": "Read a 'niaapi.VersionRegex' resource.",
                            "READ.niatelemetry.AaaLdapProviderDetails": "Read a 'niatelemetry.AaaLdapProviderDetails' resource.",
                            "READ.niatelemetry.AaaRadiusProviderDetails": "Read a 'niatelemetry.AaaRadiusProviderDetails' resource.",
                            "READ.niatelemetry.AaaTacacsProviderDetails": "Read a 'niatelemetry.AaaTacacsProviderDetails' resource.",
                            "READ.niatelemetry.Anomaly": "Read a 'niatelemetry.Anomaly' resource.",
                            "READ.niatelemetry.ApicAppPluginDetails": "Read a 'niatelemetry.ApicAppPluginDetails' resource.",
                            "READ.niatelemetry.ApicCoreFileDetails": "Read a 'niatelemetry.ApicCoreFileDetails' resource.",
                            "READ.niatelemetry.ApicDbgexpRsExportDest": "Read a 'niatelemetry.ApicDbgexpRsExportDest' resource.",
                            "READ.niatelemetry.ApicDbgexpRsTsScheduler": "Read a 'niatelemetry.ApicDbgexpRsTsScheduler' resource.",
                            "READ.niatelemetry.ApicFanDetails": "Read a 'niatelemetry.ApicFanDetails' resource.",
                            "READ.niatelemetry.ApicFexDetails": "Read a 'niatelemetry.ApicFexDetails' resource.",
                            "READ.niatelemetry.ApicFlashDetails": "Read a 'niatelemetry.ApicFlashDetails' resource.",
                            "READ.niatelemetry.ApicNtpAuth": "Read a 'niatelemetry.ApicNtpAuth' resource.",
                            "READ.niatelemetry.ApicPerformanceData": "Read a 'niatelemetry.ApicPerformanceData' resource.",
                            "READ.niatelemetry.ApicPodData": "Read a 'niatelemetry.ApicPodData' resource.",
                            "READ.niatelemetry.ApicPsuDetails": "Read a 'niatelemetry.ApicPsuDetails' resource.",
                            "READ.niatelemetry.ApicRealmDetails": "Read a 'niatelemetry.ApicRealmDetails' resource.",
                            "READ.niatelemetry.ApicSnmpClientGrpDetails": "Read a 'niatelemetry.ApicSnmpClientGrpDetails' resource.",
                            "READ.niatelemetry.ApicSnmpCommunityAccessDetails": "Read a 'niatelemetry.ApicSnmpCommunityAccessDetails' resource.",
                            "READ.niatelemetry.ApicSnmpCommunityDetails": "Read a 'niatelemetry.ApicSnmpCommunityDetails' resource.",
                            "READ.niatelemetry.ApicSnmpTrapDetails": "Read a 'niatelemetry.ApicSnmpTrapDetails' resource.",
                            "READ.niatelemetry.ApicSnmpTrapFwdServerDetails": "Read a 'niatelemetry.ApicSnmpTrapFwdServerDetails' resource.",
                            "READ.niatelemetry.ApicSnmpVersionThreeDetails": "Read a 'niatelemetry.ApicSnmpVersionThreeDetails' resource.",
                            "READ.niatelemetry.ApicSysLogGrp": "Read a 'niatelemetry.ApicSysLogGrp' resource.",
                            "READ.niatelemetry.ApicSysLogSrc": "Read a 'niatelemetry.ApicSysLogSrc' resource.",
                            "READ.niatelemetry.ApicTransceiverDetails": "Read a 'niatelemetry.ApicTransceiverDetails' resource.",
                            "READ.niatelemetry.ApicUiPageCounts": "Read a 'niatelemetry.ApicUiPageCounts' resource.",
                            "READ.niatelemetry.ApicVision": "Read a 'niatelemetry.ApicVision' resource.",
                            "READ.niatelemetry.AppDetails": "Read a 'niatelemetry.AppDetails' resource.",
                            "READ.niatelemetry.CloudDetails": "Read a 'niatelemetry.CloudDetails' resource.",
                            "READ.niatelemetry.Cluster": "Read a 'niatelemetry.Cluster' resource.",
                            "READ.niatelemetry.ClusterNode": "Read a 'niatelemetry.ClusterNode' resource.",
                            "READ.niatelemetry.CommonPolicies": "Read a 'niatelemetry.CommonPolicies' resource.",
                            "READ.niatelemetry.Controller": "Read a 'niatelemetry.Controller' resource.",
                            "READ.niatelemetry.DcnmFanDetails": "Read a 'niatelemetry.DcnmFanDetails' resource.",
                            "READ.niatelemetry.DcnmFexDetails": "Read a 'niatelemetry.DcnmFexDetails' resource.",
                            "READ.niatelemetry.DcnmModuleDetails": "Read a 'niatelemetry.DcnmModuleDetails' resource.",
                            "READ.niatelemetry.DcnmPsuDetails": "Read a 'niatelemetry.DcnmPsuDetails' resource.",
                            "READ.niatelemetry.DcnmTransceiverDetails": "Read a 'niatelemetry.DcnmTransceiverDetails' resource.",
                            "READ.niatelemetry.DomInfoObject": "Read a 'niatelemetry.DomInfoObject' resource.",
                            "READ.niatelemetry.DomThresInfoObject": "Read a 'niatelemetry.DomThresInfoObject' resource.",
                            "READ.niatelemetry.Epg": "Read a 'niatelemetry.Epg' resource.",
                            "READ.niatelemetry.Fabric": "Read a 'niatelemetry.Fabric' resource.",
                            "READ.niatelemetry.FabricModuleDetails": "Read a 'niatelemetry.FabricModuleDetails' resource.",
                            "READ.niatelemetry.FabricNodeControlDetails": "Read a 'niatelemetry.FabricNodeControlDetails' resource.",
                            "READ.niatelemetry.FabricPodProfile": "Read a 'niatelemetry.FabricPodProfile' resource.",
                            "READ.niatelemetry.FabricPodSs": "Read a 'niatelemetry.FabricPodSs' resource.",
                            "READ.niatelemetry.Fault": "Read a 'niatelemetry.Fault' resource.",
                            "READ.niatelemetry.HcloudDetails": "Read a 'niatelemetry.HcloudDetails' resource.",
                            "READ.niatelemetry.HealthInsightsData": "Read a 'niatelemetry.HealthInsightsData' resource.",
                            "READ.niatelemetry.HttpsAclContractDetails": "Read a 'niatelemetry.HttpsAclContractDetails' resource.",
                            "READ.niatelemetry.HttpsAclContractFilterMap": "Read a 'niatelemetry.HttpsAclContractFilterMap' resource.",
                            "READ.niatelemetry.HttpsAclEpgContractMap": "Read a 'niatelemetry.HttpsAclEpgContractMap' resource.",
                            "READ.niatelemetry.HttpsAclEpgDetails": "Read a 'niatelemetry.HttpsAclEpgDetails' resource.",
                            "READ.niatelemetry.HttpsAclFilterDetails": "Read a 'niatelemetry.HttpsAclFilterDetails' resource.",
                            "READ.niatelemetry.InsightGroupDetails": "Read a 'niatelemetry.InsightGroupDetails' resource.",
                            "READ.niatelemetry.Lc": "Read a 'niatelemetry.Lc' resource.",
                            "READ.niatelemetry.LeafPolGrpDetails": "Read a 'niatelemetry.LeafPolGrpDetails' resource.",
                            "READ.niatelemetry.Link": "Read a 'niatelemetry.Link' resource.",
                            "READ.niatelemetry.MdsNeighbors": "Read a 'niatelemetry.MdsNeighbors' resource.",
                            "READ.niatelemetry.MsoContractDetails": "Read a 'niatelemetry.MsoContractDetails' resource.",
                            "READ.niatelemetry.MsoEpgDetails": "Read a 'niatelemetry.MsoEpgDetails' resource.",
                            "READ.niatelemetry.MsoSchemaDetails": "Read a 'niatelemetry.MsoSchemaDetails' resource.",
                            "READ.niatelemetry.MsoSiteDetails": "Read a 'niatelemetry.MsoSiteDetails' resource.",
                            "READ.niatelemetry.MsoTenantDetails": "Read a 'niatelemetry.MsoTenantDetails' resource.",
                            "READ.niatelemetry.Neighbor": "Read a 'niatelemetry.Neighbor' resource.",
                            "READ.niatelemetry.Network": "Read a 'niatelemetry.Network' resource.",
                            "READ.niatelemetry.NexusCloudAccount": "Read a 'niatelemetry.NexusCloudAccount' resource.",
                            "READ.niatelemetry.NexusCloudSite": "Read a 'niatelemetry.NexusCloudSite' resource.",
                            "READ.niatelemetry.NexusDashboardControllerDetails": "Read a 'niatelemetry.NexusDashboardControllerDetails' resource.",
                            "READ.niatelemetry.NexusDashboardDetails": "Read a 'niatelemetry.NexusDashboardDetails' resource.",
                            "READ.niatelemetry.NexusDashboardMemoryDetails": "Read a 'niatelemetry.NexusDashboardMemoryDetails' resource.",
                            "READ.niatelemetry.NexusDashboards": "Read a 'niatelemetry.NexusDashboards' resource.",
                            "READ.niatelemetry.NiaFeatureUsage": "Read a 'niatelemetry.NiaFeatureUsage' resource.",
                            "READ.niatelemetry.NiaInventory": "Read a 'niatelemetry.NiaInventory' resource.",
                            "READ.niatelemetry.NiaInventoryDcnm": "Read a 'niatelemetry.NiaInventoryDcnm' resource.",
                            "READ.niatelemetry.NiaInventoryFabric": "Read a 'niatelemetry.NiaInventoryFabric' resource.",
                            "READ.niatelemetry.NiaLicenseState": "Read a 'niatelemetry.NiaLicenseState' resource.",
                            "READ.niatelemetry.Nicc": "Read a 'niatelemetry.Nicc' resource.",
                            "READ.niatelemetry.PasswordStrengthCheck": "Read a 'niatelemetry.PasswordStrengthCheck' resource.",
                            "READ.niatelemetry.PodCommPolicies": "Read a 'niatelemetry.PodCommPolicies' resource.",
                            "READ.niatelemetry.PodSnmpPolicies": "Read a 'niatelemetry.PodSnmpPolicies' resource.",
                            "READ.niatelemetry.PodTimeServerPolicies": "Read a 'niatelemetry.PodTimeServerPolicies' resource.",
                            "READ.niatelemetry.Route": "Read a 'niatelemetry.Route' resource.",
                            "READ.niatelemetry.SiteInventory": "Read a 'niatelemetry.SiteInventory' resource.",
                            "READ.niatelemetry.SnmpSrc": "Read a 'niatelemetry.SnmpSrc' resource.",
                            "READ.niatelemetry.SpinePolGrpDetails": "Read a 'niatelemetry.SpinePolGrpDetails' resource.",
                            "READ.niatelemetry.SshVersionTwo": "Read a 'niatelemetry.SshVersionTwo' resource.",
                            "READ.niatelemetry.SupervisorModuleDetails": "Read a 'niatelemetry.SupervisorModuleDetails' resource.",
                            "READ.niatelemetry.Switch": "Read a 'niatelemetry.Switch' resource.",
                            "READ.niatelemetry.SwitchInterface": "Read a 'niatelemetry.SwitchInterface' resource.",
                            "READ.niatelemetry.SyslogRemoteDest": "Read a 'niatelemetry.SyslogRemoteDest' resource.",
                            "READ.niatelemetry.SyslogSysMsg": "Read a 'niatelemetry.SyslogSysMsg' resource.",
                            "READ.niatelemetry.SyslogSysMsgFacFilter": "Read a 'niatelemetry.SyslogSysMsgFacFilter' resource.",
                            "READ.niatelemetry.SystemControllerDetails": "Read a 'niatelemetry.SystemControllerDetails' resource.",
                            "READ.niatelemetry.Tenant": "Read a 'niatelemetry.Tenant' resource.",
                            "CREATE.notification.AccountSubscription": "Create a 'notification.AccountSubscription' resource.",
                            "DELETE.notification.AccountSubscription": "Delete a 'notification.AccountSubscription' resource.",
                            "READ.notification.AccountSubscription": "Read a 'notification.AccountSubscription' resource.",
                            "UPDATE.notification.AccountSubscription": "Update a 'notification.AccountSubscription' resource.",
                            "READ.ntp.NtpServer": "Read a 'ntp.NtpServer' resource.",
                            "CREATE.ntp.Policy": "Create a 'ntp.Policy' resource.",
                            "DELETE.ntp.Policy": "Delete a 'ntp.Policy' resource.",
                            "READ.ntp.Policy": "Read a 'ntp.Policy' resource.",
                            "UPDATE.ntp.Policy": "Update a 'ntp.Policy' resource.",
                            "READ.ntp.PolicyInventory": "Read a 'ntp.PolicyInventory' resource.",
                            "DELETE.oauth.AccessToken": "Delete a 'oauth.AccessToken' resource.",
                            "READ.oauth.AccessToken": "Read a 'oauth.AccessToken' resource.",
                            "CREATE.oauth.Authorization": "Create a 'oauth.Authorization' resource.",
                            "READ.oauth.Authorization": "Read a 'oauth.Authorization' resource.",
                            "UPDATE.oauth.Authorization": "Update a 'oauth.Authorization' resource.",
                            "READ.onprem.ApplianceSystemInfo": "Read a 'onprem.ApplianceSystemInfo' resource.",
                            "READ.onprem.AuditRecord": "Read a 'onprem.AuditRecord' resource.",
                            "READ.onprem.Upgrade": "Read a 'onprem.Upgrade' resource.",
                            "UPDATE.onprem.Upgrade": "Update a 'onprem.Upgrade' resource.",
                            "READ.onprem.UserPreference": "Read a 'onprem.UserPreference' resource.",
                            "UPDATE.onprem.UserPreference": "Update a 'onprem.UserPreference' resource.",
                            "DELETE.openapi.ApiMethodMeta": "Delete a 'openapi.ApiMethodMeta' resource.",
                            "READ.openapi.ApiMethodMeta": "Read a 'openapi.ApiMethodMeta' resource.",
                            "CREATE.openapi.OpenApiSpecification": "Create a 'openapi.OpenApiSpecification' resource.",
                            "DELETE.openapi.OpenApiSpecification": "Delete a 'openapi.OpenApiSpecification' resource.",
                            "READ.openapi.OpenApiSpecification": "Read a 'openapi.OpenApiSpecification' resource.",
                            "UPDATE.openapi.OpenApiSpecification": "Update a 'openapi.OpenApiSpecification' resource.",
                            "CREATE.openapi.ProcessFile": "Create a 'openapi.ProcessFile' resource.",
                            "DELETE.openapi.ProcessFile": "Delete a 'openapi.ProcessFile' resource.",
                            "READ.openapi.ProcessFile": "Read a 'openapi.ProcessFile' resource.",
                            "CREATE.openapi.TaskGenerationRequest": "Create a 'openapi.TaskGenerationRequest' resource.",
                            "DELETE.openapi.TaskGenerationRequest": "Delete a 'openapi.TaskGenerationRequest' resource.",
                            "READ.openapi.TaskGenerationRequest": "Read a 'openapi.TaskGenerationRequest' resource.",
                            "UPDATE.openapi.TaskGenerationRequest": "Update a 'openapi.TaskGenerationRequest' resource.",
                            "DELETE.openapi.TaskGenerationResult": "Delete a 'openapi.TaskGenerationResult' resource.",
                            "READ.openapi.TaskGenerationResult": "Read a 'openapi.TaskGenerationResult' resource.",
                            "CREATE.oprs.Deployment": "Create a 'oprs.Deployment' resource.",
                            "DELETE.oprs.Deployment": "Delete a 'oprs.Deployment' resource.",
                            "READ.oprs.Deployment": "Read a 'oprs.Deployment' resource.",
                            "UPDATE.oprs.Deployment": "Update a 'oprs.Deployment' resource.",
                            "CREATE.oprs.SyncTargetListMessage": "Create a 'oprs.SyncTargetListMessage' resource.",
                            "DELETE.oprs.SyncTargetListMessage": "Delete a 'oprs.SyncTargetListMessage' resource.",
                            "READ.oprs.SyncTargetListMessage": "Read a 'oprs.SyncTargetListMessage' resource.",
                            "UPDATE.oprs.SyncTargetListMessage": "Update a 'oprs.SyncTargetListMessage' resource.",
                            "CREATE.organization.Organization": "Create a 'organization.Organization' resource.",
                            "DELETE.organization.Organization": "Delete a 'organization.Organization' resource.",
                            "READ.organization.Organization": "Read a 'organization.Organization' resource.",
                            "UPDATE.organization.Organization": "Update a 'organization.Organization' resource.",
                            "CREATE.os.BulkInstallInfo": "Create a 'os.BulkInstallInfo' resource.",
                            "READ.os.BulkInstallInfo": "Read a 'os.BulkInstallInfo' resource.",
                            "READ.os.Catalog": "Read a 'os.Catalog' resource.",
                            "CREATE.os.ConfigurationFile": "Create a 'os.ConfigurationFile' resource.",
                            "DELETE.os.ConfigurationFile": "Delete a 'os.ConfigurationFile' resource.",
                            "READ.os.ConfigurationFile": "Read a 'os.ConfigurationFile' resource.",
                            "UPDATE.os.ConfigurationFile": "Update a 'os.ConfigurationFile' resource.",
                            "READ.os.Distribution": "Read a 'os.Distribution' resource.",
                            "CREATE.os.Install": "Create a 'os.Install' resource.",
                            "READ.os.Install": "Read a 'os.Install' resource.",
                            "CREATE.os.OsSupport": "Create a 'os.OsSupport' resource.",
                            "READ.os.SupportedVersion": "Read a 'os.SupportedVersion' resource.",
                            "CREATE.os.TemplateFile": "Create a 'os.TemplateFile' resource.",
                            "CREATE.os.ValidInstallTarget": "Create a 'os.ValidInstallTarget' resource.",
                            "READ.os.ValidRemoteTarget": "Read a 'os.ValidRemoteTarget' resource.",
                            "READ.partnerintegration.DcLogs": "Read a 'partnerintegration.DcLogs' resource.",
                            "CREATE.partnerintegration.DeviceConnector": "Create a 'partnerintegration.DeviceConnector' resource.",
                            "DELETE.partnerintegration.DeviceConnector": "Delete a 'partnerintegration.DeviceConnector' resource.",
                            "READ.partnerintegration.DeviceConnector": "Read a 'partnerintegration.DeviceConnector' resource.",
                            "UPDATE.partnerintegration.DeviceConnector": "Update a 'partnerintegration.DeviceConnector' resource.",
                            "READ.partnerintegration.DocIssues": "Read a 'partnerintegration.DocIssues' resource.",
                            "CREATE.partnerintegration.Etl": "Create a 'partnerintegration.Etl' resource.",
                            "DELETE.partnerintegration.Etl": "Delete a 'partnerintegration.Etl' resource.",
                            "READ.partnerintegration.Etl": "Read a 'partnerintegration.Etl' resource.",
                            "UPDATE.partnerintegration.Etl": "Update a 'partnerintegration.Etl' resource.",
                            "CREATE.partnerintegration.File": "Create a 'partnerintegration.File' resource.",
                            "DELETE.partnerintegration.File": "Delete a 'partnerintegration.File' resource.",
                            "READ.partnerintegration.File": "Read a 'partnerintegration.File' resource.",
                            "UPDATE.partnerintegration.File": "Update a 'partnerintegration.File' resource.",
                            "CREATE.partnerintegration.Inventory": "Create a 'partnerintegration.Inventory' resource.",
                            "DELETE.partnerintegration.Inventory": "Delete a 'partnerintegration.Inventory' resource.",
                            "READ.partnerintegration.Inventory": "Read a 'partnerintegration.Inventory' resource.",
                            "UPDATE.partnerintegration.Inventory": "Update a 'partnerintegration.Inventory' resource.",
                            "READ.partnerintegration.Logs": "Read a 'partnerintegration.Logs' resource.",
                            "CREATE.partnerintegration.Metrics": "Create a 'partnerintegration.Metrics' resource.",
                            "DELETE.partnerintegration.Metrics": "Delete a 'partnerintegration.Metrics' resource.",
                            "READ.partnerintegration.Metrics": "Read a 'partnerintegration.Metrics' resource.",
                            "UPDATE.partnerintegration.Metrics": "Update a 'partnerintegration.Metrics' resource.",
                            "CREATE.partnerintegration.Model": "Create a 'partnerintegration.Model' resource.",
                            "DELETE.partnerintegration.Model": "Delete a 'partnerintegration.Model' resource.",
                            "READ.partnerintegration.Model": "Read a 'partnerintegration.Model' resource.",
                            "UPDATE.partnerintegration.Model": "Update a 'partnerintegration.Model' resource.",
                            "READ.pci.CoprocessorCard": "Read a 'pci.CoprocessorCard' resource.",
                            "READ.pci.Device": "Read a 'pci.Device' resource.",
                            "UPDATE.pci.Device": "Update a 'pci.Device' resource.",
                            "READ.pci.Endpoint": "Read a 'pci.Endpoint' resource.",
                            "READ.pci.Link": "Read a 'pci.Link' resource.",
                            "UPDATE.pci.Link": "Update a 'pci.Link' resource.",
                            "READ.pci.Node": "Read a 'pci.Node' resource.",
                            "UPDATE.pci.Node": "Update a 'pci.Node' resource.",
                            "READ.pci.NodeSetting": "Read a 'pci.NodeSetting' resource.",
                            "UPDATE.pci.NodeSetting": "Update a 'pci.NodeSetting' resource.",
                            "READ.pci.Port": "Read a 'pci.Port' resource.",
                            "READ.pci.Slot": "Read a 'pci.Slot' resource.",
                            "READ.pci.Switch": "Read a 'pci.Switch' resource.",
                            "UPDATE.pci.Switch": "Update a 'pci.Switch' resource.",
                            "READ.pci.Zone": "Read a 'pci.Zone' resource.",
                            "READ.pool.IdMappingMember": "Read a 'pool.IdMappingMember' resource.",
                            "CREATE.pool.IdMappingPolicy": "Create a 'pool.IdMappingPolicy' resource.",
                            "DELETE.pool.IdMappingPolicy": "Delete a 'pool.IdMappingPolicy' resource.",
                            "READ.pool.IdMappingPolicy": "Read a 'pool.IdMappingPolicy' resource.",
                            "UPDATE.pool.IdMappingPolicy": "Update a 'pool.IdMappingPolicy' resource.",
                            "READ.port.Group": "Read a 'port.Group' resource.",
                            "UPDATE.port.Group": "Update a 'port.Group' resource.",
                            "READ.port.MacBinding": "Read a 'port.MacBinding' resource.",
                            "UPDATE.port.MacBinding": "Update a 'port.MacBinding' resource.",
                            "READ.port.SubGroup": "Read a 'port.SubGroup' resource.",
                            "UPDATE.port.SubGroup": "Update a 'port.SubGroup' resource.",
                            "READ.power.ControlState": "Read a 'power.ControlState' resource.",
                            "CREATE.power.Policy": "Create a 'power.Policy' resource.",
                            "DELETE.power.Policy": "Delete a 'power.Policy' resource.",
                            "READ.power.Policy": "Read a 'power.Policy' resource.",
                            "UPDATE.power.Policy": "Update a 'power.Policy' resource.",
                            "READ.power.PolicyInventory": "Read a 'power.PolicyInventory' resource.",
                            "CREATE.power.PowerGroup": "Create a 'power.PowerGroup' resource.",
                            "DELETE.power.PowerGroup": "Delete a 'power.PowerGroup' resource.",
                            "READ.power.PowerGroup": "Read a 'power.PowerGroup' resource.",
                            "UPDATE.power.PowerGroup": "Update a 'power.PowerGroup' resource.",
                            "READ.power.PowerGroupMember": "Read a 'power.PowerGroupMember' resource.",
                            "READ.processor.Unit": "Read a 'processor.Unit' resource.",
                            "UPDATE.processor.Unit": "Update a 'processor.Unit' resource.",
                            "READ.rack.UnitPersonality": "Read a 'rack.UnitPersonality' resource.",
                            "UPDATE.rack.UnitPersonality": "Update a 'rack.UnitPersonality' resource.",
                            "READ.recommendation.CapacityRunway": "Read a 'recommendation.CapacityRunway' resource.",
                            "READ.recommendation.ClusterExpansion": "Read a 'recommendation.ClusterExpansion' resource.",
                            "CREATE.recommendation.HardwareExpansionRequest": "Create a 'recommendation.HardwareExpansionRequest' resource.",
                            "READ.recommendation.HardwareExpansionRequest": "Read a 'recommendation.HardwareExpansionRequest' resource.",
                            "UPDATE.recommendation.HardwareExpansionRequest": "Update a 'recommendation.HardwareExpansionRequest' resource.",
                            "CREATE.recommendation.HardwareExpansionRequestItem": "Create a 'recommendation.HardwareExpansionRequestItem' resource.",
                            "READ.recommendation.HardwareExpansionRequestItem": "Read a 'recommendation.HardwareExpansionRequestItem' resource.",
                            "UPDATE.recommendation.HardwareExpansionRequestItem": "Update a 'recommendation.HardwareExpansionRequestItem' resource.",
                            "READ.recommendation.PhysicalItem": "Read a 'recommendation.PhysicalItem' resource.",
                            "CREATE.recommendation.PurchaseOrderEstimate": "Create a 'recommendation.PurchaseOrderEstimate' resource.",
                            "READ.recommendation.PurchaseOrderEstimate": "Read a 'recommendation.PurchaseOrderEstimate' resource.",
                            "UPDATE.recommendation.PurchaseOrderEstimate": "Update a 'recommendation.PurchaseOrderEstimate' resource.",
                            "READ.recommendation.PurchaseOrderList": "Read a 'recommendation.PurchaseOrderList' resource.",
                            "READ.recommendation.SoftwareItem": "Read a 'recommendation.SoftwareItem' resource.",
                            "CREATE.recovery.BackupConfigPolicy": "Create a 'recovery.BackupConfigPolicy' resource.",
                            "DELETE.recovery.BackupConfigPolicy": "Delete a 'recovery.BackupConfigPolicy' resource.",
                            "READ.recovery.BackupConfigPolicy": "Read a 'recovery.BackupConfigPolicy' resource.",
                            "UPDATE.recovery.BackupConfigPolicy": "Update a 'recovery.BackupConfigPolicy' resource.",
                            "CREATE.recovery.BackupProfile": "Create a 'recovery.BackupProfile' resource.",
                            "DELETE.recovery.BackupProfile": "Delete a 'recovery.BackupProfile' resource.",
                            "READ.recovery.BackupProfile": "Read a 'recovery.BackupProfile' resource.",
                            "UPDATE.recovery.BackupProfile": "Update a 'recovery.BackupProfile' resource.",
                            "READ.recovery.ConfigResult": "Read a 'recovery.ConfigResult' resource.",
                            "READ.recovery.ConfigResultEntry": "Read a 'recovery.ConfigResultEntry' resource.",
                            "CREATE.recovery.OnDemandBackup": "Create a 'recovery.OnDemandBackup' resource.",
                            "DELETE.recovery.OnDemandBackup": "Delete a 'recovery.OnDemandBackup' resource.",
                            "READ.recovery.OnDemandBackup": "Read a 'recovery.OnDemandBackup' resource.",
                            "UPDATE.recovery.OnDemandBackup": "Update a 'recovery.OnDemandBackup' resource.",
                            "CREATE.recovery.Restore": "Create a 'recovery.Restore' resource.",
                            "DELETE.recovery.Restore": "Delete a 'recovery.Restore' resource.",
                            "READ.recovery.Restore": "Read a 'recovery.Restore' resource.",
                            "CREATE.recovery.ScheduleConfigPolicy": "Create a 'recovery.ScheduleConfigPolicy' resource.",
                            "DELETE.recovery.ScheduleConfigPolicy": "Delete a 'recovery.ScheduleConfigPolicy' resource.",
                            "READ.recovery.ScheduleConfigPolicy": "Read a 'recovery.ScheduleConfigPolicy' resource.",
                            "UPDATE.recovery.ScheduleConfigPolicy": "Update a 'recovery.ScheduleConfigPolicy' resource.",
                            "CREATE.resource.Group": "Create a 'resource.Group' resource.",
                            "DELETE.resource.Group": "Delete a 'resource.Group' resource.",
                            "READ.resource.Group": "Read a 'resource.Group' resource.",
                            "UPDATE.resource.Group": "Update a 'resource.Group' resource.",
                            "READ.resource.GroupMember": "Read a 'resource.GroupMember' resource.",
                            "READ.resource.LicenseResourceCount": "Read a 'resource.LicenseResourceCount' resource.",
                            "READ.resource.Membership": "Read a 'resource.Membership' resource.",
                            "UPDATE.resource.Membership": "Update a 'resource.Membership' resource.",
                            "READ.resource.MembershipHolder": "Read a 'resource.MembershipHolder' resource.",
                            "CREATE.resource.Reservation": "Create a 'resource.Reservation' resource.",
                            "DELETE.resource.Reservation": "Delete a 'resource.Reservation' resource.",
                            "READ.resource.Reservation": "Read a 'resource.Reservation' resource.",
                            "UPDATE.resource.Reservation": "Update a 'resource.Reservation' resource.",
                            "CREATE.resource.SelectionCriteria": "Create a 'resource.SelectionCriteria' resource.",
                            "DELETE.resource.SelectionCriteria": "Delete a 'resource.SelectionCriteria' resource.",
                            "READ.resource.SelectionCriteria": "Read a 'resource.SelectionCriteria' resource.",
                            "UPDATE.resource.SelectionCriteria": "Update a 'resource.SelectionCriteria' resource.",
                            "READ.resource.SharedResourcesInfoHolder": "Read a 'resource.SharedResourcesInfoHolder' resource.",
                            "DELETE.resourcepool.ChassisQualificationPolicy": "Delete a 'resourcepool.ChassisQualificationPolicy' resource.",
                            "READ.resourcepool.ChassisQualificationPolicy": "Read a 'resourcepool.ChassisQualificationPolicy' resource.",
                            "DELETE.resourcepool.Lease": "Delete a 'resourcepool.Lease' resource.",
                            "READ.resourcepool.Lease": "Read a 'resourcepool.Lease' resource.",
                            "READ.resourcepool.LeaseResource": "Read a 'resourcepool.LeaseResource' resource.",
                            "DELETE.resourcepool.MembershipReservation": "Delete a 'resourcepool.MembershipReservation' resource.",
                            "READ.resourcepool.MembershipReservation": "Read a 'resourcepool.MembershipReservation' resource.",
                            "UPDATE.resourcepool.MembershipReservation": "Update a 'resourcepool.MembershipReservation' resource.",
                            "CREATE.resourcepool.Pool": "Create a 'resourcepool.Pool' resource.",
                            "DELETE.resourcepool.Pool": "Delete a 'resourcepool.Pool' resource.",
                            "READ.resourcepool.Pool": "Read a 'resourcepool.Pool' resource.",
                            "UPDATE.resourcepool.Pool": "Update a 'resourcepool.Pool' resource.",
                            "READ.resourcepool.PoolMember": "Read a 'resourcepool.PoolMember' resource.",
                            "CREATE.resourcepool.QualificationPolicy": "Create a 'resourcepool.QualificationPolicy' resource.",
                            "DELETE.resourcepool.QualificationPolicy": "Delete a 'resourcepool.QualificationPolicy' resource.",
                            "READ.resourcepool.QualificationPolicy": "Read a 'resourcepool.QualificationPolicy' resource.",
                            "UPDATE.resourcepool.QualificationPolicy": "Update a 'resourcepool.QualificationPolicy' resource.",
                            "CREATE.resourcepool.Reservation": "Create a 'resourcepool.Reservation' resource.",
                            "DELETE.resourcepool.Reservation": "Delete a 'resourcepool.Reservation' resource.",
                            "READ.resourcepool.Reservation": "Read a 'resourcepool.Reservation' resource.",
                            "UPDATE.resourcepool.Reservation": "Update a 'resourcepool.Reservation' resource.",
                            "READ.resourcepool.Universe": "Read a 'resourcepool.Universe' resource.",
                            "CREATE.rproxy.ReverseProxy": "Create a 'rproxy.ReverseProxy' resource.",
                            "CREATE.scheduler.SchedulePolicy": "Create a 'scheduler.SchedulePolicy' resource.",
                            "DELETE.scheduler.SchedulePolicy": "Delete a 'scheduler.SchedulePolicy' resource.",
                            "READ.scheduler.SchedulePolicy": "Read a 'scheduler.SchedulePolicy' resource.",
                            "UPDATE.scheduler.SchedulePolicy": "Update a 'scheduler.SchedulePolicy' resource.",
                            "READ.scheduler.TaskResult": "Read a 'scheduler.TaskResult' resource.",
                            "CREATE.scheduler.TaskSchedule": "Create a 'scheduler.TaskSchedule' resource.",
                            "DELETE.scheduler.TaskSchedule": "Delete a 'scheduler.TaskSchedule' resource.",
                            "READ.scheduler.TaskSchedule": "Read a 'scheduler.TaskSchedule' resource.",
                            "UPDATE.scheduler.TaskSchedule": "Update a 'scheduler.TaskSchedule' resource.",
                            "CREATE.sdaaci.Connection": "Create a 'sdaaci.Connection' resource.",
                            "DELETE.sdaaci.Connection": "Delete a 'sdaaci.Connection' resource.",
                            "READ.sdaaci.Connection": "Read a 'sdaaci.Connection' resource.",
                            "UPDATE.sdaaci.Connection": "Update a 'sdaaci.Connection' resource.",
                            "CREATE.sdaaci.ConnectionDetail": "Create a 'sdaaci.ConnectionDetail' resource.",
                            "DELETE.sdaaci.ConnectionDetail": "Delete a 'sdaaci.ConnectionDetail' resource.",
                            "READ.sdaaci.ConnectionDetail": "Read a 'sdaaci.ConnectionDetail' resource.",
                            "UPDATE.sdaaci.ConnectionDetail": "Update a 'sdaaci.ConnectionDetail' resource.",
                            "CREATE.sdcard.Policy": "Create a 'sdcard.Policy' resource.",
                            "DELETE.sdcard.Policy": "Delete a 'sdcard.Policy' resource.",
                            "READ.sdcard.Policy": "Read a 'sdcard.Policy' resource.",
                            "UPDATE.sdcard.Policy": "Update a 'sdcard.Policy' resource.",
                            "READ.sdcard.PolicyInventory": "Read a 'sdcard.PolicyInventory' resource.",
                            "READ.search.SearchItem": "Read a 'search.SearchItem' resource.",
                            "READ.search.TagItem": "Read a 'search.TagItem' resource.",
                            "READ.security.Unit": "Read a 'security.Unit' resource.",
                            "UPDATE.security.Unit": "Update a 'security.Unit' resource.",
                            "READ.server.ConfigChangeDetail": "Read a 'server.ConfigChangeDetail' resource.",
                            "CREATE.server.ConfigImport": "Create a 'server.ConfigImport' resource.",
                            "READ.server.ConfigImport": "Read a 'server.ConfigImport' resource.",
                            "READ.server.ConfigResult": "Read a 'server.ConfigResult' resource.",
                            "READ.server.ConfigResultEntry": "Read a 'server.ConfigResultEntry' resource.",
                            "CREATE.server.DiagnosticStatus": "Create a 'server.DiagnosticStatus' resource.",
                            "DELETE.server.DiagnosticStatus": "Delete a 'server.DiagnosticStatus' resource.",
                            "READ.server.DiagnosticStatus": "Read a 'server.DiagnosticStatus' resource.",
                            "UPDATE.server.DiagnosticStatus": "Update a 'server.DiagnosticStatus' resource.",
                            "CREATE.server.Diagnostics": "Create a 'server.Diagnostics' resource.",
                            "DELETE.server.Diagnostics": "Delete a 'server.Diagnostics' resource.",
                            "READ.server.Diagnostics": "Read a 'server.Diagnostics' resource.",
                            "UPDATE.server.Diagnostics": "Update a 'server.Diagnostics' resource.",
                            "READ.server.Disruption": "Read a 'server.Disruption' resource.",
                            "DELETE.server.MigrationKeyDetails": "Delete a 'server.MigrationKeyDetails' resource.",
                            "READ.server.MigrationKeyDetails": "Read a 'server.MigrationKeyDetails' resource.",
                            "CREATE.server.Profile": "Create a 'server.Profile' resource.",
                            "DELETE.server.Profile": "Delete a 'server.Profile' resource.",
                            "READ.server.Profile": "Read a 'server.Profile' resource.",
                            "UPDATE.server.Profile": "Update a 'server.Profile' resource.",
                            "READ.server.ProfilePendingChangeEval": "Read a 'server.ProfilePendingChangeEval' resource.",
                            "CREATE.server.ProfileTemplate": "Create a 'server.ProfileTemplate' resource.",
                            "DELETE.server.ProfileTemplate": "Delete a 'server.ProfileTemplate' resource.",
                            "READ.server.ProfileTemplate": "Read a 'server.ProfileTemplate' resource.",
                            "UPDATE.server.ProfileTemplate": "Update a 'server.ProfileTemplate' resource.",
                            "READ.servicenow.ChangeRequest": "Read a 'servicenow.ChangeRequest' resource.",
                            "READ.servicenow.ChangeRequestDoc": "Read a 'servicenow.ChangeRequestDoc' resource.",
                            "READ.servicenow.Incident": "Read a 'servicenow.Incident' resource.",
                            "READ.servicenow.IncidentDoc": "Read a 'servicenow.IncidentDoc' resource.",
                            "CREATE.smtp.Policy": "Create a 'smtp.Policy' resource.",
                            "DELETE.smtp.Policy": "Delete a 'smtp.Policy' resource.",
                            "READ.smtp.Policy": "Read a 'smtp.Policy' resource.",
                            "UPDATE.smtp.Policy": "Update a 'smtp.Policy' resource.",
                            "READ.smtp.PolicyInventory": "Read a 'smtp.PolicyInventory' resource.",
                            "CREATE.smtp.PolicyTest": "Create a 'smtp.PolicyTest' resource.",
                            "DELETE.smtp.PolicyTest": "Delete a 'smtp.PolicyTest' resource.",
                            "READ.smtp.PolicyTest": "Read a 'smtp.PolicyTest' resource.",
                            "UPDATE.smtp.PolicyTest": "Update a 'smtp.PolicyTest' resource.",
                            "CREATE.snmp.Policy": "Create a 'snmp.Policy' resource.",
                            "DELETE.snmp.Policy": "Delete a 'snmp.Policy' resource.",
                            "READ.snmp.Policy": "Read a 'snmp.Policy' resource.",
                            "UPDATE.snmp.Policy": "Update a 'snmp.Policy' resource.",
                            "READ.snmp.PolicyInventory": "Read a 'snmp.PolicyInventory' resource.",
                            "CREATE.software.ApplianceDistributable": "Create a 'software.ApplianceDistributable' resource.",
                            "DELETE.software.ApplianceDistributable": "Delete a 'software.ApplianceDistributable' resource.",
                            "READ.software.ApplianceDistributable": "Read a 'software.ApplianceDistributable' resource.",
                            "UPDATE.software.ApplianceDistributable": "Update a 'software.ApplianceDistributable' resource.",
                            "READ.software.DownloadHistory": "Read a 'software.DownloadHistory' resource.",
                            "CREATE.software.HciBundleDistributable": "Create a 'software.HciBundleDistributable' resource.",
                            "DELETE.software.HciBundleDistributable": "Delete a 'software.HciBundleDistributable' resource.",
                            "READ.software.HciBundleDistributable": "Read a 'software.HciBundleDistributable' resource.",
                            "UPDATE.software.HciBundleDistributable": "Update a 'software.HciBundleDistributable' resource.",
                            "CREATE.software.HciDistributable": "Create a 'software.HciDistributable' resource.",
                            "DELETE.software.HciDistributable": "Delete a 'software.HciDistributable' resource.",
                            "READ.software.HciDistributable": "Read a 'software.HciDistributable' resource.",
                            "UPDATE.software.HciDistributable": "Update a 'software.HciDistributable' resource.",
                            "READ.software.HclMeta": "Read a 'software.HclMeta' resource.",
                            "CREATE.software.HyperflexBundleDistributable": "Create a 'software.HyperflexBundleDistributable' resource.",
                            "DELETE.software.HyperflexBundleDistributable": "Delete a 'software.HyperflexBundleDistributable' resource.",
                            "READ.software.HyperflexBundleDistributable": "Read a 'software.HyperflexBundleDistributable' resource.",
                            "UPDATE.software.HyperflexBundleDistributable": "Update a 'software.HyperflexBundleDistributable' resource.",
                            "CREATE.software.HyperflexDistributable": "Create a 'software.HyperflexDistributable' resource.",
                            "DELETE.software.HyperflexDistributable": "Delete a 'software.HyperflexDistributable' resource.",
                            "READ.software.HyperflexDistributable": "Read a 'software.HyperflexDistributable' resource.",
                            "UPDATE.software.HyperflexDistributable": "Update a 'software.HyperflexDistributable' resource.",
                            "CREATE.software.IksBundleDistributable": "Create a 'software.IksBundleDistributable' resource.",
                            "DELETE.software.IksBundleDistributable": "Delete a 'software.IksBundleDistributable' resource.",
                            "READ.software.IksBundleDistributable": "Read a 'software.IksBundleDistributable' resource.",
                            "UPDATE.software.IksBundleDistributable": "Update a 'software.IksBundleDistributable' resource.",
                            "CREATE.software.ReleaseMeta": "Create a 'software.ReleaseMeta' resource.",
                            "DELETE.software.ReleaseMeta": "Delete a 'software.ReleaseMeta' resource.",
                            "READ.software.ReleaseMeta": "Read a 'software.ReleaseMeta' resource.",
                            "UPDATE.software.ReleaseMeta": "Update a 'software.ReleaseMeta' resource.",
                            "CREATE.software.SolutionDistributable": "Create a 'software.SolutionDistributable' resource.",
                            "DELETE.software.SolutionDistributable": "Delete a 'software.SolutionDistributable' resource.",
                            "READ.software.SolutionDistributable": "Read a 'software.SolutionDistributable' resource.",
                            "UPDATE.software.SolutionDistributable": "Update a 'software.SolutionDistributable' resource.",
                            "CREATE.software.UcsdBundleDistributable": "Create a 'software.UcsdBundleDistributable' resource.",
                            "DELETE.software.UcsdBundleDistributable": "Delete a 'software.UcsdBundleDistributable' resource.",
                            "READ.software.UcsdBundleDistributable": "Read a 'software.UcsdBundleDistributable' resource.",
                            "UPDATE.software.UcsdBundleDistributable": "Update a 'software.UcsdBundleDistributable' resource.",
                            "CREATE.software.UcsdDistributable": "Create a 'software.UcsdDistributable' resource.",
                            "DELETE.software.UcsdDistributable": "Delete a 'software.UcsdDistributable' resource.",
                            "READ.software.UcsdDistributable": "Read a 'software.UcsdDistributable' resource.",
                            "UPDATE.software.UcsdDistributable": "Update a 'software.UcsdDistributable' resource.",
                            "CREATE.softwarerepository.Authorization": "Create a 'softwarerepository.Authorization' resource.",
                            "READ.softwarerepository.Authorization": "Read a 'softwarerepository.Authorization' resource.",
                            "UPDATE.softwarerepository.Authorization": "Update a 'softwarerepository.Authorization' resource.",
                            "READ.softwarerepository.CachedImage": "Read a 'softwarerepository.CachedImage' resource.",
                            "READ.softwarerepository.Catalog": "Read a 'softwarerepository.Catalog' resource.",
                            "READ.softwarerepository.CategoryMapper": "Read a 'softwarerepository.CategoryMapper' resource.",
                            "READ.softwarerepository.CategoryMapperModel": "Read a 'softwarerepository.CategoryMapperModel' resource.",
                            "READ.softwarerepository.CategorySupportConstraint": "Read a 'softwarerepository.CategorySupportConstraint' resource.",
                            "READ.softwarerepository.CategoryUnsupportedModels": "Read a 'softwarerepository.CategoryUnsupportedModels' resource.",
                            "READ.softwarerepository.DownloadSpec": "Read a 'softwarerepository.DownloadSpec' resource.",
                            "CREATE.softwarerepository.OperatingSystemFile": "Create a 'softwarerepository.OperatingSystemFile' resource.",
                            "DELETE.softwarerepository.OperatingSystemFile": "Delete a 'softwarerepository.OperatingSystemFile' resource.",
                            "READ.softwarerepository.OperatingSystemFile": "Read a 'softwarerepository.OperatingSystemFile' resource.",
                            "UPDATE.softwarerepository.OperatingSystemFile": "Update a 'softwarerepository.OperatingSystemFile' resource.",
                            "READ.softwarerepository.Release": "Read a 'softwarerepository.Release' resource.",
                            "CREATE.sol.Policy": "Create a 'sol.Policy' resource.",
                            "DELETE.sol.Policy": "Delete a 'sol.Policy' resource.",
                            "READ.sol.Policy": "Read a 'sol.Policy' resource.",
                            "UPDATE.sol.Policy": "Update a 'sol.Policy' resource.",
                            "READ.sol.PolicyInventory": "Read a 'sol.PolicyInventory' resource.",
                            "CREATE.ssh.Policy": "Create a 'ssh.Policy' resource.",
                            "DELETE.ssh.Policy": "Delete a 'ssh.Policy' resource.",
                            "READ.ssh.Policy": "Read a 'ssh.Policy' resource.",
                            "UPDATE.ssh.Policy": "Update a 'ssh.Policy' resource.",
                            "READ.ssh.PolicyInventory": "Read a 'ssh.PolicyInventory' resource.",
                            "READ.storage.BatteryBackupUnit": "Read a 'storage.BatteryBackupUnit' resource.",
                            "UPDATE.storage.BatteryBackupUnit": "Update a 'storage.BatteryBackupUnit' resource.",
                            "READ.storage.Controller": "Read a 'storage.Controller' resource.",
                            "UPDATE.storage.Controller": "Update a 'storage.Controller' resource.",
                            "READ.storage.ControllerDrive": "Read a 'storage.ControllerDrive' resource.",
                            "READ.storage.DiskGroup": "Read a 'storage.DiskGroup' resource.",
                            "UPDATE.storage.DiskGroup": "Update a 'storage.DiskGroup' resource.",
                            "READ.storage.DiskSlot": "Read a 'storage.DiskSlot' resource.",
                            "CREATE.storage.DriveGroup": "Create a 'storage.DriveGroup' resource.",
                            "DELETE.storage.DriveGroup": "Delete a 'storage.DriveGroup' resource.",
                            "READ.storage.DriveGroup": "Read a 'storage.DriveGroup' resource.",
                            "UPDATE.storage.DriveGroup": "Update a 'storage.DriveGroup' resource.",
                            "CREATE.storage.DriveSecurityPolicy": "Create a 'storage.DriveSecurityPolicy' resource.",
                            "DELETE.storage.DriveSecurityPolicy": "Delete a 'storage.DriveSecurityPolicy' resource.",
                            "READ.storage.DriveSecurityPolicy": "Read a 'storage.DriveSecurityPolicy' resource.",
                            "UPDATE.storage.DriveSecurityPolicy": "Update a 'storage.DriveSecurityPolicy' resource.",
                            "READ.storage.Enclosure": "Read a 'storage.Enclosure' resource.",
                            "UPDATE.storage.Enclosure": "Update a 'storage.Enclosure' resource.",
                            "READ.storage.EnclosureDisk": "Read a 'storage.EnclosureDisk' resource.",
                            "UPDATE.storage.EnclosureDisk": "Update a 'storage.EnclosureDisk' resource.",
                            "READ.storage.EnclosureDiskSlotEp": "Read a 'storage.EnclosureDiskSlotEp' resource.",
                            "UPDATE.storage.EnclosureDiskSlotEp": "Update a 'storage.EnclosureDiskSlotEp' resource.",
                            "READ.storage.FileItem": "Read a 'storage.FileItem' resource.",
                            "READ.storage.FlexFlashController": "Read a 'storage.FlexFlashController' resource.",
                            "UPDATE.storage.FlexFlashController": "Update a 'storage.FlexFlashController' resource.",
                            "READ.storage.FlexFlashControllerProps": "Read a 'storage.FlexFlashControllerProps' resource.",
                            "UPDATE.storage.FlexFlashControllerProps": "Update a 'storage.FlexFlashControllerProps' resource.",
                            "READ.storage.FlexFlashPhysicalDrive": "Read a 'storage.FlexFlashPhysicalDrive' resource.",
                            "UPDATE.storage.FlexFlashPhysicalDrive": "Update a 'storage.FlexFlashPhysicalDrive' resource.",
                            "READ.storage.FlexFlashVirtualDrive": "Read a 'storage.FlexFlashVirtualDrive' resource.",
                            "UPDATE.storage.FlexFlashVirtualDrive": "Update a 'storage.FlexFlashVirtualDrive' resource.",
                            "READ.storage.FlexUtilController": "Read a 'storage.FlexUtilController' resource.",
                            "UPDATE.storage.FlexUtilController": "Update a 'storage.FlexUtilController' resource.",
                            "READ.storage.FlexUtilPhysicalDrive": "Read a 'storage.FlexUtilPhysicalDrive' resource.",
                            "UPDATE.storage.FlexUtilPhysicalDrive": "Update a 'storage.FlexUtilPhysicalDrive' resource.",
                            "READ.storage.FlexUtilVirtualDrive": "Read a 'storage.FlexUtilVirtualDrive' resource.",
                            "UPDATE.storage.FlexUtilVirtualDrive": "Update a 'storage.FlexUtilVirtualDrive' resource.",
                            "READ.storage.HitachiArray": "Read a 'storage.HitachiArray' resource.",
                            "UPDATE.storage.HitachiArray": "Update a 'storage.HitachiArray' resource.",
                            "READ.storage.HitachiController": "Read a 'storage.HitachiController' resource.",
                            "READ.storage.HitachiDisk": "Read a 'storage.HitachiDisk' resource.",
                            "READ.storage.HitachiExternalParityGroup": "Read a 'storage.HitachiExternalParityGroup' resource.",
                            "READ.storage.HitachiExternalPathGroup": "Read a 'storage.HitachiExternalPathGroup' resource.",
                            "READ.storage.HitachiExternalStorageLun": "Read a 'storage.HitachiExternalStorageLun' resource.",
                            "READ.storage.HitachiExternalStoragePort": "Read a 'storage.HitachiExternalStoragePort' resource.",
                            "READ.storage.HitachiHost": "Read a 'storage.HitachiHost' resource.",
                            "READ.storage.HitachiHostLun": "Read a 'storage.HitachiHostLun' resource.",
                            "READ.storage.HitachiNvmSubsystem": "Read a 'storage.HitachiNvmSubsystem' resource.",
                            "READ.storage.HitachiParityGroup": "Read a 'storage.HitachiParityGroup' resource.",
                            "READ.storage.HitachiPool": "Read a 'storage.HitachiPool' resource.",
                            "READ.storage.HitachiPort": "Read a 'storage.HitachiPort' resource.",
                            "READ.storage.HitachiRemoteCopyPairGad": "Read a 'storage.HitachiRemoteCopyPairGad' resource.",
                            "READ.storage.HitachiRemoteCopyPairTc": "Read a 'storage.HitachiRemoteCopyPairTc' resource.",
                            "READ.storage.HitachiRemoteCopyPairUr": "Read a 'storage.HitachiRemoteCopyPairUr' resource.",
                            "READ.storage.HitachiRemoteReplication": "Read a 'storage.HitachiRemoteReplication' resource.",
                            "READ.storage.HitachiSnapshot": "Read a 'storage.HitachiSnapshot' resource.",
                            "READ.storage.HitachiVolume": "Read a 'storage.HitachiVolume' resource.",
                            "READ.storage.HitachiVolumeMigrationPair": "Read a 'storage.HitachiVolumeMigrationPair' resource.",
                            "READ.storage.HyperFlexStorageContainer": "Read a 'storage.HyperFlexStorageContainer' resource.",
                            "READ.storage.HyperFlexVolume": "Read a 'storage.HyperFlexVolume' resource.",
                            "READ.storage.Item": "Read a 'storage.Item' resource.",
                            "READ.storage.KnoxSecureDriveConfiguration": "Read a 'storage.KnoxSecureDriveConfiguration' resource.",
                            "READ.storage.NetAppAggregate": "Read a 'storage.NetAppAggregate' resource.",
                            "READ.storage.NetAppAggregateEvent": "Read a 'storage.NetAppAggregateEvent' resource.",
                            "READ.storage.NetAppBaseDisk": "Read a 'storage.NetAppBaseDisk' resource.",
                            "READ.storage.NetAppCifsService": "Read a 'storage.NetAppCifsService' resource.",
                            "READ.storage.NetAppCifsShare": "Read a 'storage.NetAppCifsShare' resource.",
                            "READ.storage.NetAppCloudTarget": "Read a 'storage.NetAppCloudTarget' resource.",
                            "READ.storage.NetAppCluster": "Read a 'storage.NetAppCluster' resource.",
                            "UPDATE.storage.NetAppCluster": "Update a 'storage.NetAppCluster' resource.",
                            "READ.storage.NetAppClusterEvent": "Read a 'storage.NetAppClusterEvent' resource.",
                            "READ.storage.NetAppClusterSnapMirrorPolicy": "Read a 'storage.NetAppClusterSnapMirrorPolicy' resource.",
                            "READ.storage.NetAppClusterSnapshotPolicy": "Read a 'storage.NetAppClusterSnapshotPolicy' resource.",
                            "READ.storage.NetAppDataIpInterface": "Read a 'storage.NetAppDataIpInterface' resource.",
                            "READ.storage.NetAppDataIpInterfaceEvent": "Read a 'storage.NetAppDataIpInterfaceEvent' resource.",
                            "READ.storage.NetAppDiskEvent": "Read a 'storage.NetAppDiskEvent' resource.",
                            "READ.storage.NetAppEthernetPort": "Read a 'storage.NetAppEthernetPort' resource.",
                            "READ.storage.NetAppEthernetPortEvent": "Read a 'storage.NetAppEthernetPortEvent' resource.",
                            "READ.storage.NetAppExportPolicy": "Read a 'storage.NetAppExportPolicy' resource.",
                            "READ.storage.NetAppFcInterface": "Read a 'storage.NetAppFcInterface' resource.",
                            "READ.storage.NetAppFcInterfaceEvent": "Read a 'storage.NetAppFcInterfaceEvent' resource.",
                            "READ.storage.NetAppFcPort": "Read a 'storage.NetAppFcPort' resource.",
                            "READ.storage.NetAppFcPortEvent": "Read a 'storage.NetAppFcPortEvent' resource.",
                            "READ.storage.NetAppInitiatorGroup": "Read a 'storage.NetAppInitiatorGroup' resource.",
                            "READ.storage.NetAppIpInterface": "Read a 'storage.NetAppIpInterface' resource.",
                            "READ.storage.NetAppIpInterfaceEvent": "Read a 'storage.NetAppIpInterfaceEvent' resource.",
                            "READ.storage.NetAppIscsiService": "Read a 'storage.NetAppIscsiService' resource.",
                            "READ.storage.NetAppLicense": "Read a 'storage.NetAppLicense' resource.",
                            "READ.storage.NetAppLun": "Read a 'storage.NetAppLun' resource.",
                            "READ.storage.NetAppLunEvent": "Read a 'storage.NetAppLunEvent' resource.",
                            "READ.storage.NetAppLunMap": "Read a 'storage.NetAppLunMap' resource.",
                            "READ.storage.NetAppNamespace": "Read a 'storage.NetAppNamespace' resource.",
                            "READ.storage.NetAppNfsClient": "Read a 'storage.NetAppNfsClient' resource.",
                            "READ.storage.NetAppNfsService": "Read a 'storage.NetAppNfsService' resource.",
                            "READ.storage.NetAppNode": "Read a 'storage.NetAppNode' resource.",
                            "READ.storage.NetAppNodeCdpNeighbor": "Read a 'storage.NetAppNodeCdpNeighbor' resource.",
                            "READ.storage.NetAppNodeEvent": "Read a 'storage.NetAppNodeEvent' resource.",
                            "READ.storage.NetAppNonDataIpInterface": "Read a 'storage.NetAppNonDataIpInterface' resource.",
                            "READ.storage.NetAppNonDataIpInterfaceEvent": "Read a 'storage.NetAppNonDataIpInterfaceEvent' resource.",
                            "READ.storage.NetAppNtpServer": "Read a 'storage.NetAppNtpServer' resource.",
                            "READ.storage.NetAppQtree": "Read a 'storage.NetAppQtree' resource.",
                            "READ.storage.NetAppSchedule": "Read a 'storage.NetAppSchedule' resource.",
                            "READ.storage.NetAppSensor": "Read a 'storage.NetAppSensor' resource.",
                            "READ.storage.NetAppSnapMirrorRelationship": "Read a 'storage.NetAppSnapMirrorRelationship' resource.",
                            "READ.storage.NetAppStorageVm": "Read a 'storage.NetAppStorageVm' resource.",
                            "READ.storage.NetAppSvmEvent": "Read a 'storage.NetAppSvmEvent' resource.",
                            "READ.storage.NetAppSvmSnapMirrorPolicy": "Read a 'storage.NetAppSvmSnapMirrorPolicy' resource.",
                            "READ.storage.NetAppSvmSnapshotPolicy": "Read a 'storage.NetAppSvmSnapshotPolicy' resource.",
                            "READ.storage.NetAppVolume": "Read a 'storage.NetAppVolume' resource.",
                            "READ.storage.NetAppVolumeEvent": "Read a 'storage.NetAppVolumeEvent' resource.",
                            "READ.storage.NetAppVolumeSnapshot": "Read a 'storage.NetAppVolumeSnapshot' resource.",
                            "READ.storage.NvmeRaidConfiguration": "Read a 'storage.NvmeRaidConfiguration' resource.",
                            "READ.storage.PhysicalDisk": "Read a 'storage.PhysicalDisk' resource.",
                            "UPDATE.storage.PhysicalDisk": "Update a 'storage.PhysicalDisk' resource.",
                            "READ.storage.PhysicalDiskExtension": "Read a 'storage.PhysicalDiskExtension' resource.",
                            "UPDATE.storage.PhysicalDiskExtension": "Update a 'storage.PhysicalDiskExtension' resource.",
                            "READ.storage.PhysicalDiskUsage": "Read a 'storage.PhysicalDiskUsage' resource.",
                            "UPDATE.storage.PhysicalDiskUsage": "Update a 'storage.PhysicalDiskUsage' resource.",
                            "READ.storage.PureArray": "Read a 'storage.PureArray' resource.",
                            "UPDATE.storage.PureArray": "Update a 'storage.PureArray' resource.",
                            "READ.storage.PureArrayAlerts": "Read a 'storage.PureArrayAlerts' resource.",
                            "READ.storage.PureBlade": "Read a 'storage.PureBlade' resource.",
                            "READ.storage.PureController": "Read a 'storage.PureController' resource.",
                            "READ.storage.PureDirectory": "Read a 'storage.PureDirectory' resource.",
                            "READ.storage.PureDirectoryExport": "Read a 'storage.PureDirectoryExport' resource.",
                            "READ.storage.PureDirectoryPolicy": "Read a 'storage.PureDirectoryPolicy' resource.",
                            "READ.storage.PureDirectoryQuota": "Read a 'storage.PureDirectoryQuota' resource.",
                            "READ.storage.PureDirectorySnapshot": "Read a 'storage.PureDirectorySnapshot' resource.",
                            "READ.storage.PureDisk": "Read a 'storage.PureDisk' resource.",
                            "READ.storage.PureFileSystems": "Read a 'storage.PureFileSystems' resource.",
                            "READ.storage.PureFlashBladeFileSystem": "Read a 'storage.PureFlashBladeFileSystem' resource.",
                            "READ.storage.PureFlashBladeSystem": "Read a 'storage.PureFlashBladeSystem' resource.",
                            "UPDATE.storage.PureFlashBladeSystem": "Update a 'storage.PureFlashBladeSystem' resource.",
                            "READ.storage.PureHost": "Read a 'storage.PureHost' resource.",
                            "READ.storage.PureHostGroup": "Read a 'storage.PureHostGroup' resource.",
                            "READ.storage.PureHostLun": "Read a 'storage.PureHostLun' resource.",
                            "READ.storage.PureManagementAccessPolicy": "Read a 'storage.PureManagementAccessPolicy' resource.",
                            "READ.storage.PureNfsPolicyRule": "Read a 'storage.PureNfsPolicyRule' resource.",
                            "READ.storage.PureObjectBucket": "Read a 'storage.PureObjectBucket' resource.",
                            "READ.storage.PureObjectStoreAccount": "Read a 'storage.PureObjectStoreAccount' resource.",
                            "READ.storage.PureObjectStoreUser": "Read a 'storage.PureObjectStoreUser' resource.",
                            "READ.storage.PurePod": "Read a 'storage.PurePod' resource.",
                            "READ.storage.PurePort": "Read a 'storage.PurePort' resource.",
                            "READ.storage.PureProtectionGroup": "Read a 'storage.PureProtectionGroup' resource.",
                            "READ.storage.PureProtectionGroupSnapshot": "Read a 'storage.PureProtectionGroupSnapshot' resource.",
                            "READ.storage.PureQuotaPolicyRule": "Read a 'storage.PureQuotaPolicyRule' resource.",
                            "READ.storage.PureRealm": "Read a 'storage.PureRealm' resource.",
                            "READ.storage.PureReplicationSchedule": "Read a 'storage.PureReplicationSchedule' resource.",
                            "READ.storage.PureSmbPolicyRule": "Read a 'storage.PureSmbPolicyRule' resource.",
                            "READ.storage.PureSnapshotSchedule": "Read a 'storage.PureSnapshotSchedule' resource.",
                            "READ.storage.PureTargetArray": "Read a 'storage.PureTargetArray' resource.",
                            "READ.storage.PureVolume": "Read a 'storage.PureVolume' resource.",
                            "READ.storage.PureVolumeGroup": "Read a 'storage.PureVolumeGroup' resource.",
                            "READ.storage.PureVolumeSnapshot": "Read a 'storage.PureVolumeSnapshot' resource.",
                            "READ.storage.SasExpander": "Read a 'storage.SasExpander' resource.",
                            "UPDATE.storage.SasExpander": "Update a 'storage.SasExpander' resource.",
                            "READ.storage.SasPort": "Read a 'storage.SasPort' resource.",
                            "UPDATE.storage.SasPort": "Update a 'storage.SasPort' resource.",
                            "READ.storage.Span": "Read a 'storage.Span' resource.",
                            "UPDATE.storage.Span": "Update a 'storage.Span' resource.",
                            "CREATE.storage.StoragePolicy": "Create a 'storage.StoragePolicy' resource.",
                            "DELETE.storage.StoragePolicy": "Delete a 'storage.StoragePolicy' resource.",
                            "READ.storage.StoragePolicy": "Read a 'storage.StoragePolicy' resource.",
                            "UPDATE.storage.StoragePolicy": "Update a 'storage.StoragePolicy' resource.",
                            "READ.storage.VdMemberEp": "Read a 'storage.VdMemberEp' resource.",
                            "UPDATE.storage.VdMemberEp": "Update a 'storage.VdMemberEp' resource.",
                            "READ.storage.VirtualDrive": "Read a 'storage.VirtualDrive' resource.",
                            "UPDATE.storage.VirtualDrive": "Update a 'storage.VirtualDrive' resource.",
                            "READ.storage.VirtualDriveContainer": "Read a 'storage.VirtualDriveContainer' resource.",
                            "UPDATE.storage.VirtualDriveContainer": "Update a 'storage.VirtualDriveContainer' resource.",
                            "READ.storage.VirtualDriveExtension": "Read a 'storage.VirtualDriveExtension' resource.",
                            "UPDATE.storage.VirtualDriveExtension": "Update a 'storage.VirtualDriveExtension' resource.",
                            "READ.storage.VirtualDriveIdentity": "Read a 'storage.VirtualDriveIdentity' resource.",
                            "CREATE.syslog.Policy": "Create a 'syslog.Policy' resource.",
                            "DELETE.syslog.Policy": "Delete a 'syslog.Policy' resource.",
                            "READ.syslog.Policy": "Read a 'syslog.Policy' resource.",
                            "UPDATE.syslog.Policy": "Update a 'syslog.Policy' resource.",
                            "READ.syslog.PolicyInventory": "Read a 'syslog.PolicyInventory' resource.",
                            "READ.tam.AdvisoryCount": "Read a 'tam.AdvisoryCount' resource.",
                            "READ.tam.AdvisoryDefinition": "Read a 'tam.AdvisoryDefinition' resource.",
                            "CREATE.tam.AdvisoryInfo": "Create a 'tam.AdvisoryInfo' resource.",
                            "DELETE.tam.AdvisoryInfo": "Delete a 'tam.AdvisoryInfo' resource.",
                            "READ.tam.AdvisoryInfo": "Read a 'tam.AdvisoryInfo' resource.",
                            "UPDATE.tam.AdvisoryInfo": "Update a 'tam.AdvisoryInfo' resource.",
                            "READ.tam.AdvisoryInstance": "Read a 'tam.AdvisoryInstance' resource.",
                            "READ.tam.SecurityAdvisory": "Read a 'tam.SecurityAdvisory' resource.",
                            "CREATE.task.CatalystSdwanScopedInventory": "Create a 'task.CatalystSdwanScopedInventory' resource.",
                            "CREATE.task.FabricMosScopedInventory": "Create a 'task.FabricMosScopedInventory' resource.",
                            "CREATE.task.HciScopedInventory": "Create a 'task.HciScopedInventory' resource.",
                            "CREATE.task.HitachiScopedInventory": "Create a 'task.HitachiScopedInventory' resource.",
                            "CREATE.task.HyperFlexManagementScopedInventory": "Create a 'task.HyperFlexManagementScopedInventory' resource.",
                            "CREATE.task.HyperflexScopedInventory": "Create a 'task.HyperflexScopedInventory' resource.",
                            "CREATE.task.MdsScopedInventory": "Create a 'task.MdsScopedInventory' resource.",
                            "CREATE.task.MdsSystemScopedInventory": "Create a 'task.MdsSystemScopedInventory' resource.",
                            "CREATE.task.MerakiScopedInventory": "Create a 'task.MerakiScopedInventory' resource.",
                            "CREATE.task.NetAppScopedInventory": "Create a 'task.NetAppScopedInventory' resource.",
                            "CREATE.task.NexusScopedInventory": "Create a 'task.NexusScopedInventory' resource.",
                            "CREATE.task.NexusSystemScopedInventory": "Create a 'task.NexusSystemScopedInventory' resource.",
                            "CREATE.task.NexusVlanScopedInventory": "Create a 'task.NexusVlanScopedInventory' resource.",
                            "CREATE.task.PureFlashBladeScopedInventory": "Create a 'task.PureFlashBladeScopedInventory' resource.",
                            "CREATE.task.PureScopedInventory": "Create a 'task.PureScopedInventory' resource.",
                            "CREATE.task.ServerScopedInventory": "Create a 'task.ServerScopedInventory' resource.",
                            "CREATE.techsupportmanagement.CollectionControlPolicy": "Create a 'techsupportmanagement.CollectionControlPolicy' resource.",
                            "DELETE.techsupportmanagement.CollectionControlPolicy": "Delete a 'techsupportmanagement.CollectionControlPolicy' resource.",
                            "READ.techsupportmanagement.CollectionControlPolicy": "Read a 'techsupportmanagement.CollectionControlPolicy' resource.",
                            "UPDATE.techsupportmanagement.CollectionControlPolicy": "Update a 'techsupportmanagement.CollectionControlPolicy' resource.",
                            "READ.techsupportmanagement.Download": "Read a 'techsupportmanagement.Download' resource.",
                            "READ.techsupportmanagement.EndPoint": "Read a 'techsupportmanagement.EndPoint' resource.",
                            "CREATE.techsupportmanagement.TechSupportBundle": "Create a 'techsupportmanagement.TechSupportBundle' resource.",
                            "DELETE.techsupportmanagement.TechSupportBundle": "Delete a 'techsupportmanagement.TechSupportBundle' resource.",
                            "READ.techsupportmanagement.TechSupportBundle": "Read a 'techsupportmanagement.TechSupportBundle' resource.",
                            "READ.techsupportmanagement.TechSupportStatus": "Read a 'techsupportmanagement.TechSupportStatus' resource.",
                            "READ.terminal.AuditLog": "Read a 'terminal.AuditLog' resource.",
                            "CREATE.thermal.Policy": "Create a 'thermal.Policy' resource.",
                            "DELETE.thermal.Policy": "Delete a 'thermal.Policy' resource.",
                            "READ.thermal.Policy": "Read a 'thermal.Policy' resource.",
                            "UPDATE.thermal.Policy": "Update a 'thermal.Policy' resource.",
                            "READ.thermal.PolicyInventory": "Read a 'thermal.PolicyInventory' resource.",
                            "READ.top.System": "Read a 'top.System' resource.",
                            "UPDATE.top.System": "Update a 'top.System' resource.",
                            "DELETE.ucsd.BackupInfo": "Delete a 'ucsd.BackupInfo' resource.",
                            "READ.ucsd.BackupInfo": "Read a 'ucsd.BackupInfo' resource.",
                            "READ.uuidpool.Block": "Read a 'uuidpool.Block' resource.",
                            "CREATE.uuidpool.Pool": "Create a 'uuidpool.Pool' resource.",
                            "DELETE.uuidpool.Pool": "Delete a 'uuidpool.Pool' resource.",
                            "READ.uuidpool.Pool": "Read a 'uuidpool.Pool' resource.",
                            "UPDATE.uuidpool.Pool": "Update a 'uuidpool.Pool' resource.",
                            "READ.uuidpool.PoolMember": "Read a 'uuidpool.PoolMember' resource.",
                            "CREATE.uuidpool.Reservation": "Create a 'uuidpool.Reservation' resource.",
                            "DELETE.uuidpool.Reservation": "Delete a 'uuidpool.Reservation' resource.",
                            "READ.uuidpool.Reservation": "Read a 'uuidpool.Reservation' resource.",
                            "READ.uuidpool.Universe": "Read a 'uuidpool.Universe' resource.",
                            "DELETE.uuidpool.UuidLease": "Delete a 'uuidpool.UuidLease' resource.",
                            "READ.uuidpool.UuidLease": "Read a 'uuidpool.UuidLease' resource.",
                            "READ.view.HealthStatus": "Read a 'view.HealthStatus' resource.",
                            "READ.view.Server": "Read a 'view.Server' resource.",
                            "CREATE.virtualization.EsxiConsole": "Create a 'virtualization.EsxiConsole' resource.",
                            "READ.virtualization.EsxiConsole": "Read a 'virtualization.EsxiConsole' resource.",
                            "UPDATE.virtualization.EsxiConsole": "Update a 'virtualization.EsxiConsole' resource.",
                            "READ.virtualization.Host": "Read a 'virtualization.Host' resource.",
                            "UPDATE.virtualization.Host": "Update a 'virtualization.Host' resource.",
                            "CREATE.virtualization.VirtualMachine": "Create a 'virtualization.VirtualMachine' resource.",
                            "DELETE.virtualization.VirtualMachine": "Delete a 'virtualization.VirtualMachine' resource.",
                            "READ.virtualization.VirtualMachine": "Read a 'virtualization.VirtualMachine' resource.",
                            "UPDATE.virtualization.VirtualMachine": "Update a 'virtualization.VirtualMachine' resource.",
                            "READ.virtualization.VmwareCluster": "Read a 'virtualization.VmwareCluster' resource.",
                            "UPDATE.virtualization.VmwareCluster": "Update a 'virtualization.VmwareCluster' resource.",
                            "READ.virtualization.VmwareDatacenter": "Read a 'virtualization.VmwareDatacenter' resource.",
                            "UPDATE.virtualization.VmwareDatacenter": "Update a 'virtualization.VmwareDatacenter' resource.",
                            "READ.virtualization.VmwareDatastore": "Read a 'virtualization.VmwareDatastore' resource.",
                            "UPDATE.virtualization.VmwareDatastore": "Update a 'virtualization.VmwareDatastore' resource.",
                            "READ.virtualization.VmwareDatastoreCluster": "Read a 'virtualization.VmwareDatastoreCluster' resource.",
                            "UPDATE.virtualization.VmwareDatastoreCluster": "Update a 'virtualization.VmwareDatastoreCluster' resource.",
                            "READ.virtualization.VmwareDistributedNetwork": "Read a 'virtualization.VmwareDistributedNetwork' resource.",
                            "UPDATE.virtualization.VmwareDistributedNetwork": "Update a 'virtualization.VmwareDistributedNetwork' resource.",
                            "READ.virtualization.VmwareDistributedSwitch": "Read a 'virtualization.VmwareDistributedSwitch' resource.",
                            "UPDATE.virtualization.VmwareDistributedSwitch": "Update a 'virtualization.VmwareDistributedSwitch' resource.",
                            "READ.virtualization.VmwareFolder": "Read a 'virtualization.VmwareFolder' resource.",
                            "UPDATE.virtualization.VmwareFolder": "Update a 'virtualization.VmwareFolder' resource.",
                            "READ.virtualization.VmwareHost": "Read a 'virtualization.VmwareHost' resource.",
                            "UPDATE.virtualization.VmwareHost": "Update a 'virtualization.VmwareHost' resource.",
                            "READ.virtualization.VmwareHostGpu": "Read a 'virtualization.VmwareHostGpu' resource.",
                            "READ.virtualization.VmwareKernelNetwork": "Read a 'virtualization.VmwareKernelNetwork' resource.",
                            "UPDATE.virtualization.VmwareKernelNetwork": "Update a 'virtualization.VmwareKernelNetwork' resource.",
                            "READ.virtualization.VmwareNetwork": "Read a 'virtualization.VmwareNetwork' resource.",
                            "UPDATE.virtualization.VmwareNetwork": "Update a 'virtualization.VmwareNetwork' resource.",
                            "READ.virtualization.VmwarePhysicalNetworkInterface": "Read a 'virtualization.VmwarePhysicalNetworkInterface' resource.",
                            "UPDATE.virtualization.VmwarePhysicalNetworkInterface": "Update a 'virtualization.VmwarePhysicalNetworkInterface' resource.",
                            "READ.virtualization.VmwareProactiveHa": "Read a 'virtualization.VmwareProactiveHa' resource.",
                            "READ.virtualization.VmwareUplinkPort": "Read a 'virtualization.VmwareUplinkPort' resource.",
                            "UPDATE.virtualization.VmwareUplinkPort": "Update a 'virtualization.VmwareUplinkPort' resource.",
                            "READ.virtualization.VmwareVcenter": "Read a 'virtualization.VmwareVcenter' resource.",
                            "READ.virtualization.VmwareVirtualDisk": "Read a 'virtualization.VmwareVirtualDisk' resource.",
                            "UPDATE.virtualization.VmwareVirtualDisk": "Update a 'virtualization.VmwareVirtualDisk' resource.",
                            "READ.virtualization.VmwareVirtualMachine": "Read a 'virtualization.VmwareVirtualMachine' resource.",
                            "UPDATE.virtualization.VmwareVirtualMachine": "Update a 'virtualization.VmwareVirtualMachine' resource.",
                            "READ.virtualization.VmwareVirtualMachineGpu": "Read a 'virtualization.VmwareVirtualMachineGpu' resource.",
                            "READ.virtualization.VmwareVirtualMachineSnapshot": "Read a 'virtualization.VmwareVirtualMachineSnapshot' resource.",
                            "UPDATE.virtualization.VmwareVirtualMachineSnapshot": "Update a 'virtualization.VmwareVirtualMachineSnapshot' resource.",
                            "READ.virtualization.VmwareVirtualNetworkInterface": "Read a 'virtualization.VmwareVirtualNetworkInterface' resource.",
                            "UPDATE.virtualization.VmwareVirtualNetworkInterface": "Update a 'virtualization.VmwareVirtualNetworkInterface' resource.",
                            "READ.virtualization.VmwareVirtualSwitch": "Read a 'virtualization.VmwareVirtualSwitch' resource.",
                            "UPDATE.virtualization.VmwareVirtualSwitch": "Update a 'virtualization.VmwareVirtualSwitch' resource.",
                            "CREATE.vmedia.Policy": "Create a 'vmedia.Policy' resource.",
                            "DELETE.vmedia.Policy": "Delete a 'vmedia.Policy' resource.",
                            "READ.vmedia.Policy": "Read a 'vmedia.Policy' resource.",
                            "UPDATE.vmedia.Policy": "Update a 'vmedia.Policy' resource.",
                            "READ.vmedia.PolicyInventory": "Read a 'vmedia.PolicyInventory' resource.",
                            "CREATE.vmrc.Console": "Create a 'vmrc.Console' resource.",
                            "READ.vmrc.Console": "Read a 'vmrc.Console' resource.",
                            "UPDATE.vmrc.Console": "Update a 'vmrc.Console' resource.",
                            "CREATE.vnic.EthAdapterPolicy": "Create a 'vnic.EthAdapterPolicy' resource.",
                            "DELETE.vnic.EthAdapterPolicy": "Delete a 'vnic.EthAdapterPolicy' resource.",
                            "READ.vnic.EthAdapterPolicy": "Read a 'vnic.EthAdapterPolicy' resource.",
                            "UPDATE.vnic.EthAdapterPolicy": "Update a 'vnic.EthAdapterPolicy' resource.",
                            "READ.vnic.EthAdapterPolicyInventory": "Read a 'vnic.EthAdapterPolicyInventory' resource.",
                            "CREATE.vnic.EthIf": "Create a 'vnic.EthIf' resource.",
                            "DELETE.vnic.EthIf": "Delete a 'vnic.EthIf' resource.",
                            "READ.vnic.EthIf": "Read a 'vnic.EthIf' resource.",
                            "UPDATE.vnic.EthIf": "Update a 'vnic.EthIf' resource.",
                            "READ.vnic.EthIfInventory": "Read a 'vnic.EthIfInventory' resource.",
                            "CREATE.vnic.EthNetworkPolicy": "Create a 'vnic.EthNetworkPolicy' resource.",
                            "DELETE.vnic.EthNetworkPolicy": "Delete a 'vnic.EthNetworkPolicy' resource.",
                            "READ.vnic.EthNetworkPolicy": "Read a 'vnic.EthNetworkPolicy' resource.",
                            "UPDATE.vnic.EthNetworkPolicy": "Update a 'vnic.EthNetworkPolicy' resource.",
                            "READ.vnic.EthNetworkPolicyInventory": "Read a 'vnic.EthNetworkPolicyInventory' resource.",
                            "CREATE.vnic.EthQosPolicy": "Create a 'vnic.EthQosPolicy' resource.",
                            "DELETE.vnic.EthQosPolicy": "Delete a 'vnic.EthQosPolicy' resource.",
                            "READ.vnic.EthQosPolicy": "Read a 'vnic.EthQosPolicy' resource.",
                            "UPDATE.vnic.EthQosPolicy": "Update a 'vnic.EthQosPolicy' resource.",
                            "READ.vnic.EthQosPolicyInventory": "Read a 'vnic.EthQosPolicyInventory' resource.",
                            "READ.vnic.EthVethInventory": "Read a 'vnic.EthVethInventory' resource.",
                            "READ.vnic.EthVnicInventory": "Read a 'vnic.EthVnicInventory' resource.",
                            "CREATE.vnic.FcAdapterPolicy": "Create a 'vnic.FcAdapterPolicy' resource.",
                            "DELETE.vnic.FcAdapterPolicy": "Delete a 'vnic.FcAdapterPolicy' resource.",
                            "READ.vnic.FcAdapterPolicy": "Read a 'vnic.FcAdapterPolicy' resource.",
                            "UPDATE.vnic.FcAdapterPolicy": "Update a 'vnic.FcAdapterPolicy' resource.",
                            "READ.vnic.FcAdapterPolicyInventory": "Read a 'vnic.FcAdapterPolicyInventory' resource.",
                            "CREATE.vnic.FcIf": "Create a 'vnic.FcIf' resource.",
                            "DELETE.vnic.FcIf": "Delete a 'vnic.FcIf' resource.",
                            "READ.vnic.FcIf": "Read a 'vnic.FcIf' resource.",
                            "UPDATE.vnic.FcIf": "Update a 'vnic.FcIf' resource.",
                            "READ.vnic.FcIfInventory": "Read a 'vnic.FcIfInventory' resource.",
                            "CREATE.vnic.FcNetworkPolicy": "Create a 'vnic.FcNetworkPolicy' resource.",
                            "DELETE.vnic.FcNetworkPolicy": "Delete a 'vnic.FcNetworkPolicy' resource.",
                            "READ.vnic.FcNetworkPolicy": "Read a 'vnic.FcNetworkPolicy' resource.",
                            "UPDATE.vnic.FcNetworkPolicy": "Update a 'vnic.FcNetworkPolicy' resource.",
                            "READ.vnic.FcNetworkPolicyInventory": "Read a 'vnic.FcNetworkPolicyInventory' resource.",
                            "CREATE.vnic.FcQosPolicy": "Create a 'vnic.FcQosPolicy' resource.",
                            "DELETE.vnic.FcQosPolicy": "Delete a 'vnic.FcQosPolicy' resource.",
                            "READ.vnic.FcQosPolicy": "Read a 'vnic.FcQosPolicy' resource.",
                            "UPDATE.vnic.FcQosPolicy": "Update a 'vnic.FcQosPolicy' resource.",
                            "READ.vnic.FcQosPolicyInventory": "Read a 'vnic.FcQosPolicyInventory' resource.",
                            "READ.vnic.FcVethInventory": "Read a 'vnic.FcVethInventory' resource.",
                            "READ.vnic.FcVhbaPolicyInventory": "Read a 'vnic.FcVhbaPolicyInventory' resource.",
                            "CREATE.vnic.IscsiAdapterPolicy": "Create a 'vnic.IscsiAdapterPolicy' resource.",
                            "DELETE.vnic.IscsiAdapterPolicy": "Delete a 'vnic.IscsiAdapterPolicy' resource.",
                            "READ.vnic.IscsiAdapterPolicy": "Read a 'vnic.IscsiAdapterPolicy' resource.",
                            "UPDATE.vnic.IscsiAdapterPolicy": "Update a 'vnic.IscsiAdapterPolicy' resource.",
                            "READ.vnic.IscsiAdapterPolicyInventory": "Read a 'vnic.IscsiAdapterPolicyInventory' resource.",
                            "CREATE.vnic.IscsiBootPolicy": "Create a 'vnic.IscsiBootPolicy' resource.",
                            "DELETE.vnic.IscsiBootPolicy": "Delete a 'vnic.IscsiBootPolicy' resource.",
                            "READ.vnic.IscsiBootPolicy": "Read a 'vnic.IscsiBootPolicy' resource.",
                            "UPDATE.vnic.IscsiBootPolicy": "Update a 'vnic.IscsiBootPolicy' resource.",
                            "READ.vnic.IscsiBootPolicyInventory": "Read a 'vnic.IscsiBootPolicyInventory' resource.",
                            "CREATE.vnic.IscsiStaticTargetPolicy": "Create a 'vnic.IscsiStaticTargetPolicy' resource.",
                            "DELETE.vnic.IscsiStaticTargetPolicy": "Delete a 'vnic.IscsiStaticTargetPolicy' resource.",
                            "READ.vnic.IscsiStaticTargetPolicy": "Read a 'vnic.IscsiStaticTargetPolicy' resource.",
                            "UPDATE.vnic.IscsiStaticTargetPolicy": "Update a 'vnic.IscsiStaticTargetPolicy' resource.",
                            "READ.vnic.IscsiStaticTargetPolicyInventory": "Read a 'vnic.IscsiStaticTargetPolicyInventory' resource.",
                            "CREATE.vnic.LanConnectivityPolicy": "Create a 'vnic.LanConnectivityPolicy' resource.",
                            "DELETE.vnic.LanConnectivityPolicy": "Delete a 'vnic.LanConnectivityPolicy' resource.",
                            "READ.vnic.LanConnectivityPolicy": "Read a 'vnic.LanConnectivityPolicy' resource.",
                            "UPDATE.vnic.LanConnectivityPolicy": "Update a 'vnic.LanConnectivityPolicy' resource.",
                            "READ.vnic.LanConnectivityPolicyInventory": "Read a 'vnic.LanConnectivityPolicyInventory' resource.",
                            "READ.vnic.LanSettings": "Read a 'vnic.LanSettings' resource.",
                            "READ.vnic.LcpStatus": "Read a 'vnic.LcpStatus' resource.",
                            "CREATE.vnic.SanConnectivityPolicy": "Create a 'vnic.SanConnectivityPolicy' resource.",
                            "DELETE.vnic.SanConnectivityPolicy": "Delete a 'vnic.SanConnectivityPolicy' resource.",
                            "READ.vnic.SanConnectivityPolicy": "Read a 'vnic.SanConnectivityPolicy' resource.",
                            "UPDATE.vnic.SanConnectivityPolicy": "Update a 'vnic.SanConnectivityPolicy' resource.",
                            "READ.vnic.SanConnectivityPolicyInventory": "Read a 'vnic.SanConnectivityPolicyInventory' resource.",
                            "READ.vnic.SanSettings": "Read a 'vnic.SanSettings' resource.",
                            "READ.vnic.ScpStatus": "Read a 'vnic.ScpStatus' resource.",
                            "READ.vnic.ServiceEthIf": "Read a 'vnic.ServiceEthIf' resource.",
                            "READ.vnic.ServiceEthIfInventory": "Read a 'vnic.ServiceEthIfInventory' resource.",
                            "CREATE.vnic.VhbaTemplate": "Create a 'vnic.VhbaTemplate' resource.",
                            "DELETE.vnic.VhbaTemplate": "Delete a 'vnic.VhbaTemplate' resource.",
                            "READ.vnic.VhbaTemplate": "Read a 'vnic.VhbaTemplate' resource.",
                            "UPDATE.vnic.VhbaTemplate": "Update a 'vnic.VhbaTemplate' resource.",
                            "READ.vnic.VifIdPool": "Read a 'vnic.VifIdPool' resource.",
                            "CREATE.vnic.VnicTemplate": "Create a 'vnic.VnicTemplate' resource.",
                            "DELETE.vnic.VnicTemplate": "Delete a 'vnic.VnicTemplate' resource.",
                            "READ.vnic.VnicTemplate": "Read a 'vnic.VnicTemplate' resource.",
                            "UPDATE.vnic.VnicTemplate": "Update a 'vnic.VnicTemplate' resource.",
                            "CREATE.vrf.Vrf": "Create a 'vrf.Vrf' resource.",
                            "DELETE.vrf.Vrf": "Delete a 'vrf.Vrf' resource.",
                            "READ.vrf.Vrf": "Read a 'vrf.Vrf' resource.",
                            "UPDATE.vrf.Vrf": "Update a 'vrf.Vrf' resource.",
                            "CREATE.webhook.Endpoint": "Create a 'webhook.Endpoint' resource.",
                            "DELETE.webhook.Endpoint": "Delete a 'webhook.Endpoint' resource.",
                            "READ.webhook.Endpoint": "Read a 'webhook.Endpoint' resource.",
                            "UPDATE.webhook.Endpoint": "Update a 'webhook.Endpoint' resource.",
                            "CREATE.webhook.Schema": "Create a 'webhook.Schema' resource.",
                            "DELETE.webhook.Schema": "Delete a 'webhook.Schema' resource.",
                            "READ.webhook.Schema": "Read a 'webhook.Schema' resource.",
                            "UPDATE.webhook.Schema": "Update a 'webhook.Schema' resource.",
                            "CREATE.workflow.AnsibleBatchExecutor": "Create a 'workflow.AnsibleBatchExecutor' resource.",
                            "DELETE.workflow.AnsibleBatchExecutor": "Delete a 'workflow.AnsibleBatchExecutor' resource.",
                            "READ.workflow.AnsibleBatchExecutor": "Read a 'workflow.AnsibleBatchExecutor' resource.",
                            "UPDATE.workflow.AnsibleBatchExecutor": "Update a 'workflow.AnsibleBatchExecutor' resource.",
                            "CREATE.workflow.BatchApiExecutor": "Create a 'workflow.BatchApiExecutor' resource.",
                            "DELETE.workflow.BatchApiExecutor": "Delete a 'workflow.BatchApiExecutor' resource.",
                            "READ.workflow.BatchApiExecutor": "Read a 'workflow.BatchApiExecutor' resource.",
                            "UPDATE.workflow.BatchApiExecutor": "Update a 'workflow.BatchApiExecutor' resource.",
                            "READ.workflow.Catalog": "Read a 'workflow.Catalog' resource.",
                            "CREATE.workflow.CatalogItemDefinition": "Create a 'workflow.CatalogItemDefinition' resource.",
                            "DELETE.workflow.CatalogItemDefinition": "Delete a 'workflow.CatalogItemDefinition' resource.",
                            "READ.workflow.CatalogItemDefinition": "Read a 'workflow.CatalogItemDefinition' resource.",
                            "UPDATE.workflow.CatalogItemDefinition": "Update a 'workflow.CatalogItemDefinition' resource.",
                            "CREATE.workflow.CatalogServiceRequest": "Create a 'workflow.CatalogServiceRequest' resource.",
                            "DELETE.workflow.CatalogServiceRequest": "Delete a 'workflow.CatalogServiceRequest' resource.",
                            "READ.workflow.CatalogServiceRequest": "Read a 'workflow.CatalogServiceRequest' resource.",
                            "UPDATE.workflow.CatalogServiceRequest": "Update a 'workflow.CatalogServiceRequest' resource.",
                            "CREATE.workflow.CustomDataTypeDefinition": "Create a 'workflow.CustomDataTypeDefinition' resource.",
                            "DELETE.workflow.CustomDataTypeDefinition": "Delete a 'workflow.CustomDataTypeDefinition' resource.",
                            "READ.workflow.CustomDataTypeDefinition": "Read a 'workflow.CustomDataTypeDefinition' resource.",
                            "UPDATE.workflow.CustomDataTypeDefinition": "Update a 'workflow.CustomDataTypeDefinition' resource.",
                            "CREATE.workflow.ErrorResponseHandler": "Create a 'workflow.ErrorResponseHandler' resource.",
                            "DELETE.workflow.ErrorResponseHandler": "Delete a 'workflow.ErrorResponseHandler' resource.",
                            "READ.workflow.ErrorResponseHandler": "Read a 'workflow.ErrorResponseHandler' resource.",
                            "UPDATE.workflow.ErrorResponseHandler": "Update a 'workflow.ErrorResponseHandler' resource.",
                            "CREATE.workflow.PowerShellBatchApiExecutor": "Create a 'workflow.PowerShellBatchApiExecutor' resource.",
                            "DELETE.workflow.PowerShellBatchApiExecutor": "Delete a 'workflow.PowerShellBatchApiExecutor' resource.",
                            "READ.workflow.PowerShellBatchApiExecutor": "Read a 'workflow.PowerShellBatchApiExecutor' resource.",
                            "UPDATE.workflow.PowerShellBatchApiExecutor": "Update a 'workflow.PowerShellBatchApiExecutor' resource.",
                            "CREATE.workflow.RollbackWorkflow": "Create a 'workflow.RollbackWorkflow' resource.",
                            "DELETE.workflow.RollbackWorkflow": "Delete a 'workflow.RollbackWorkflow' resource.",
                            "READ.workflow.RollbackWorkflow": "Read a 'workflow.RollbackWorkflow' resource.",
                            "UPDATE.workflow.RollbackWorkflow": "Update a 'workflow.RollbackWorkflow' resource.",
                            "CREATE.workflow.ServiceItemActionDefinition": "Create a 'workflow.ServiceItemActionDefinition' resource.",
                            "DELETE.workflow.ServiceItemActionDefinition": "Delete a 'workflow.ServiceItemActionDefinition' resource.",
                            "READ.workflow.ServiceItemActionDefinition": "Read a 'workflow.ServiceItemActionDefinition' resource.",
                            "UPDATE.workflow.ServiceItemActionDefinition": "Update a 'workflow.ServiceItemActionDefinition' resource.",
                            "CREATE.workflow.ServiceItemActionInstance": "Create a 'workflow.ServiceItemActionInstance' resource.",
                            "DELETE.workflow.ServiceItemActionInstance": "Delete a 'workflow.ServiceItemActionInstance' resource.",
                            "READ.workflow.ServiceItemActionInstance": "Read a 'workflow.ServiceItemActionInstance' resource.",
                            "UPDATE.workflow.ServiceItemActionInstance": "Update a 'workflow.ServiceItemActionInstance' resource.",
                            "READ.workflow.ServiceItemAttribute": "Read a 'workflow.ServiceItemAttribute' resource.",
                            "CREATE.workflow.ServiceItemDefinition": "Create a 'workflow.ServiceItemDefinition' resource.",
                            "DELETE.workflow.ServiceItemDefinition": "Delete a 'workflow.ServiceItemDefinition' resource.",
                            "READ.workflow.ServiceItemDefinition": "Read a 'workflow.ServiceItemDefinition' resource.",
                            "UPDATE.workflow.ServiceItemDefinition": "Update a 'workflow.ServiceItemDefinition' resource.",
                            "READ.workflow.ServiceItemHealthCheckDefinition": "Read a 'workflow.ServiceItemHealthCheckDefinition' resource.",
                            "READ.workflow.ServiceItemHealthCheckExecution": "Read a 'workflow.ServiceItemHealthCheckExecution' resource.",
                            "CREATE.workflow.ServiceItemInstance": "Create a 'workflow.ServiceItemInstance' resource.",
                            "DELETE.workflow.ServiceItemInstance": "Delete a 'workflow.ServiceItemInstance' resource.",
                            "READ.workflow.ServiceItemInstance": "Read a 'workflow.ServiceItemInstance' resource.",
                            "UPDATE.workflow.ServiceItemInstance": "Update a 'workflow.ServiceItemInstance' resource.",
                            "CREATE.workflow.ServiceItemOutput": "Create a 'workflow.ServiceItemOutput' resource.",
                            "DELETE.workflow.ServiceItemOutput": "Delete a 'workflow.ServiceItemOutput' resource.",
                            "READ.workflow.ServiceItemOutput": "Read a 'workflow.ServiceItemOutput' resource.",
                            "UPDATE.workflow.ServiceItemOutput": "Update a 'workflow.ServiceItemOutput' resource.",
                            "CREATE.workflow.SshBatchExecutor": "Create a 'workflow.SshBatchExecutor' resource.",
                            "DELETE.workflow.SshBatchExecutor": "Delete a 'workflow.SshBatchExecutor' resource.",
                            "READ.workflow.SshBatchExecutor": "Read a 'workflow.SshBatchExecutor' resource.",
                            "UPDATE.workflow.SshBatchExecutor": "Update a 'workflow.SshBatchExecutor' resource.",
                            "READ.workflow.TaskDebugLog": "Read a 'workflow.TaskDebugLog' resource.",
                            "CREATE.workflow.TaskDefinition": "Create a 'workflow.TaskDefinition' resource.",
                            "DELETE.workflow.TaskDefinition": "Delete a 'workflow.TaskDefinition' resource.",
                            "READ.workflow.TaskDefinition": "Read a 'workflow.TaskDefinition' resource.",
                            "UPDATE.workflow.TaskDefinition": "Update a 'workflow.TaskDefinition' resource.",
                            "READ.workflow.TaskInfo": "Read a 'workflow.TaskInfo' resource.",
                            "UPDATE.workflow.TaskInfo": "Update a 'workflow.TaskInfo' resource.",
                            "READ.workflow.TaskMetadata": "Read a 'workflow.TaskMetadata' resource.",
                            "CREATE.workflow.TemplateEvaluation": "Create a 'workflow.TemplateEvaluation' resource.",
                            "READ.workflow.TemplateFunctionMeta": "Read a 'workflow.TemplateFunctionMeta' resource.",
                            "CREATE.workflow.TemplateParser": "Create a 'workflow.TemplateParser' resource.",
                            "CREATE.workflow.UiDisplayMetadata": "Create a 'workflow.UiDisplayMetadata' resource.",
                            "DELETE.workflow.UiDisplayMetadata": "Delete a 'workflow.UiDisplayMetadata' resource.",
                            "READ.workflow.UiDisplayMetadata": "Read a 'workflow.UiDisplayMetadata' resource.",
                            "UPDATE.workflow.UiDisplayMetadata": "Update a 'workflow.UiDisplayMetadata' resource.",
                            "CREATE.workflow.Variable": "Create a 'workflow.Variable' resource.",
                            "DELETE.workflow.Variable": "Delete a 'workflow.Variable' resource.",
                            "READ.workflow.Variable": "Read a 'workflow.Variable' resource.",
                            "UPDATE.workflow.Variable": "Update a 'workflow.Variable' resource.",
                            "CREATE.workflow.WorkflowDefinition": "Create a 'workflow.WorkflowDefinition' resource.",
                            "DELETE.workflow.WorkflowDefinition": "Delete a 'workflow.WorkflowDefinition' resource.",
                            "READ.workflow.WorkflowDefinition": "Read a 'workflow.WorkflowDefinition' resource.",
                            "UPDATE.workflow.WorkflowDefinition": "Update a 'workflow.WorkflowDefinition' resource.",
                            "CREATE.workflow.WorkflowInfo": "Create a 'workflow.WorkflowInfo' resource.",
                            "DELETE.workflow.WorkflowInfo": "Delete a 'workflow.WorkflowInfo' resource.",
                            "READ.workflow.WorkflowInfo": "Read a 'workflow.WorkflowInfo' resource.",
                            "UPDATE.workflow.WorkflowInfo": "Update a 'workflow.WorkflowInfo' resource.",
                            "READ.workflow.WorkflowMetadata": "Read a 'workflow.WorkflowMetadata' resource.",
                            "CREATE.workload.Blueprint": "Create a 'workload.Blueprint' resource.",
                            "DELETE.workload.Blueprint": "Delete a 'workload.Blueprint' resource.",
                            "READ.workload.Blueprint": "Read a 'workload.Blueprint' resource.",
                            "UPDATE.workload.Blueprint": "Update a 'workload.Blueprint' resource.",
                            "CREATE.workload.ClearWorkloadTag": "Create a 'workload.ClearWorkloadTag' resource.",
                            "DELETE.workload.ClearWorkloadTag": "Delete a 'workload.ClearWorkloadTag' resource.",
                            "READ.workload.ClearWorkloadTag": "Read a 'workload.ClearWorkloadTag' resource.",
                            "READ.workload.DeploymentInput": "Read a 'workload.DeploymentInput' resource.",
                            "CREATE.workload.WorkloadDefinition": "Create a 'workload.WorkloadDefinition' resource.",
                            "DELETE.workload.WorkloadDefinition": "Delete a 'workload.WorkloadDefinition' resource.",
                            "READ.workload.WorkloadDefinition": "Read a 'workload.WorkloadDefinition' resource.",
                            "UPDATE.workload.WorkloadDefinition": "Update a 'workload.WorkloadDefinition' resource.",
                            "CREATE.workload.WorkloadDeployment": "Create a 'workload.WorkloadDeployment' resource.",
                            "DELETE.workload.WorkloadDeployment": "Delete a 'workload.WorkloadDeployment' resource.",
                            "READ.workload.WorkloadDeployment": "Read a 'workload.WorkloadDeployment' resource.",
                            "UPDATE.workload.WorkloadDeployment": "Update a 'workload.WorkloadDeployment' resource.",
                            "DELETE.workload.WorkloadInstance": "Delete a 'workload.WorkloadInstance' resource.",
                            "READ.workload.WorkloadInstance": "Read a 'workload.WorkloadInstance' resource.",
                            "UPDATE.workload.WorkloadInstance": "Update a 'workload.WorkloadInstance' resource.",
                            "READ.workload.WorkloadMetadata": "Read a 'workload.WorkloadMetadata' resource.",
                            "UPDATE.workload.WorkloadMetadata": "Update a 'workload.WorkloadMetadata' resource."
                        }
                    }
                }
            }
        }
    }
}